openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
Screens.SoftwareUpdate.RunSoftwareUpdate Class Reference
Inheritance diagram for Screens.SoftwareUpdate.RunSoftwareUpdate:
Screens.Screen.Screen Screens.HelpMenu.HelpableScreen

Public Member Functions

def __init__ (self, session, *args)
 
def layoutFinished (self)
 
def timeout (self)
 
def opkgCallback (self, event, parameter)
 
def modificationCallback (self, answer)
 
def keyCancel (self)
 
def keyCancelCallback (self, answer)
 
def top (self)
 
def pageUp (self)
 
def pageDown (self)
 
def bottom (self)
 
def createSummary (self)
 
def restoreMetrixHD (self)
 
def restoreMetrixHDCallback (self, ret=None)
 
- Public Member Functions inherited from Screens.Screen.Screen
def __init__ (self, session, parent=None, mandatoryWidgets=None)
 
def __repr__ (self)
 
def execBegin (self)
 
def execEnd (self)
 
def doClose (self)
 
def close (self, *retval)
 
def show (self)
 
def hide (self)
 
def isAlreadyShown (self)
 
def isStandAlone (self)
 
def getScreenPath (self)
 
def setTitle (self, title, showPath=True)
 
def getTitle (self)
 
def setFocus (self, o)
 
def setKeyboardModeNone (self)
 
def setKeyboardModeAscii (self)
 
def restoreKeyboardMode (self)
 
def saveKeyboardMode (self)
 
def setDesktop (self, desktop)
 
def setAnimationMode (self, mode)
 
def getRelatedScreen (self, name)
 
def callLater (self, function)
 
def applySkin (self)
 
def createGUIScreen (self, parent, desktop, updateonly=False)
 
def deleteGUIScreen (self)
 
def addSummary (self, summary)
 
def removeSummary (self, summary)
 
- Public Member Functions inherited from Screens.HelpMenu.HelpableScreen
def __init__ (self)
 
def showHelp (self)
 
def callHelpAction (self, *args)
 

Public Attributes

 onTimerTick
 
 activity
 
 timer
 
 packageTotal
 
 downloadCount
 
 updateCount
 
 installCount
 
 removeCount
 
 deselectCount
 
 upgradeCount
 
 configureCount
 
 errorCount
 
 updateFlag
 
 opkg
 
- Public Attributes inherited from Screens.Screen.Screen
 skinName
 
 session
 
 parent
 
 mandatoryWidgets
 
 onClose
 
 onFirstExecBegin
 
 onExecBegin
 
 onExecEnd
 
 onLayoutFinish
 
 onShown
 
 onShow
 
 onHide
 
 execing
 
 shown
 
 already_shown
 
 renderer
 
 helpList
 
 close_on_next_exec
 
 stand_alone
 
 keyboardMode
 
 desktop
 
 instance
 
 summaries
 
 screenPath
 
 screenTitle
 
 active_components
 
 scale
 

Static Public Attributes

string skin
 
- Static Public Attributes inherited from Screens.Screen.Screen
 NO_SUSPEND
 
 SUSPEND_STOPS
 
 SUSPEND_PAUSES
 
 ALLOW_SUSPEND = NO_SUSPEND
 
 globalScreen = None
 

Additional Inherited Members

- Properties inherited from Screens.Screen.Screen
 title = property(getTitle, setTitle)
 

Constructor & Destructor Documentation

◆ __init__()

def Screens.SoftwareUpdate.RunSoftwareUpdate.__init__ (   self,
  session,
args 
)

Member Function Documentation

◆ bottom()

def Screens.SoftwareUpdate.RunSoftwareUpdate.bottom (   self)

◆ createSummary()

def Screens.SoftwareUpdate.RunSoftwareUpdate.createSummary (   self)

Reimplemented from Screens.Screen.Screen.

◆ keyCancel()

def Screens.SoftwareUpdate.RunSoftwareUpdate.keyCancel (   self)

◆ keyCancelCallback()

def Screens.SoftwareUpdate.RunSoftwareUpdate.keyCancelCallback (   self,
  answer 
)

◆ layoutFinished()

def Screens.SoftwareUpdate.RunSoftwareUpdate.layoutFinished (   self)

◆ modificationCallback()

def Screens.SoftwareUpdate.RunSoftwareUpdate.modificationCallback (   self,
  answer 
)

◆ opkgCallback()

def Screens.SoftwareUpdate.RunSoftwareUpdate.opkgCallback (   self,
  event,
  parameter 
)

◆ pageDown()

def Screens.SoftwareUpdate.RunSoftwareUpdate.pageDown (   self)

◆ pageUp()

def Screens.SoftwareUpdate.RunSoftwareUpdate.pageUp (   self)

◆ restoreMetrixHD()

def Screens.SoftwareUpdate.RunSoftwareUpdate.restoreMetrixHD (   self)

◆ restoreMetrixHDCallback()

def Screens.SoftwareUpdate.RunSoftwareUpdate.restoreMetrixHDCallback (   self,
  ret = None 
)

◆ timeout()

def Screens.SoftwareUpdate.RunSoftwareUpdate.timeout (   self)

◆ top()

def Screens.SoftwareUpdate.RunSoftwareUpdate.top (   self)

Member Data Documentation

◆ activity

Screens.SoftwareUpdate.RunSoftwareUpdate.activity

◆ configureCount

Screens.SoftwareUpdate.RunSoftwareUpdate.configureCount

◆ deselectCount

Screens.SoftwareUpdate.RunSoftwareUpdate.deselectCount

◆ downloadCount

Screens.SoftwareUpdate.RunSoftwareUpdate.downloadCount

◆ errorCount

Screens.SoftwareUpdate.RunSoftwareUpdate.errorCount

◆ installCount

Screens.SoftwareUpdate.RunSoftwareUpdate.installCount

◆ onTimerTick

Screens.SoftwareUpdate.RunSoftwareUpdate.onTimerTick

◆ opkg

Screens.SoftwareUpdate.RunSoftwareUpdate.opkg

◆ packageTotal

Screens.SoftwareUpdate.RunSoftwareUpdate.packageTotal

◆ removeCount

Screens.SoftwareUpdate.RunSoftwareUpdate.removeCount

◆ skin

string Screens.SoftwareUpdate.RunSoftwareUpdate.skin
static
Initial value:
= """
<screen name="RunSoftwareUpdate" position="center,center" size="720,435" resolution="1280,720">
<widget name="update" position="10,10" size="700,400" font="Regular;20" halign="center" transparent="1" valign="center" />
<widget name="activity" position="10,420" size="700,5" />
</screen>"""

◆ timer

Screens.SoftwareUpdate.RunSoftwareUpdate.timer

◆ updateCount

Screens.SoftwareUpdate.RunSoftwareUpdate.updateCount

◆ updateFlag

Screens.SoftwareUpdate.RunSoftwareUpdate.updateFlag

◆ upgradeCount

Screens.SoftwareUpdate.RunSoftwareUpdate.upgradeCount

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