![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
Classes | |
| class | ConfigElement |
| class | choicesList |
| class | descriptionsList |
| class | ConfigBoolean |
| class | ConfigEnableDisable |
| class | ConfigOnOff |
| class | ConfigYesNo |
| class | ConfigDateTime |
| class | ConfigDictionarySet |
| class | ConfigLocations |
| class | ConfigSelection |
| class | ConfigNothing |
| class | ConfigSatellite |
| class | ConfigSatlist |
| class | ConfigSelectionNumber |
| class | ConfigSequence |
| class | ConfigCECAddress |
| class | ConfigClock |
| class | ConfigDate |
| class | ConfigFloat |
| class | ConfigInteger |
| class | ConfigPIN |
| class | ConfigIP |
| class | ConfigMAC |
| class | ConfigPosition |
| class | ConfigSet |
| class | ConfigSlider |
| class | ConfigText |
| class | ConfigDirectory |
| class | ConfigMACText |
| class | ConfigMacText |
| class | ConfigNumber |
| class | ConfigPassword |
| class | ConfigSearchText |
| class | ConfigSubsectionContent |
| class | ConfigSubList |
| class | ConfigSubDict |
| class | ConfigSubsection |
| class | Config |
| class | ConfigFile |
Functions | |
| def | getKeyNumber (key) |
| def | getConfigListEntry (*args) |
| def | updateConfigElement (element, newelement) |
| def | NoSave (element) |
| def Components.config.getConfigListEntry | ( | * | args | ) |
| def Components.config.getKeyNumber | ( | key | ) |
| def Components.config.NoSave | ( | element | ) |
| def Components.config.updateConfigElement | ( | element, | |
| newelement | |||
| ) |
| int Components.config.ACTIONKEY_0 = 12 |
| int Components.config.ACTIONKEY_1 = 13 |
| int Components.config.ACTIONKEY_2 = 14 |
| int Components.config.ACTIONKEY_3 = 15 |
| int Components.config.ACTIONKEY_4 = 16 |
| int Components.config.ACTIONKEY_5 = 17 |
| int Components.config.ACTIONKEY_6 = 18 |
| int Components.config.ACTIONKEY_7 = 19 |
| int Components.config.ACTIONKEY_8 = 20 |
| int Components.config.ACTIONKEY_9 = 21 |
| int Components.config.ACTIONKEY_ASCII = 8 |
| int Components.config.ACTIONKEY_BACKSPACE = 4 |
| int Components.config.ACTIONKEY_DELETE = 3 |
| int Components.config.ACTIONKEY_ERASE = 26 |
| int Components.config.ACTIONKEY_FIRST = 5 |
| int Components.config.ACTIONKEY_LAST = 6 |
| int Components.config.ACTIONKEY_LEFT = 0 |
| int Components.config.ACTIONKEY_NEXT = 25 |
| Components.config.ACTIONKEY_NUMBERS = list(range(12, 12 + 10)) |
| int Components.config.ACTIONKEY_PAGEDOWN = 23 |
| int Components.config.ACTIONKEY_PAGEUP = 22 |
| int Components.config.ACTIONKEY_PREV = 24 |
| int Components.config.ACTIONKEY_RIGHT = 1 |
| int Components.config.ACTIONKEY_SELECT = 2 |
| int Components.config.ACTIONKEY_TIMEOUT = 9 |
| int Components.config.ACTIONKEY_TOGGLE = 7 |
| Components.config.config = Config() |
| Components.config.configfile = ConfigFile() |
| int Components.config.KEY_0 = ACTIONKEY_0 |
| int Components.config.KEY_9 = ACTIONKEY_9 |
| int Components.config.KEY_ASCII = ACTIONKEY_ASCII |
| int Components.config.KEY_BACKSPACE = ACTIONKEY_BACKSPACE |
| int Components.config.KEY_DELETE = ACTIONKEY_DELETE |
| int Components.config.KEY_END = ACTIONKEY_LAST |
| int Components.config.KEY_HOME = ACTIONKEY_FIRST |
| int Components.config.KEY_LEFT = ACTIONKEY_LEFT |
| Components.config.KEY_NUMBERS = ACTIONKEY_NUMBERS |
| int Components.config.KEY_OK = ACTIONKEY_SELECT |
| int Components.config.KEY_RIGHT = ACTIONKEY_RIGHT |
| int Components.config.KEY_TIMEOUT = ACTIONKEY_TIMEOUT |
| int Components.config.KEY_TOGGLEOW = ACTIONKEY_TOGGLE |
| Components.config.misc |