enigma2  2.6
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Components.MenuList.MenuList Class Reference
Inheritance diagram for Components.MenuList.MenuList:
Components.HTMLComponent.HTMLComponent Components.GUIComponent.GUIComponent Components.ChoiceList.ChoiceList Components.FIFOList.FIFOList Components.FileList.FileList Components.MediaPlayer.PlayList Components.ParentalControlList.ParentalControlList Components.SelectionList.SelectionList Components.SortableList.SortableList Plugins.Extensions.MediaCenter.MediaBrowserDB.MediaBrowserDBList Plugins.Extensions.MediaCenter.MediaBrowserSearch.MediaBrowserSearchList Plugins.Extensions.MediaCenter.MediaBrowserUPnP.MediaBrowserUPnPList Screens.VirtualKeyBoard.VirtualKeyBoardList

Public Member Functions

def __init__ (self, list, enableWrapAround=False, content=eListboxPythonStringContent, mode=eListbox.layoutVertical, itemSize=0, itemWidth=0, itemHeight=0, margin=ePoint(0, 0), selectionZoom=1.0)
 
def getCurrent (self)
 
def postWidgetCreate (self, instance)
 
def preWidgetRemove (self, instance)
 
def selectionChanged (self)
 
def getSelectionIndex (self)
 
def getSelectedIndex (self)
 
def setList (self, list)
 
def moveToIndex (self, idx)
 
def pageUp (self)
 
def pageDown (self)
 
def up (self)
 
def down (self)
 
def selectionEnabled (self, enabled)
 
def currentPage (self)
 
def totalPages (self)
 
def itemWidth (self)
 
def itemHeight (self)
 
- Public Member Functions inherited from Components.HTMLComponent.HTMLComponent
def produceHTML (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 getSize (self)
 
def GUIcreate (self, parent)
 
def GUIdelete (self)
 
def createWidget (self, parent)
 

Public Attributes

 list
 
 l
 
 onSelectionChanged
 
 enableWrapAround
 
 selectionChanged_conn
 
- Public Attributes inherited from Components.GUIComponent.GUIComponent
 instance
 
 onVisibilityChange
 
 skinAttributes
 
 deprecationInfo
 
 width
 
 height
 

Static Public Attributes

 GUI_WIDGET = eListbox
 

Additional Inherited Members

- Properties inherited from Components.GUIComponent.GUIComponent
 visible = property(getVisible, setVisible)
 
 position = property(getPosition, setPosition)
 

Constructor & Destructor Documentation

◆ __init__()

def Components.MenuList.MenuList.__init__ (   self,
  list,
  enableWrapAround = False,
  content = eListboxPythonStringContent,
  mode = eListbox.layoutVertical,
  itemSize = 0,
  itemWidth = 0,
  itemHeight = 0,
  margin = ePoint(0,0),
  selectionZoom = 1.0 
)

Member Function Documentation

◆ currentPage()

def Components.MenuList.MenuList.currentPage (   self)

◆ down()

def Components.MenuList.MenuList.down (   self)

◆ getCurrent()

def Components.MenuList.MenuList.getCurrent (   self)

◆ getSelectedIndex()

def Components.MenuList.MenuList.getSelectedIndex (   self)

◆ getSelectionIndex()

def Components.MenuList.MenuList.getSelectionIndex (   self)

◆ itemHeight()

def Components.MenuList.MenuList.itemHeight (   self)

◆ itemWidth()

def Components.MenuList.MenuList.itemWidth (   self)

◆ moveToIndex()

def Components.MenuList.MenuList.moveToIndex (   self,
  idx 
)

◆ pageDown()

def Components.MenuList.MenuList.pageDown (   self)

◆ pageUp()

def Components.MenuList.MenuList.pageUp (   self)

◆ postWidgetCreate()

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

◆ preWidgetRemove()

def Components.MenuList.MenuList.preWidgetRemove (   self,
  instance 
)

◆ selectionChanged()

def Components.MenuList.MenuList.selectionChanged (   self)

◆ selectionEnabled()

def Components.MenuList.MenuList.selectionEnabled (   self,
  enabled 
)

◆ setList()

def Components.MenuList.MenuList.setList (   self,
  list 
)

◆ totalPages()

def Components.MenuList.MenuList.totalPages (   self)

◆ up()

def Components.MenuList.MenuList.up (   self)

Member Data Documentation

◆ enableWrapAround

Components.MenuList.MenuList.enableWrapAround

◆ GUI_WIDGET

Components.MenuList.MenuList.GUI_WIDGET = eListbox
static

◆ l

Components.MenuList.MenuList.l

◆ list

Components.MenuList.MenuList.list

◆ onSelectionChanged

Components.MenuList.MenuList.onSelectionChanged

◆ selectionChanged_conn

Components.MenuList.MenuList.selectionChanged_conn

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