enigma2  2.6
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Plugins.SystemPlugins.SoftwareManager.BackupRestore.RestoreScreen Class Reference
Inheritance diagram for Plugins.SystemPlugins.SoftwareManager.BackupRestore.RestoreScreen:
Screens.Screen.Screen Components.ConfigList.ConfigListScreen Components.GUISkin.GUISkin

Public Member Functions

def __init__ (self, session, runRestore=False)
 
def layoutFinished (self)
 
def setWindowTitle (self)
 
def doRestore (self)
 
def backupFinishedCB (self, retval=None)
 
def backupErrorCB (self, retval=None)
 
def runAsync (self, finished_cb)
 
- 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 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)
 
- Public Member Functions inherited from Components.ConfigList.ConfigListScreen
def __init__ (self, list, session=None, on_change=None)
 
def handleInputHelpers (self)
 
def KeyText (self)
 
def VirtualKeyBoardCallback (self, callback=None)
 
def keyOK (self)
 
def keyLeft (self)
 
def keyRight (self)
 
def keyHome (self)
 
def keyEnd (self)
 
def keyDelete (self)
 
def keyBackspace (self)
 
def keyToggleOW (self)
 
def keyGotAscii (self)
 
def keyNumberGlobal (self, number)
 
def keyPreviousSection (self)
 
def keyNextSection (self)
 
def saveAll (self)
 
def keySave (self)
 
def cancelConfirm (self, result)
 
def keyCancel (self)
 
def getCurrentEntry (self)
 
def getCurrentValue (self)
 
def createSummary (self)
 

Public Attributes

 session
 
 runRestore
 
 finished_cb
 
 backuppath
 
 backupfile
 
 fullbackupfilename
 
 list
 
- 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
 
- Public Attributes inherited from Components.ConfigList.ConfigListScreen
 setup_title
 
 onConfigEntryChanged
 

Static Public Attributes

string skin
 
- 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)
 

Constructor & Destructor Documentation

◆ __init__()

def Plugins.SystemPlugins.SoftwareManager.BackupRestore.RestoreScreen.__init__ (   self,
  session,
  runRestore = False 
)

Member Function Documentation

◆ backupErrorCB()

def Plugins.SystemPlugins.SoftwareManager.BackupRestore.RestoreScreen.backupErrorCB (   self,
  retval = None 
)

◆ backupFinishedCB()

def Plugins.SystemPlugins.SoftwareManager.BackupRestore.RestoreScreen.backupFinishedCB (   self,
  retval = None 
)

◆ doRestore()

def Plugins.SystemPlugins.SoftwareManager.BackupRestore.RestoreScreen.doRestore (   self)

◆ layoutFinished()

def Plugins.SystemPlugins.SoftwareManager.BackupRestore.RestoreScreen.layoutFinished (   self)

◆ runAsync()

def Plugins.SystemPlugins.SoftwareManager.BackupRestore.RestoreScreen.runAsync (   self,
  finished_cb 
)

◆ setWindowTitle()

def Plugins.SystemPlugins.SoftwareManager.BackupRestore.RestoreScreen.setWindowTitle (   self)

Member Data Documentation

◆ backupfile

Plugins.SystemPlugins.SoftwareManager.BackupRestore.RestoreScreen.backupfile

◆ backuppath

Plugins.SystemPlugins.SoftwareManager.BackupRestore.RestoreScreen.backuppath

◆ finished_cb

Plugins.SystemPlugins.SoftwareManager.BackupRestore.RestoreScreen.finished_cb

◆ fullbackupfilename

Plugins.SystemPlugins.SoftwareManager.BackupRestore.RestoreScreen.fullbackupfilename

◆ list

Plugins.SystemPlugins.SoftwareManager.BackupRestore.RestoreScreen.list

◆ runRestore

Plugins.SystemPlugins.SoftwareManager.BackupRestore.RestoreScreen.runRestore

◆ session

Plugins.SystemPlugins.SoftwareManager.BackupRestore.RestoreScreen.session

◆ skin

string Plugins.SystemPlugins.SoftwareManager.BackupRestore.RestoreScreen.skin
static
Initial value:
= """
<screen position="center,center" size="620,320" title="Restore is running..." >
<widget name="config" position="10,10" size="600,300" transparent="1" scrollbarMode="showOnDemand" />
</screen>"""

The documentation for this class was generated from the following file: