#include <irctrl_p.h>
Public Member Functions | |
IrCtrlPrivate () | |
virtual | ~IrCtrlPrivate () |
Protected Member Functions | |
void | genericSendCmd (const QString &commandName) |
Protected Attributes | |
IrCtrl * | q_ptr |
QSettings * | settings |
Static Protected Attributes | |
static const quint16 | LIRC_PORT = 8765 |
Definition at line 9 of file irctrl_p.h.
IrCtrlPrivate::IrCtrlPrivate | ( | ) |
Definition at line 10 of file irctrl_p.cpp.
IrCtrlPrivate::~IrCtrlPrivate | ( | ) | [virtual] |
Definition at line 17 of file irctrl_p.cpp.
void IrCtrlPrivate::genericSendCmd | ( | const QString & | commandName | ) | [protected] |
Definition at line 24 of file irctrl_p.cpp.
const quint16 IrCtrlPrivate::LIRC_PORT = 8765 [static, protected] |
Definition at line 21 of file irctrl_p.h.
IrCtrl* IrCtrlPrivate::q_ptr [protected] |
Definition at line 19 of file irctrl_p.h.
QSettings* IrCtrlPrivate::settings [protected] |
Definition at line 20 of file irctrl_p.h.