openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
Components.ChoiceList.ChoiceList Class Reference
Inheritance diagram for Components.ChoiceList.ChoiceList:
Components.MenuList.MenuList Components.GUIComponent.GUIComponent

Public Member Functions

def __init__ (self, list, selection=0, enableWrapAround=False)
 
def postWidgetCreate (self, instance)
 
def getItemHeight (self)
 
- Public Member Functions inherited from Components.MenuList.MenuList
def preWidgetRemove (self, instance)
 
def selectionChanged (self)
 
def getList (self)
 
def setList (self, list)
 
def selectionEnabled (self, enabled)
 
def getCurrent (self)
 
def getCurrentIndex (self)
 
def getSelectionIndex (self)
 
def getSelectedIndex (self)
 
def count (self)
 
def setCurrentIndex (self, index)
 
def moveToIndex (self, index)
 
def goTop (self)
 
def goPageUp (self)
 
def goLineUp (self)
 
def goLineDown (self)
 
def goPageDown (self)
 
def goBottom (self)
 
def top (self)
 
def pageUp (self)
 
def up (self)
 
def down (self)
 
def pageDown (self)
 
def bottom (self)
 
- Public Member Functions inherited from Components.GUIComponent.GUIComponent
def __init__ (self)
 
def execBegin (self)
 
def execEnd (self)
 
def onShow (self)
 
def onHide (self)
 
def destroy (self)
 
def applySkin (self, desktop, parent)
 
def move (self, x, y=None)
 
def resize (self, x, y=None)
 
def setZPosition (self, z)
 
def show (self)
 
def hide (self)
 
def getVisible (self)
 
def setVisible (self, visible)
 
def setPosition (self, x, y)
 
def getPosition (self)
 
def getWidth (self)
 
def getHeight (self)
 
def GUIcreate (self, parent)
 
def GUIdelete (self)
 
def createWidget (self, parent)
 

Public Attributes

 itemHeight
 
 selection
 
- Public Attributes inherited from Components.MenuList.MenuList
 list
 
 l
 
 onSelectionChanged
 
- Public Attributes inherited from Components.GUIComponent.GUIComponent
 instance
 
 onVisibilityChange
 
 skinAttributes
 
 deprecationInfo
 
 width
 
 height
 

Additional Inherited Members

- Static Public Attributes inherited from Components.MenuList.MenuList
 GUI_WIDGET = eListbox
 
- Properties inherited from Components.GUIComponent.GUIComponent
 visible = property(getVisible, setVisible)
 
 position = property(getPosition)
 

Constructor & Destructor Documentation

◆ __init__()

def Components.ChoiceList.ChoiceList.__init__ (   self,
  list,
  selection = 0,
  enableWrapAround = False 
)

Reimplemented from Components.MenuList.MenuList.

Member Function Documentation

◆ getItemHeight()

def Components.ChoiceList.ChoiceList.getItemHeight (   self)

◆ postWidgetCreate()

def Components.ChoiceList.ChoiceList.postWidgetCreate (   self,
  instance 
)

Reimplemented from Components.MenuList.MenuList.

Member Data Documentation

◆ itemHeight

Components.ChoiceList.ChoiceList.itemHeight

◆ selection

Components.ChoiceList.ChoiceList.selection

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