enigma2
2.6
|
Public Member Functions | |
def | __init__ (self, session) |
def | markDone (self) |
def | listAction (self) |
def | listAgainAction (self) |
def | ActionSelectionMade (self, index) |
def | ActionSelect (self, index) |
def | ActionSelectionMoved (self) |
def | buildList (self, action) |
def | buildListInstalled_Finished (self, result, retval, extra_args=None) |
def | buildListfinishedCB (self, data) |
def | listInstalledPackages (self) |
def | PackageSelectionMade (self, index) |
def | PackageSelectionMoved (self) |
def | PackageSelect (self, package) |
def | ipkgCallback (self, event, param) |
def | removeExtension (self, extension) |
def | removeExtensionFinishedCB (self, data) |
Public Member Functions inherited from Screens.WizardLanguage.WizardLanguage | |
def | __init__ (self, session, showSteps=True, showStepSlider=True, showList=True, showConfig=True, showMulticontentList=False) |
def | red (self) |
def | addLanguageUpdateCallback (self, callback) |
def | removeLanguageUpdateCallback (self, callback) |
def | languageSelect (self) |
def | updateLanguageDescription (self) |
def | updateTexts (self) |
Public Member Functions inherited from Screens.Wizard.Wizard | |
def | createSummary (self) |
def | close (self, *retval) |
def | setAnimation (self, type, animation) |
def | setNoAnimations (self) |
def | openScreen (self, *args, **kwargs) |
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 | 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 | 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 Member Functions inherited from Screens.Rc.Rc | |
def | rcUsed (self) |
def | initRc (self) |
def | readPositions (self) |
def | getSelectPic (self, pos) |
def | hideRc (self) |
def | showRc (self) |
def | selectKey (self, key) |
def | clearSelectedKeys (self) |
def | hideSelectPics (self) |
Static Public Attributes | |
string | skin |
Static Public Attributes inherited from Screens.Wizard.Wizard | |
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 |
Static Public Attributes inherited from Screens.Rc.Rc | |
string | SKIN_COMPONENT_KEY = "HelpMenuList" |
string | SKIN_COMPONENT_RCHEIGHT = "rcheight" |
string | SKIN_COMPONENT_RCHEIGHTHALF = "rcheighthalf" |
Additional Inherited Members | |
Properties inherited from Components.GUISkin.GUISkin | |
title = property(getTitle, setTitle) | |
def Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.__init__ | ( | self, | |
session | |||
) |
Reimplemented from Screens.Rc.Rc.
def Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.ActionSelect | ( | self, | |
index | |||
) |
def Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.ActionSelectionMade | ( | self, | |
index | |||
) |
def Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.ActionSelectionMoved | ( | self | ) |
def Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.buildList | ( | self, | |
action | |||
) |
def Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.buildListfinishedCB | ( | self, | |
data | |||
) |
def Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.buildListInstalled_Finished | ( | self, | |
result, | |||
retval, | |||
extra_args = None |
|||
) |
def Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.ipkgCallback | ( | self, | |
event, | |||
param | |||
) |
def Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.listAction | ( | self | ) |
def Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.listAgainAction | ( | self | ) |
def Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.listInstalledPackages | ( | self | ) |
def Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.markDone | ( | self | ) |
Reimplemented from Screens.Wizard.Wizard.
def Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.PackageSelect | ( | self, | |
package | |||
) |
def Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.PackageSelectionMade | ( | self, | |
index | |||
) |
def Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.PackageSelectionMoved | ( | self | ) |
def Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.removeExtension | ( | self, | |
extension | |||
) |
def Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.removeExtensionFinishedCB | ( | self, | |
data | |||
) |
Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.buildListRef |
Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.Console |
Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.currStep |
Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.excluded_extensions |
Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.installed_packetlist |
Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.ipkg |
Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.NextStep |
Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.RemoveRef |
Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.selectedAction |
Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.selectedPackage |
Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.session |
|
static |
Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.Text |
Plugins.SystemPlugins.CleanupWizard.CleanupWizard.CleanupWizard.xmlfile |