enigma2
2.6
|
Classes | |
class | TimerList |
Functions | |
def | buildTimerEntry (self, timer, processed) |
def | __init__ (self, list) |
def | applySkin (self, desktop, parent) |
def | getCurrent (self) |
def | postWidgetCreate (self, instance) |
def | moveToIndex (self, index) |
def | getCurrentIndex (self) |
def | moveDown (self) |
def | invalidate (self) |
def | entryRemoved (self, idx) |
Variables | |
COMPONENT_ID = componentSizes.TIMER_LIST | |
string | default_template |
GUI_WIDGET = eListbox | |
list | |
picDVB_S | |
picDVB_C | |
picDVB_T | |
picServiceGroup | |
def Components.TimerList.__init__ | ( | self, | |
list | |||
) |
def Components.TimerList.applySkin | ( | self, | |
desktop, | |||
parent | |||
) |
def Components.TimerList.buildTimerEntry | ( | self, | |
timer, | |||
processed | |||
) |
def Components.TimerList.entryRemoved | ( | self, | |
idx | |||
) |
def Components.TimerList.getCurrent | ( | self | ) |
def Components.TimerList.getCurrentIndex | ( | self | ) |
def Components.TimerList.invalidate | ( | self | ) |
def Components.TimerList.moveDown | ( | self | ) |
def Components.TimerList.moveToIndex | ( | self, | |
index | |||
) |
def Components.TimerList.postWidgetCreate | ( | self, | |
instance | |||
) |
Components.TimerList.COMPONENT_ID = componentSizes.TIMER_LIST |
string Components.TimerList.default_template |
Components.TimerList.GUI_WIDGET = eListbox |
Components.TimerList.list |
Components.TimerList.picDVB_C |
Components.TimerList.picDVB_S |
Components.TimerList.picDVB_T |
Components.TimerList.picServiceGroup |