#include <irctrl.h>
Public Slots | |
void | sendCmd0 () |
void | sendCmd1 () |
void | sendCmd2 () |
void | sendCmd3 () |
void | sendCmd4 () |
void | sendCmd5 () |
Public Member Functions | |
IrCtrl (QObject *parent=0) | |
~IrCtrl () | |
Protected Member Functions | |
IrCtrl (IrCtrlPrivate &dd, QObject *parent) | |
Protected Attributes | |
IrCtrlPrivate *const | d_ptr |
Definition at line 9 of file irctrl.h.
IrCtrl::IrCtrl | ( | QObject * | parent = 0 |
) | [explicit] |
Definition at line 5 of file irctrl.cpp.
IrCtrl::~IrCtrl | ( | ) |
Definition at line 21 of file irctrl.cpp.
IrCtrl::IrCtrl | ( | IrCtrlPrivate & | dd, | |
QObject * | parent | |||
) | [protected] |
Definition at line 13 of file irctrl.cpp.
void IrCtrl::sendCmd0 | ( | ) | [slot] |
Definition at line 26 of file irctrl.cpp.
void IrCtrl::sendCmd1 | ( | ) | [slot] |
Definition at line 32 of file irctrl.cpp.
void IrCtrl::sendCmd2 | ( | ) | [slot] |
Definition at line 38 of file irctrl.cpp.
void IrCtrl::sendCmd3 | ( | ) | [slot] |
Definition at line 44 of file irctrl.cpp.
void IrCtrl::sendCmd4 | ( | ) | [slot] |
Definition at line 50 of file irctrl.cpp.
void IrCtrl::sendCmd5 | ( | ) | [slot] |
Definition at line 56 of file irctrl.cpp.
IrCtrlPrivate* const IrCtrl::d_ptr [protected] |