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

Public Member Functions

def __init__ (self, list, enableWrapAround=True)
 
- Public Member Functions inherited from Components.MenuList.MenuList
def __init__ (self, list, enableWrapAround=None, content=eListboxPythonStringContent)
 
def postWidgetCreate (self, instance)
 
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)
 

Additional Inherited Members

- Public Attributes inherited from Components.MenuList.MenuList
 list
 
 l
 
 onSelectionChanged
 
- Public Attributes inherited from Components.GUIComponent.GUIComponent
 instance
 
 onVisibilityChange
 
 skinAttributes
 
 deprecationInfo
 
 width
 
 height
 
- 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.PluginList.PluginList.__init__ (   self,
  list,
  enableWrapAround = True 
)

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