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

Public Member Functions

def __init__ (self, session)
 
def layoutFinished (self)
 
def updateLocaleList (self, inUseLoc=None)
 
def selectionChanged (self)
 
def updateText (self)
 
def keySettings (self)
 
def settingsDone (self, status=None)
 
def keyCurrent (self)
 
def keySelect (self)
 
def keyManage (self)
 
def processPackage (self)
 
def processPurge (self, anwser)
 
def processPackageDone (self)
 
def moveToLocale (self, locale)
 
def keyTop (self)
 
def keyPageUp (self)
 
def keyUp (self)
 
def keyDown (self)
 
def keyPageDown (self)
 
def keyBottom (self)
 
def keySave (self)
 
def keyCancel (self, closeParameters=())
 
def closeRecursive (self)
 
def run (self, justlocal=False)
 
- 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 createSummary (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

 initialLocale
 
 currentLocale
 
 packageTimer
 
 packageDoneTimer
 
 localeList
 
 listEntry
 
- 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 LIST_FLAGICON = 0
 
int LIST_NATIVE = 1
 
int LIST_NAME = 2
 
int LIST_LOCALE = 3
 
int LIST_PACKAGE = 4
 
int LIST_STATICON = 5
 
int LIST_STATUS = 6
 
int MAX_LIST = 7
 
int PACK_AVAILABLE = 0
 
int PACK_INSTALLED = 1
 
int PACK_IN_USE = 2
 
int MAX_PACK = 3
 
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.LocaleSelection.LocaleSelection.__init__ (   self,
  session 
)

Member Function Documentation

◆ closeRecursive()

def Screens.LocaleSelection.LocaleSelection.closeRecursive (   self)

◆ keyBottom()

def Screens.LocaleSelection.LocaleSelection.keyBottom (   self)

◆ keyCancel()

def Screens.LocaleSelection.LocaleSelection.keyCancel (   self,
  closeParameters = () 
)

◆ keyCurrent()

def Screens.LocaleSelection.LocaleSelection.keyCurrent (   self)

◆ keyDown()

def Screens.LocaleSelection.LocaleSelection.keyDown (   self)

◆ keyManage()

def Screens.LocaleSelection.LocaleSelection.keyManage (   self)

◆ keyPageDown()

def Screens.LocaleSelection.LocaleSelection.keyPageDown (   self)

◆ keyPageUp()

def Screens.LocaleSelection.LocaleSelection.keyPageUp (   self)

◆ keySave()

def Screens.LocaleSelection.LocaleSelection.keySave (   self)

◆ keySelect()

def Screens.LocaleSelection.LocaleSelection.keySelect (   self)

◆ keySettings()

def Screens.LocaleSelection.LocaleSelection.keySettings (   self)

◆ keyTop()

def Screens.LocaleSelection.LocaleSelection.keyTop (   self)

◆ keyUp()

def Screens.LocaleSelection.LocaleSelection.keyUp (   self)

◆ layoutFinished()

def Screens.LocaleSelection.LocaleSelection.layoutFinished (   self)

◆ moveToLocale()

def Screens.LocaleSelection.LocaleSelection.moveToLocale (   self,
  locale 
)

◆ processPackage()

def Screens.LocaleSelection.LocaleSelection.processPackage (   self)

◆ processPackageDone()

def Screens.LocaleSelection.LocaleSelection.processPackageDone (   self)

◆ processPurge()

def Screens.LocaleSelection.LocaleSelection.processPurge (   self,
  anwser 
)

◆ run()

def Screens.LocaleSelection.LocaleSelection.run (   self,
  justlocal = False 
)

◆ selectionChanged()

def Screens.LocaleSelection.LocaleSelection.selectionChanged (   self)

◆ settingsDone()

def Screens.LocaleSelection.LocaleSelection.settingsDone (   self,
  status = None 
)

◆ updateLocaleList()

def Screens.LocaleSelection.LocaleSelection.updateLocaleList (   self,
  inUseLoc = None 
)

◆ updateText()

def Screens.LocaleSelection.LocaleSelection.updateText (   self)

Member Data Documentation

◆ currentLocale

Screens.LocaleSelection.LocaleSelection.currentLocale

◆ initialLocale

Screens.LocaleSelection.LocaleSelection.initialLocale

◆ LIST_FLAGICON

int Screens.LocaleSelection.LocaleSelection.LIST_FLAGICON = 0
static

◆ LIST_LOCALE

int Screens.LocaleSelection.LocaleSelection.LIST_LOCALE = 3
static

◆ LIST_NAME

int Screens.LocaleSelection.LocaleSelection.LIST_NAME = 2
static

◆ LIST_NATIVE

int Screens.LocaleSelection.LocaleSelection.LIST_NATIVE = 1
static

◆ LIST_PACKAGE

int Screens.LocaleSelection.LocaleSelection.LIST_PACKAGE = 4
static

◆ LIST_STATICON

int Screens.LocaleSelection.LocaleSelection.LIST_STATICON = 5
static

◆ LIST_STATUS

int Screens.LocaleSelection.LocaleSelection.LIST_STATUS = 6
static

◆ listEntry

Screens.LocaleSelection.LocaleSelection.listEntry

◆ localeList

Screens.LocaleSelection.LocaleSelection.localeList

◆ MAX_LIST

int Screens.LocaleSelection.LocaleSelection.MAX_LIST = 7
static

◆ MAX_PACK

int Screens.LocaleSelection.LocaleSelection.MAX_PACK = 3
static

◆ PACK_AVAILABLE

int Screens.LocaleSelection.LocaleSelection.PACK_AVAILABLE = 0
static

◆ PACK_IN_USE

int Screens.LocaleSelection.LocaleSelection.PACK_IN_USE = 2
static

◆ PACK_INSTALLED

int Screens.LocaleSelection.LocaleSelection.PACK_INSTALLED = 1
static

◆ packageDoneTimer

Screens.LocaleSelection.LocaleSelection.packageDoneTimer

◆ packageTimer

Screens.LocaleSelection.LocaleSelection.packageTimer

◆ skin

string Screens.LocaleSelection.LocaleSelection.skin
static

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