![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
Classes | |
| class | Menu |
| class | AnimMain |
| class | IconMain |
| class | MenuSummary |
Functions | |
| def | findMenu (key) |
| def | menuEntryName (name) |
Variables | |
| int | MENU_TEXT = 0 |
| int | MENU_MODULE = 1 |
| int | MENU_KEY = 2 |
| int | MENU_WEIGHT = 3 |
| int | MENU_DESCRIPTION = 4 |
| int | MENU_IMAGE = 5 |
| int | MENU_SORT = 6 |
| int | MAX_MENU = 7 |
| int | PLUGIN_TEXT = 0 |
| int | PLUGIN_MODULE = 1 |
| int | PLUGIN_KEY = 2 |
| int | PLUGIN_WEIGHT = 3 |
| int | PLUGIN_CLOSEALL = 4 |
| int | WIDGET_NUMBER_TEXT = 0 |
| int | WIDGET_IMAGE = 1 |
| int | WIDGET_NUMBER = 2 |
| int | WIDGET_TEXT = 3 |
| int | WIDGET_DESCRIPTION = 4 |
| int | WIDGET_KEY = 5 |
| int | WIDGET_WEIGHT = 6 |
| int | WIDGET_MODULE = 7 |
| dictionary | imageCache = {} |
| lastKey = None | |
| file = open(resolveFilename(SCOPE_SKINS, "menu.xml"), "r") | |
| mdom = parse(file) | |
| def Screens.Menu.findMenu | ( | key | ) |
| def Screens.Menu.menuEntryName | ( | name | ) |
| Screens.Menu.file = open(resolveFilename(SCOPE_SKINS, "menu.xml"), "r") |
| dictionary Screens.Menu.imageCache = {} |
| Screens.Menu.lastKey = None |
| int Screens.Menu.MAX_MENU = 7 |
| Screens.Menu.mdom = parse(file) |
| int Screens.Menu.MENU_DESCRIPTION = 4 |
| int Screens.Menu.MENU_IMAGE = 5 |
| int Screens.Menu.MENU_KEY = 2 |
| int Screens.Menu.MENU_MODULE = 1 |
| int Screens.Menu.MENU_SORT = 6 |
| int Screens.Menu.MENU_TEXT = 0 |
| int Screens.Menu.MENU_WEIGHT = 3 |
| int Screens.Menu.PLUGIN_CLOSEALL = 4 |
| int Screens.Menu.PLUGIN_KEY = 2 |
| int Screens.Menu.PLUGIN_MODULE = 1 |
| int Screens.Menu.PLUGIN_TEXT = 0 |
| int Screens.Menu.PLUGIN_WEIGHT = 3 |
| int Screens.Menu.WIDGET_DESCRIPTION = 4 |
| int Screens.Menu.WIDGET_IMAGE = 1 |
| int Screens.Menu.WIDGET_KEY = 5 |
| int Screens.Menu.WIDGET_MODULE = 7 |
| int Screens.Menu.WIDGET_NUMBER = 2 |
| int Screens.Menu.WIDGET_NUMBER_TEXT = 0 |
| int Screens.Menu.WIDGET_TEXT = 3 |
| int Screens.Menu.WIDGET_WEIGHT = 6 |