enigma2  2.6
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Components.MediaPlayer.PlayList Class Reference
Inheritance diagram for Components.MediaPlayer.PlayList:
Components.MenuList.MenuList Components.HTMLComponent.HTMLComponent Components.GUIComponent.GUIComponent Plugins.Extensions.MediaPlayer.plugin.MyPlayList

Public Member Functions

def __init__ (self, enableWrapAround=False)
 
def clear (self)
 
def getSelection (self)
 
def addFile (self, serviceref)
 
def updateFile (self, index, newserviceref)
 
def deleteFile (self, index)
 
def setCurrentPlaying (self, index)
 
def updateState (self, state)
 
def playFile (self)
 
def pauseFile (self)
 
def stopFile (self)
 
def rewindFile (self)
 
def forwardFile (self)
 
def updateList (self)
 
def getCurrentIndex (self)
 
def getCurrentEvent (self)
 
def getCurrent (self)
 
def getServiceRefList (self)
 
def __len__ (self)
 
- Public Member Functions inherited from Components.MenuList.MenuList
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 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

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

Static Public Attributes

string SKIN_COMPONENT_KEY = "MediaplayerPlayList"
 
string SKIN_COMPONENT_ICON_HEIGHT = "iconHeight"
 
string SKIN_COMPONENT_ICON_WIDTH = "iconWidth"
 
string SKIN_COMPONENT_ICON_HPOS = "iconHPos"
 
- Static Public Attributes inherited from Components.MenuList.MenuList
 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.MediaPlayer.PlayList.__init__ (   self,
  enableWrapAround = False 
)

Member Function Documentation

◆ __len__()

def Components.MediaPlayer.PlayList.__len__ (   self)

◆ addFile()

def Components.MediaPlayer.PlayList.addFile (   self,
  serviceref 
)

◆ clear()

def Components.MediaPlayer.PlayList.clear (   self)

◆ deleteFile()

def Components.MediaPlayer.PlayList.deleteFile (   self,
  index 
)

◆ forwardFile()

def Components.MediaPlayer.PlayList.forwardFile (   self)

◆ getCurrent()

def Components.MediaPlayer.PlayList.getCurrent (   self)

Reimplemented from Components.MenuList.MenuList.

◆ getCurrentEvent()

def Components.MediaPlayer.PlayList.getCurrentEvent (   self)

◆ getCurrentIndex()

def Components.MediaPlayer.PlayList.getCurrentIndex (   self)

◆ getSelection()

def Components.MediaPlayer.PlayList.getSelection (   self)

◆ getServiceRefList()

def Components.MediaPlayer.PlayList.getServiceRefList (   self)

◆ pauseFile()

def Components.MediaPlayer.PlayList.pauseFile (   self)

◆ playFile()

def Components.MediaPlayer.PlayList.playFile (   self)

◆ rewindFile()

def Components.MediaPlayer.PlayList.rewindFile (   self)

◆ setCurrentPlaying()

def Components.MediaPlayer.PlayList.setCurrentPlaying (   self,
  index 
)

◆ stopFile()

def Components.MediaPlayer.PlayList.stopFile (   self)

◆ updateFile()

def Components.MediaPlayer.PlayList.updateFile (   self,
  index,
  newserviceref 
)

◆ updateList()

def Components.MediaPlayer.PlayList.updateList (   self)

◆ updateState()

def Components.MediaPlayer.PlayList.updateState (   self,
  state 
)

Member Data Documentation

◆ currPlaying

Components.MediaPlayer.PlayList.currPlaying

◆ oldCurrPlaying

Components.MediaPlayer.PlayList.oldCurrPlaying

◆ serviceHandler

Components.MediaPlayer.PlayList.serviceHandler

◆ SKIN_COMPONENT_ICON_HEIGHT

string Components.MediaPlayer.PlayList.SKIN_COMPONENT_ICON_HEIGHT = "iconHeight"
static

◆ SKIN_COMPONENT_ICON_HPOS

string Components.MediaPlayer.PlayList.SKIN_COMPONENT_ICON_HPOS = "iconHPos"
static

◆ SKIN_COMPONENT_ICON_WIDTH

string Components.MediaPlayer.PlayList.SKIN_COMPONENT_ICON_WIDTH = "iconWidth"
static

◆ SKIN_COMPONENT_KEY

string Components.MediaPlayer.PlayList.SKIN_COMPONENT_KEY = "MediaplayerPlayList"
static

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