|
def | getDesktopWith (self) |
|
def | __init__ (self, session=None) |
|
def | onShow (self) |
|
def | onHide (self) |
|
def | getRecordingList (self, configElement=None) |
|
def | onTimerEntryStateChange (self, timer) |
|
def | setItemHeight (self, configElement=None) |
|
def | buildOptionEntry (self, service, **args) |
|
def | applySkin (self, desktop, parent) |
|
def | connectSelChanged (self, fnc) |
|
def | disconnectSelChanged (self, fnc) |
|
def | selectionChanged (self) |
|
def | setCurrent (self, ref) |
|
def | getCurrent (self) |
|
def | atBegin (self) |
|
def | atEnd (self) |
|
def | moveUp (self) |
|
def | moveDown (self) |
|
def | moveToChar (self, char) |
|
def | moveToNextMarker (self) |
|
def | moveToPrevMarker (self) |
|
def | moveToIndex (self, index) |
|
def | getCurrentIndex (self) |
|
def | postWidgetCreate (self, instance) |
|
def | preWidgetRemove (self, instance) |
|
def | getRoot (self) |
|
def | getRootServices (self) |
|
def | setNumberOffset (self, offset) |
|
def | setPlayableIgnoreService (self, ref) |
|
def | setRoot (self, root, justSet=False) |
|
def | removeCurrent (self) |
|
def | addService (self, service, beforeCurrent=False) |
|
def | finishFill (self) |
|
def | clearMarks (self) |
|
def | isMarked (self, ref) |
|
def | addMarked (self, ref) |
|
def | removeMarked (self, ref) |
|
def | getMarked (self) |
|
def | setCurrentMarked (self, state) |
|
def | setMode (self, mode) |
|
def | produceHTML (self) |
|
def | __init__ (self) |
|
def | execBegin (self) |
|
def | execEnd (self) |
|
def | destroy (self) |
|
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) |
|
◆ __init__()
def Components.ServiceList.ServiceList.__init__ |
( |
|
self, |
|
|
|
session = None |
|
) |
| |
◆ addMarked()
def Components.ServiceList.ServiceList.addMarked |
( |
|
self, |
|
|
|
ref |
|
) |
| |
◆ addService()
def Components.ServiceList.ServiceList.addService |
( |
|
self, |
|
|
|
service, |
|
|
|
beforeCurrent = False |
|
) |
| |
◆ applySkin()
def Components.ServiceList.ServiceList.applySkin |
( |
|
self, |
|
|
|
desktop, |
|
|
|
parent |
|
) |
| |
◆ atBegin()
def Components.ServiceList.ServiceList.atBegin |
( |
|
self | ) |
|
◆ atEnd()
def Components.ServiceList.ServiceList.atEnd |
( |
|
self | ) |
|
◆ buildOptionEntry()
def Components.ServiceList.ServiceList.buildOptionEntry |
( |
|
self, |
|
|
|
service, |
|
|
** |
args |
|
) |
| |
◆ clearMarks()
def Components.ServiceList.ServiceList.clearMarks |
( |
|
self | ) |
|
◆ connectSelChanged()
def Components.ServiceList.ServiceList.connectSelChanged |
( |
|
self, |
|
|
|
fnc |
|
) |
| |
◆ disconnectSelChanged()
def Components.ServiceList.ServiceList.disconnectSelChanged |
( |
|
self, |
|
|
|
fnc |
|
) |
| |
◆ finishFill()
def Components.ServiceList.ServiceList.finishFill |
( |
|
self | ) |
|
◆ getCurrent()
def Components.ServiceList.ServiceList.getCurrent |
( |
|
self | ) |
|
◆ getCurrentIndex()
def Components.ServiceList.ServiceList.getCurrentIndex |
( |
|
self | ) |
|
◆ getDesktopWith()
def Components.ServiceList.ServiceList.getDesktopWith |
( |
|
self | ) |
|
◆ getMarked()
def Components.ServiceList.ServiceList.getMarked |
( |
|
self | ) |
|
◆ getRecordingList()
def Components.ServiceList.ServiceList.getRecordingList |
( |
|
self, |
|
|
|
configElement = None |
|
) |
| |
◆ getRoot()
def Components.ServiceList.ServiceList.getRoot |
( |
|
self | ) |
|
◆ getRootServices()
def Components.ServiceList.ServiceList.getRootServices |
( |
|
self | ) |
|
◆ isMarked()
def Components.ServiceList.ServiceList.isMarked |
( |
|
self, |
|
|
|
ref |
|
) |
| |
◆ moveDown()
def Components.ServiceList.ServiceList.moveDown |
( |
|
self | ) |
|
◆ moveToChar()
def Components.ServiceList.ServiceList.moveToChar |
( |
|
self, |
|
|
|
char |
|
) |
| |
◆ moveToIndex()
def Components.ServiceList.ServiceList.moveToIndex |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ moveToNextMarker()
def Components.ServiceList.ServiceList.moveToNextMarker |
( |
|
self | ) |
|
◆ moveToPrevMarker()
def Components.ServiceList.ServiceList.moveToPrevMarker |
( |
|
self | ) |
|
◆ moveUp()
def Components.ServiceList.ServiceList.moveUp |
( |
|
self | ) |
|
◆ onHide()
def Components.ServiceList.ServiceList.onHide |
( |
|
self | ) |
|
◆ onShow()
def Components.ServiceList.ServiceList.onShow |
( |
|
self | ) |
|
◆ onTimerEntryStateChange()
def Components.ServiceList.ServiceList.onTimerEntryStateChange |
( |
|
self, |
|
|
|
timer |
|
) |
| |
◆ postWidgetCreate()
def Components.ServiceList.ServiceList.postWidgetCreate |
( |
|
self, |
|
|
|
instance |
|
) |
| |
◆ preWidgetRemove()
def Components.ServiceList.ServiceList.preWidgetRemove |
( |
|
self, |
|
|
|
instance |
|
) |
| |
◆ removeCurrent()
def Components.ServiceList.ServiceList.removeCurrent |
( |
|
self | ) |
|
◆ removeMarked()
def Components.ServiceList.ServiceList.removeMarked |
( |
|
self, |
|
|
|
ref |
|
) |
| |
◆ selectionChanged()
def Components.ServiceList.ServiceList.selectionChanged |
( |
|
self | ) |
|
◆ setCurrent()
def Components.ServiceList.ServiceList.setCurrent |
( |
|
self, |
|
|
|
ref |
|
) |
| |
◆ setCurrentMarked()
def Components.ServiceList.ServiceList.setCurrentMarked |
( |
|
self, |
|
|
|
state |
|
) |
| |
◆ setItemHeight()
def Components.ServiceList.ServiceList.setItemHeight |
( |
|
self, |
|
|
|
configElement = None |
|
) |
| |
◆ setMode()
def Components.ServiceList.ServiceList.setMode |
( |
|
self, |
|
|
|
mode |
|
) |
| |
◆ setNumberOffset()
def Components.ServiceList.ServiceList.setNumberOffset |
( |
|
self, |
|
|
|
offset |
|
) |
| |
◆ setPlayableIgnoreService()
def Components.ServiceList.ServiceList.setPlayableIgnoreService |
( |
|
self, |
|
|
|
ref |
|
) |
| |
◆ setRoot()
def Components.ServiceList.ServiceList.setRoot |
( |
|
self, |
|
|
|
root, |
|
|
|
justSet = False |
|
) |
| |
◆ additionalInfoColor
Components.ServiceList.ServiceList.additionalInfoColor |
◆ additionalInfoColorSelected
Components.ServiceList.ServiceList.additionalInfoColorSelected |
◆ additionalInfoFont
Components.ServiceList.ServiceList.additionalInfoFont |
◆ GUI_WIDGET
Components.ServiceList.ServiceList.GUI_WIDGET = eListbox |
|
static |
◆ is_playable_ignore
Components.ServiceList.ServiceList.is_playable_ignore |
◆ itemHeight
Components.ServiceList.ServiceList.itemHeight |
◆ itemHeightHigh
Components.ServiceList.ServiceList.itemHeightHigh |
◆ KEY_BEGIN_MARGIN
string Components.ServiceList.ServiceList.KEY_BEGIN_MARGIN = "beginMargin" |
|
static |
◆ KEY_END_MARGIN
string Components.ServiceList.ServiceList.KEY_END_MARGIN = "endMargin" |
|
static |
◆ KEY_PICON_OFFSET
string Components.ServiceList.ServiceList.KEY_PICON_OFFSET = "piconOffset" |
|
static |
◆ KEY_PICON_WIDTH
string Components.ServiceList.ServiceList.KEY_PICON_WIDTH = "piconWidth" |
|
static |
◆ KEY_PICON_WIDTH_BIG
string Components.ServiceList.ServiceList.KEY_PICON_WIDTH_BIG = "piconWidthBig" |
|
static |
◆ KEY_PROGRESS_BAR_HEIGHT
string Components.ServiceList.ServiceList.KEY_PROGRESS_BAR_HEIGHT = "progressBarHeight" |
|
static |
◆ KEY_PROGRESS_BAR_MARGIN
string Components.ServiceList.ServiceList.KEY_PROGRESS_BAR_MARGIN = "progressBarMargin" |
|
static |
◆ KEY_PROGRESS_BAR_WIDTH
string Components.ServiceList.ServiceList.KEY_PROGRESS_BAR_WIDTH = "progressBarWidth" |
|
static |
◆ KEY_SERVICE_INFO_HEIGHT_ADD
string Components.ServiceList.ServiceList.KEY_SERVICE_INFO_HEIGHT_ADD = "serviceInfoHeightAdd" |
|
static |
◆ KEY_SERVICE_ITEM_HEIGHT
string Components.ServiceList.ServiceList.KEY_SERVICE_ITEM_HEIGHT = "serviceItemHeight" |
|
static |
◆ KEY_SERVICE_ITEM_HEIGHT_LARGE
string Components.ServiceList.ServiceList.KEY_SERVICE_ITEM_HEIGHT_LARGE = "serviceItemHeightLarge" |
|
static |
◆ KEY_SERVICE_NUMBER_WIDTH
string Components.ServiceList.ServiceList.KEY_SERVICE_NUMBER_WIDTH = "serviceNumberWidth" |
|
static |
◆ KEY_TEXT_OFFSET
string Components.ServiceList.ServiceList.KEY_TEXT_OFFSET = "textOffset" |
|
static |
Components.ServiceList.ServiceList.l |
◆ list
Components.ServiceList.ServiceList.list |
◆ markedBackground
Components.ServiceList.ServiceList.markedBackground |
◆ markedBackgroundSelected
Components.ServiceList.ServiceList.markedBackgroundSelected |
◆ markedForeground
Components.ServiceList.ServiceList.markedForeground |
◆ markedForegroundSelected
Components.ServiceList.ServiceList.markedForegroundSelected |
◆ mode
Components.ServiceList.ServiceList.mode |
◆ MODE_FAVOURITES
int Components.ServiceList.ServiceList.MODE_FAVOURITES = 1 |
|
static |
◆ MODE_NORMAL
int Components.ServiceList.ServiceList.MODE_NORMAL = 0 |
|
static |
◆ numberoffset
Components.ServiceList.ServiceList.numberoffset |
◆ onSelectionChanged
Components.ServiceList.ServiceList.onSelectionChanged |
◆ picDVB_C
Components.ServiceList.ServiceList.picDVB_C |
◆ picDVB_S
Components.ServiceList.ServiceList.picDVB_S |
◆ picDVB_T
Components.ServiceList.ServiceList.picDVB_T |
◆ picFolder
Components.ServiceList.ServiceList.picFolder |
◆ picMarker
Components.ServiceList.ServiceList.picMarker |
◆ piconLoader
Components.ServiceList.ServiceList.piconLoader |
◆ picServiceEventProgressbar
Components.ServiceList.ServiceList.picServiceEventProgressbar |
◆ picServiceGroup
Components.ServiceList.ServiceList.picServiceGroup |
◆ recordingColor
Components.ServiceList.ServiceList.recordingColor |
◆ recordingColorSelected
Components.ServiceList.ServiceList.recordingColorSelected |
◆ recordingList
Components.ServiceList.ServiceList.recordingList |
◆ root
Components.ServiceList.ServiceList.root |
◆ selectionChanged_conn
Components.ServiceList.ServiceList.selectionChanged_conn |
◆ selectionPixmapBig
Components.ServiceList.ServiceList.selectionPixmapBig |
◆ selectionPixmapStandard
Components.ServiceList.ServiceList.selectionPixmapStandard |
◆ service_center
Components.ServiceList.ServiceList.service_center |
◆ serviceDescriptionColor
Components.ServiceList.ServiceList.serviceDescriptionColor |
◆ serviceDescriptionColorSelected
Components.ServiceList.ServiceList.serviceDescriptionColorSelected |
◆ serviceEventProgressbarBackColor
Components.ServiceList.ServiceList.serviceEventProgressbarBackColor |
◆ serviceEventProgressbarBackColorSelected
Components.ServiceList.ServiceList.serviceEventProgressbarBackColorSelected |
◆ serviceEventProgressbarBorderColor
Components.ServiceList.ServiceList.serviceEventProgressbarBorderColor |
◆ serviceEventProgressbarBorderColorSelected
Components.ServiceList.ServiceList.serviceEventProgressbarBorderColorSelected |
◆ serviceEventProgressbarColor
Components.ServiceList.ServiceList.serviceEventProgressbarColor |
◆ serviceEventProgressbarColorSelected
Components.ServiceList.ServiceList.serviceEventProgressbarColorSelected |
◆ serviceInfoFontHeight
Components.ServiceList.ServiceList.serviceInfoFontHeight |
◆ serviceInfoHeight
Components.ServiceList.ServiceList.serviceInfoHeight |
◆ serviceNameFont
Components.ServiceList.ServiceList.serviceNameFont |
◆ serviceNotAvail
Components.ServiceList.ServiceList.serviceNotAvail |
◆ session
Components.ServiceList.ServiceList.session |
◆ size
Components.ServiceList.ServiceList.size |
◆ skinAttributes
Components.ServiceList.ServiceList.skinAttributes |
◆ textRenderer
Components.ServiceList.ServiceList.textRenderer |
The documentation for this class was generated from the following file: