enigma2
2.6
|
Classes | |
class | parseWizard |
Public Member Functions | |
def | createSummary (self) |
def | __init__ (self, session, showSteps=True, showStepSlider=True, showList=True, showConfig=True, showMulticontentList=False) |
def | close (self, *retval) |
def | setAnimation (self, type, animation) |
def | setNoAnimations (self) |
def | openScreen (self, *args, **kwargs) |
def | red (self) |
def | green (self) |
def | yellow (self) |
def | blue (self) |
def | deleteForward (self) |
def | deleteBackward (self) |
def | setLCDTextCallback (self, callback) |
def | back (self) |
def | exitWizardQuestion (self, ret=False) |
def | markDone (self) |
def | getStepWithID (self, id) |
def | isCurrentStepID (self, id) |
def | finished (self, gotoStep=None, *args, **kwargs) |
def | ok (self) |
def | keyNumberGlobal (self, number) |
def | keyGotAscii (self) |
def | left (self) |
def | right (self) |
def | up (self) |
def | down (self) |
def | selChanged (self) |
def | resetCounter (self) |
def | runCode (self, code) |
def | getTranslation (self, text) |
def | updateText (self, firstset=False) |
def | updateValues (self) |
def | showHideList (self, name, show=True) |
def | defaultBuildFunction (self, *args, **kwargs) |
def | afterAsyncCode (self) |
def | timeoutCounterFired (self) |
def | handleInputHelpers (self) |
def | KeyText (self) |
def | VirtualKeyBoardCallback (self, callback=None) |
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 | 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) |
Static Public Attributes | |
int | NEXT_STEP_ANIMATION = 0 |
int | PREVIOUS_STEP_ANIMATION = 1 |
string | NEXT_STEP_ANIMATION_KEY = "wizard_next" |
string | PREVIOUS_STEP_ANIMATION_KEY = "wizard_previous" |
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 |
Additional Inherited Members | |
Properties inherited from Components.GUISkin.GUISkin | |
title = property(getTitle, setTitle) | |
def Screens.Wizard.Wizard.__init__ | ( | self, | |
session, | |||
showSteps = True , |
|||
showStepSlider = True , |
|||
showList = True , |
|||
showConfig = True , |
|||
showMulticontentList = False |
|||
) |
Reimplemented in Screens.DefaultWizard.DefaultWizard, and Screens.WizardLanguage.WizardLanguage.
def Screens.Wizard.Wizard.afterAsyncCode | ( | self | ) |
def Screens.Wizard.Wizard.back | ( | self | ) |
def Screens.Wizard.Wizard.blue | ( | self | ) |
def Screens.Wizard.Wizard.close | ( | self, | |
* | retval | ||
) |
Reimplemented from Screens.Screen.Screen.
def Screens.Wizard.Wizard.createSummary | ( | self | ) |
Reimplemented from Components.GUISkin.GUISkin.
def Screens.Wizard.Wizard.defaultBuildFunction | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
def Screens.Wizard.Wizard.deleteBackward | ( | self | ) |
def Screens.Wizard.Wizard.deleteForward | ( | self | ) |
def Screens.Wizard.Wizard.down | ( | self | ) |
def Screens.Wizard.Wizard.exitWizardQuestion | ( | self, | |
ret = False |
|||
) |
def Screens.Wizard.Wizard.finished | ( | self, | |
gotoStep = None , |
|||
* | args, | ||
** | kwargs | ||
) |
def Screens.Wizard.Wizard.getStepWithID | ( | self, | |
id | |||
) |
def Screens.Wizard.Wizard.getTranslation | ( | self, | |
text | |||
) |
def Screens.Wizard.Wizard.green | ( | self | ) |
def Screens.Wizard.Wizard.handleInputHelpers | ( | self | ) |
def Screens.Wizard.Wizard.isCurrentStepID | ( | self, | |
id | |||
) |
def Screens.Wizard.Wizard.keyGotAscii | ( | self | ) |
def Screens.Wizard.Wizard.keyNumberGlobal | ( | self, | |
number | |||
) |
def Screens.Wizard.Wizard.KeyText | ( | self | ) |
def Screens.Wizard.Wizard.left | ( | self | ) |
def Screens.Wizard.Wizard.markDone | ( | self | ) |
def Screens.Wizard.Wizard.ok | ( | self | ) |
def Screens.Wizard.Wizard.openScreen | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
def Screens.Wizard.Wizard.red | ( | self | ) |
Reimplemented in Screens.WizardLanguage.WizardLanguage.
def Screens.Wizard.Wizard.resetCounter | ( | self | ) |
def Screens.Wizard.Wizard.right | ( | self | ) |
def Screens.Wizard.Wizard.runCode | ( | self, | |
code | |||
) |
def Screens.Wizard.Wizard.selChanged | ( | self | ) |
def Screens.Wizard.Wizard.setAnimation | ( | self, | |
type, | |||
animation | |||
) |
def Screens.Wizard.Wizard.setLCDTextCallback | ( | self, | |
callback | |||
) |
def Screens.Wizard.Wizard.setNoAnimations | ( | self | ) |
def Screens.Wizard.Wizard.showHideList | ( | self, | |
name, | |||
show = True |
|||
) |
def Screens.Wizard.Wizard.timeoutCounterFired | ( | self | ) |
def Screens.Wizard.Wizard.up | ( | self | ) |
def Screens.Wizard.Wizard.updateText | ( | self, | |
firstset = False |
|||
) |
def Screens.Wizard.Wizard.updateValues | ( | self | ) |
def Screens.Wizard.Wizard.VirtualKeyBoardCallback | ( | self, | |
callback = None |
|||
) |
def Screens.Wizard.Wizard.yellow | ( | self | ) |
Screens.Wizard.Wizard.codeafter |
Screens.Wizard.Wizard.condition |
Screens.Wizard.Wizard.configInstance |
Screens.Wizard.Wizard.currentConfigIndex |
Screens.Wizard.Wizard.currStep |
Screens.Wizard.Wizard.disableKeys |
Screens.Wizard.Wizard.gotoStep |
Screens.Wizard.Wizard.isLastWizard |
Screens.Wizard.Wizard.lcdCallbacks |
Screens.Wizard.Wizard.list |
Screens.Wizard.Wizard.multicontentlist |
|
static |
|
static |
Screens.Wizard.Wizard.numSteps |
|
static |
|
static |
Screens.Wizard.Wizard.prevStep |
Screens.Wizard.Wizard.selection |
Screens.Wizard.Wizard.showConfig |
Screens.Wizard.Wizard.showList |
Screens.Wizard.Wizard.showMulticontentList |
Screens.Wizard.Wizard.showSteps |
Screens.Wizard.Wizard.showStepSlider |
Screens.Wizard.Wizard.stepHistory |
Screens.Wizard.Wizard.timeoutCounter |
Screens.Wizard.Wizard.timeoutTimer |
Screens.Wizard.Wizard.timeoutTimer_conn |
Screens.Wizard.Wizard.wizard |
Screens.Wizard.Wizard.xmlfile |