enigma2
2.6
|
Public Member Functions | |
def | __init__ (self, *x) |
Public Member Functions inherited from Screens.Menu.Menu | |
def | okbuttonClick (self) |
def | execText (self, text) |
def | runScreen (self, arg) |
def | nothing (self) |
def | openDialog (self, *dialog) |
def | openSetup (self, dialog) |
def | addMenu (self, destList, node) |
def | menuClosedWithConfigFlush (self, *res) |
def | menuClosed (self, *res) |
def | addItem (self, destList, node) |
def | __init__ (self, session, parent) |
def | keyNumberGlobal (self, number) |
def | closeNonRecursive (self) |
def | closeRecursive (self) |
def | createSummary (self) |
Public Member Functions inherited from Screens.Screen.Screen | |
def | __init__ (self, session, parent=None, windowTitle=None) |
def | saveKeyboardMode (self) |
def | setKeyboardModeAscii (self) |
def | setKeyboardModeNone (self) |
def | restoreKeyboardMode (self) |
def | execBegin (self) |
def | execEnd (self) |
def | doClose (self, immediate=True) |
def | doCloseInternal (self) |
def | close (self, *retval) |
def | setFocus (self, o) |
def | show (self) |
def | hide (self) |
def | enable (self, do_show=True) |
def | disable (self) |
def | isEnabled (self) |
def | __repr__ (self) |
def | getRelatedScreen (self, name) |
def | setShowHideAnimation (self, animation_key) |
def | neverAnimate (self) |
def | canAnimate (self) |
def | ignoreSource (self, name) |
Public Member Functions inherited from Components.GUISkin.GUISkin | |
def | __init__ (self, windowTitle=None) |
def | createGUIScreen (self, parent, desktop, updateonly=False) |
def | deleteGUIScreen (self) |
def | close (self) |
def | addSummary (self, summary) |
def | removeSummary (self, summary) |
def | setTitle (self, title) |
def | getTitle (self) |
def | setDesktop (self, desktop) |
def | applySkin (self) |
def | setZPosition (self, z) |
Public Attributes | |
skinName | |
Public Attributes inherited from Screens.Menu.Menu | |
skinName | |
menu_title | |
Public Attributes inherited from Screens.Screen.Screen | |
skinName | |
session | |
parent | |
onClose | |
onFirstExecBegin | |
onExecBegin | |
onShown | |
onShow | |
onHide | |
onExecEnd | |
onHideFinished | |
execing | |
shown | |
already_shown | |
renderer | |
helpList | |
close_on_next_exec | |
stand_alone | |
keyboardMode | |
active_components | |
persisted_members | |
Public Attributes inherited from Components.GUISkin.GUISkin | |
onLayoutFinish | |
summaries | |
instance | |
desktop | |
scale | |
Additional Inherited Members | |
Static Public Attributes inherited from Screens.Menu.Menu | |
ALLOW_SUSPEND = Screen.SUSPEND_STOPS | |
dictionary | png_cache = {} |
Static Public Attributes inherited from Screens.Screen.Screen | |
int | SUSPEND_NONE = 0 |
int | SUSPEND_STOPS = 1 |
int | SUSPEND_PAUSES = 2 |
int | ALLOW_SUSPEND = SUSPEND_NONE |
Static Public Attributes inherited from Components.GUISkin.GUISkin | |
bool | IS_DIALOG = False |
Properties inherited from Components.GUISkin.GUISkin | |
title = property(getTitle, setTitle) | |
def Screens.Menu.MainMenu.__init__ | ( | self, | |
* | x | ||
) |
Screens.Menu.MainMenu.skinName |