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

Public Member Functions

def __init__ (self)
 
def PlayListShuffle (self)
 
- Public Member Functions inherited from Components.MediaPlayer.PlayList
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 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
 
- Public Attributes inherited from Components.MediaPlayer.PlayList
 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
 

Additional Inherited Members

- Static Public Attributes inherited from Components.MediaPlayer.PlayList
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
 
- Properties inherited from Components.GUIComponent.GUIComponent
 visible = property(getVisible, setVisible)
 
 position = property(getPosition, setPosition)
 

Constructor & Destructor Documentation

◆ __init__()

def Plugins.Extensions.MediaPlayer.plugin.MyPlayList.__init__ (   self)

Member Function Documentation

◆ PlayListShuffle()

def Plugins.Extensions.MediaPlayer.plugin.MyPlayList.PlayListShuffle (   self)

Member Data Documentation

◆ currPlaying

Plugins.Extensions.MediaPlayer.plugin.MyPlayList.currPlaying

◆ oldCurrPlaying

Plugins.Extensions.MediaPlayer.plugin.MyPlayList.oldCurrPlaying

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