![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include <rcdreambox2.h>
Public Member Functions | |
| void | handleCode (int code) |
| eRCDeviceDreamboxButton (eRCDriver *driver) | |
| const char * | getDescription () const |
| Get user readable description. More... | |
Public Member Functions inherited from eRCDevice | |
| eRCDevice (std::string id, eRCDriver *input) | |
| Constructs a new remote control. More... | |
| virtual | ~eRCDevice () |
| virtual void | handleCode (long code)=0 |
| Handles a device specific code. More... | |
| const std::string | getIdentifier () const |
| virtual void | setExclusive (bool b) |
| Get a description for a specific key. More... | |
| virtual int | setKeyMapping (const std::unordered_map< unsigned int, unsigned int > &remaps) |
| set key remappngs. More... | |
Additional Inherited Members | |
Protected Attributes inherited from eRCDevice | |
| eRCInput * | input |
| eRCDriver * | driver |
| std::string | id |
| eRCDeviceDreamboxButton::eRCDeviceDreamboxButton | ( | eRCDriver * | driver | ) |
|
virtual |
| void eRCDeviceDreamboxButton::handleCode | ( | int | code | ) |