![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include <rc.h>
Public Member Functions | |
| eRCShortDriver (const char *filename) | |
| ~eRCShortDriver () | |
Public Member Functions inherited from eRCDriver | |
| eRCDriver (eRCInput *input) | |
| Constructs a driver. More... | |
| eRCInput * | getInput () const |
| Get pointer to key-consumer. More... | |
| void | addCodeListener (eRCDevice *dev) |
| Adds a code lister. More... | |
| void | removeCodeListener (eRCDevice *dev) |
| virtual | ~eRCDriver () |
| void | enable (int en) |
| virtual void | setExclusive (bool) |
| virtual bool | isKeyboard () |
| virtual bool | isPointerDevice () |
Protected Member Functions | |
| void | keyPressed (int) |
Protected Attributes | |
| int | handle |
| ePtr< eSocketNotifier > | sn |
Protected Attributes inherited from eRCDriver | |
| std::list< eRCDevice * > | listeners |
| eRCInput * | input |
| int | enabled |
| eRCShortDriver::eRCShortDriver | ( | const char * | filename | ) |
| eRCShortDriver::~eRCShortDriver | ( | ) |
|
protected |
|
protected |
|
protected |