![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
Public Member Functions | |
| def | __init__ (self, timers) |
Public Member Functions inherited from Screens.Timers.RecordTimerList | |
| def | buildTimerEntry (self, timer, processed) |
| def | getOrbitalPos (self, ref, state) |
Public Member Functions inherited from Screens.Timers.TimerListBase | |
| def | postWidgetCreate (self, instance) |
| def | applySkin (self, desktop, parent) |
| def | getList (self) |
| def | setList (self, timerList) |
| def | count (self) |
| def | getCurrent (self) |
| def | getCurrentIndex (self) |
| def | setCurrentIndex (self, index) |
| def | entryRemoved (self, index) |
| def | invalidate (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 | 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 | getWidth (self) |
| def | getHeight (self) |
| def | GUIcreate (self, parent) |
| def | GUIdelete (self) |
| def | createWidget (self, parent) |
| def | preWidgetRemove (self, instance) |
Additional Inherited Members | |
Public Attributes inherited from Screens.Timers.TimerListBase | |
| timerList | |
| timerListWidget | |
| timerNameFont | |
| statusFont | |
| detailFont | |
| itemHeight | |
| topHeight | |
| bottomHeight | |
| showSeparator | |
| indent | |
| iconMargin | |
| statusOffset | |
| satPosLeft | |
| iconWait | |
| iconWidth | |
| iconHeight | |
| iconRecording | |
| iconPrepared | |
| iconDone | |
| iconRepeat | |
| iconOnce | |
| iconZapped | |
| iconDisabled | |
| iconFailed | |
| iconAutoTimer | |
| iconIceTVTimer | |
| line | |
| instance | |
Public Attributes inherited from Components.GUIComponent.GUIComponent | |
| instance | |
| onVisibilityChange | |
| skinAttributes | |
| deprecationInfo | |
| width | |
| height | |
Static Public Attributes inherited from Screens.Timers.TimerListBase | |
| GUI_WIDGET = eListbox | |
Properties inherited from Components.GUIComponent.GUIComponent | |
| visible = property(getVisible, setVisible) | |
| position = property(getPosition) | |
| def Components.TimerList.TimerList.__init__ | ( | self, | |
| timers | |||
| ) |
Reimplemented from Screens.Timers.RecordTimerList.