![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
Public Member Functions | |
| def | __init__ (self, navcore, eventmap) |
| def | destroy (self) |
Public Member Functions inherited from Components.PerServiceDisplay.PerServiceBase | |
| def | __init__ (self, navcore, eventmap, with_event=False) |
| def | enablePolling (self, interval=60000) |
| def | disablePolling (self) |
| def | poll (self) |
Public Member Functions inherited from Components.VariableText.VariableText | |
| def | __init__ (self) |
| def | setText (self, text) |
| def | setMarkedPos (self, pos) |
| def | getText (self) |
| def | postWidgetCreate (self, instance) |
Public Member Functions inherited from Components.GUIComponent.GUIComponent | |
| def | __init__ (self) |
| def | execBegin (self) |
| def | execEnd (self) |
| def | onShow (self) |
| def | onHide (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 | getWidth (self) |
| def | getHeight (self) |
| def | GUIcreate (self, parent) |
| def | GUIdelete (self) |
| def | createWidget (self, parent) |
| def | postWidgetCreate (self, instance) |
| def | preWidgetRemove (self, instance) |
Static Public Attributes | |
| GUI_WIDGET = eLabel | |
Static Public Attributes inherited from Components.PerServiceDisplay.PerServiceBase | |
| dictionary | EventMap = {} |
Additional Inherited Members | |
Static Public Member Functions inherited from Components.PerServiceDisplay.PerServiceBase | |
| def | event (ev) |
Public Attributes inherited from Components.PerServiceDisplay.PerServiceBase | |
| navcore | |
| eventmap | |
| poll_timer | |
| with_event | |
Public Attributes inherited from Components.VariableText.VariableText | |
| message | |
| instance | |
Public Attributes inherited from Components.GUIComponent.GUIComponent | |
| instance | |
| onVisibilityChange | |
| skinAttributes | |
| deprecationInfo | |
| width | |
| height | |
Properties inherited from Components.VariableText.VariableText | |
| text = property(getText, setText) | |
Properties inherited from Components.GUIComponent.GUIComponent | |
| visible = property(getVisible, setVisible) | |
| position = property(getPosition) | |
Mixin for building components which display something which changes on navigation events, for example "service name"
| def Components.PerServiceDisplay.PerServiceDisplay.__init__ | ( | self, | |
| navcore, | |||
| eventmap | |||
| ) |
Reimplemented in Components.ServicePosition.ServicePosition.
| def Components.PerServiceDisplay.PerServiceDisplay.destroy | ( | self | ) |
Reimplemented from Components.GUIComponent.GUIComponent.
|
static |