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

Public Member Functions

def __init__ (self, session, *args)
 
def isProtected (self)
 
def layoutFinished (self)
 
def timeout (self)
 
def checkTrafficLight (self)
 
def opkgCallback (self, event, parameter)
 
def setStatus (self, status)
 
def keyCancel (self)
 
def keyUpdate (self)
 
def keyUpdateCallback (self, answer)
 
def keyRefresh (self)
 
def top (self)
 
def pageUp (self)
 
def up (self)
 
def down (self)
 
def pageDown (self)
 
def bottom (self)
 
def createSummary (self)
 
- 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 Member Functions inherited from Screens.ParentalControlSetup.ProtectedScreen
def __init__ (self)
 
def pinEntered (self, result)
 
def closeProtectedScreen (self, result=None)
 

Public Attributes

 onCheckTrafficLight
 
 updateList
 
 activity
 
 feedState
 
 updateFlag
 
 packageCount
 
 timer
 
 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

int FEED_UNKNOWN = 0
 
int FEED_DISABLED = 1
 
int FEED_UNSTABLE = 2
 
int FEED_STABLE = 3
 
list 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.SoftwareUpdate.__init__ (   self,
  session,
args 
)

Member Function Documentation

◆ bottom()

def Screens.SoftwareUpdate.SoftwareUpdate.bottom (   self)

◆ checkTrafficLight()

def Screens.SoftwareUpdate.SoftwareUpdate.checkTrafficLight (   self)

◆ createSummary()

def Screens.SoftwareUpdate.SoftwareUpdate.createSummary (   self)

Reimplemented from Screens.Screen.Screen.

◆ down()

def Screens.SoftwareUpdate.SoftwareUpdate.down (   self)

◆ isProtected()

def Screens.SoftwareUpdate.SoftwareUpdate.isProtected (   self)

◆ keyCancel()

def Screens.SoftwareUpdate.SoftwareUpdate.keyCancel (   self)

◆ keyRefresh()

def Screens.SoftwareUpdate.SoftwareUpdate.keyRefresh (   self)

◆ keyUpdate()

def Screens.SoftwareUpdate.SoftwareUpdate.keyUpdate (   self)

◆ keyUpdateCallback()

def Screens.SoftwareUpdate.SoftwareUpdate.keyUpdateCallback (   self,
  answer 
)

◆ layoutFinished()

def Screens.SoftwareUpdate.SoftwareUpdate.layoutFinished (   self)

◆ opkgCallback()

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

◆ pageDown()

def Screens.SoftwareUpdate.SoftwareUpdate.pageDown (   self)

◆ pageUp()

def Screens.SoftwareUpdate.SoftwareUpdate.pageUp (   self)

◆ setStatus()

def Screens.SoftwareUpdate.SoftwareUpdate.setStatus (   self,
  status 
)

◆ timeout()

def Screens.SoftwareUpdate.SoftwareUpdate.timeout (   self)

◆ top()

def Screens.SoftwareUpdate.SoftwareUpdate.top (   self)

◆ up()

def Screens.SoftwareUpdate.SoftwareUpdate.up (   self)

Member Data Documentation

◆ activity

Screens.SoftwareUpdate.SoftwareUpdate.activity

◆ FEED_DISABLED

int Screens.SoftwareUpdate.SoftwareUpdate.FEED_DISABLED = 1
static

◆ FEED_STABLE

int Screens.SoftwareUpdate.SoftwareUpdate.FEED_STABLE = 3
static

◆ FEED_UNKNOWN

int Screens.SoftwareUpdate.SoftwareUpdate.FEED_UNKNOWN = 0
static

◆ FEED_UNSTABLE

int Screens.SoftwareUpdate.SoftwareUpdate.FEED_UNSTABLE = 2
static

◆ feedState

Screens.SoftwareUpdate.SoftwareUpdate.feedState

◆ onCheckTrafficLight

Screens.SoftwareUpdate.SoftwareUpdate.onCheckTrafficLight

◆ opkg

Screens.SoftwareUpdate.SoftwareUpdate.opkg

◆ packageCount

Screens.SoftwareUpdate.SoftwareUpdate.packageCount

◆ skin

list Screens.SoftwareUpdate.SoftwareUpdate.skin
static
Initial value:
= [,
650, 580, # SoftwareUpdate
10, 10, 36, 97, # traffic_off
10, 10, 36, 97, # traffic_red
10, 10, 36, 97, # traffic_yellow
10, 10, 36, 97, # traffic_green
60, 46, 200, 30, 20, # feedstatus_off
60, 14, 200, 30, 20, # feedstatus_red
60, 46, 200, 30, 20, # feedstatus_yellow
60, 78, 200, 30, 20, # feedstatus_green
330, 10, 250, 30, 25, # package_text
590, 10, 50, 30, 25, # package_count
330, 50, 310, 50, 20, # feedmessage
330, 102, 310, 5, # activity
10, 120, 630, 400, # list
10, 0, 535, 30, # Index 0 - name
20, 30, 515, 20, # Index 2 - description
560, 0, 48, 48, # Index 4 - status pixmap
5, 48, 630, 2, # Index 5 - div pixmap
22, 15, # fonts
50, # itemHeight
10, 50, 180, 40, 20, # key_red
200, 50, 180, 40, 20, # key_green
390, 50, 180, 40, 20 # key_yellow
]

◆ timer

Screens.SoftwareUpdate.SoftwareUpdate.timer

◆ updateFlag

Screens.SoftwareUpdate.SoftwareUpdate.updateFlag

◆ updateList

Screens.SoftwareUpdate.SoftwareUpdate.updateList

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