![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
Classes | |
| class | InputDevices |
| class | Keyboard |
| class | RemoteControl |
| class | InitInputDevices |
| class | RcTypeControl |
Variables | |
| MODULE_NAME = __name__.split(".")[-1] | |
| int | REMOTE_MODEL = 0 |
| int | REMOTE_RCTYPE = 1 |
| int | REMOTE_NAME = 2 |
| int | REMOTE_DISPLAY_NAME = 3 |
| inputDevices = InputDevices() | |
| iInputDevices = inputDevices | |
| iRcTypeControl = RcTypeControl() | |
| keyboard = Keyboard() | |
| remoteControl = RemoteControl() | |
| Components.InputDevice.iInputDevices = inputDevices |
| Components.InputDevice.inputDevices = InputDevices() |
| Components.InputDevice.iRcTypeControl = RcTypeControl() |
| Components.InputDevice.keyboard = Keyboard() |
| Components.InputDevice.MODULE_NAME = __name__.split(".")[-1] |
| int Components.InputDevice.REMOTE_DISPLAY_NAME = 3 |
| int Components.InputDevice.REMOTE_MODEL = 0 |
| int Components.InputDevice.REMOTE_NAME = 2 |
| int Components.InputDevice.REMOTE_RCTYPE = 1 |
| Components.InputDevice.remoteControl = RemoteControl() |