|
def | __init__ (self, session, boxtype) |
|
def | log (self, data) |
|
def | startRun (self) |
|
def | runFinished (self, retval) |
|
def | __init__ (self, session, title="Console", cmdlist=None, finishedCallback=None, closeOnSuccess=False) |
|
def | updateTitle (self) |
|
def | cancel (self) |
|
def | dataAvail (self, str) |
|
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) |
|
def | __init__ (self, windowTitle=None) |
|
def | createGUIScreen (self, parent, desktop, updateonly=False) |
|
def | deleteGUIScreen (self) |
|
def | close (self) |
|
def | createSummary (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) |
|
◆ __init__()
def Plugins.SystemPlugins.FSBLUpdater.FSBLUpdater.FSBLUpdater.__init__ |
( |
|
self, |
|
|
|
session, |
|
|
|
boxtype |
|
) |
| |
◆ isUpdateRequired()
def Plugins.SystemPlugins.FSBLUpdater.FSBLUpdater.FSBLUpdater.isUpdateRequired |
( |
|
boxtype | ) |
|
|
static |
◆ log()
def Plugins.SystemPlugins.FSBLUpdater.FSBLUpdater.FSBLUpdater.log |
( |
|
self, |
|
|
|
data |
|
) |
| |
◆ runFinished()
def Plugins.SystemPlugins.FSBLUpdater.FSBLUpdater.FSBLUpdater.runFinished |
( |
|
self, |
|
|
|
retval |
|
) |
| |
◆ startRun()
def Plugins.SystemPlugins.FSBLUpdater.FSBLUpdater.FSBLUpdater.startRun |
( |
|
self | ) |
|
◆ CHECKER_LUT
dictionary Plugins.SystemPlugins.FSBLUpdater.FSBLUpdater.FSBLUpdater.CHECKER_LUT |
|
static |
Initial value:= {
"dm900" : FSBLCheckerDM900
}
◆ FLASH_FSBL_BINARY
Plugins.SystemPlugins.FSBLUpdater.FSBLUpdater.FSBLUpdater.FLASH_FSBL_BINARY = spawn.find_executable("flash-fsbl") |
|
static |
◆ skinName
Plugins.SystemPlugins.FSBLUpdater.FSBLUpdater.FSBLUpdater.skinName |
The documentation for this class was generated from the following file:
- usr/lib/enigma2/python/Plugins/SystemPlugins/FSBLUpdater/FSBLUpdater.py