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