![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
Public Member Functions | |
| def | __init__ (self, text="") |
Public Member Functions inherited from Components.ConditionalWidget.BlinkingWidgetConditional | |
| def | __init__ (self) |
| def | activateCondition (self, condition) |
Public Member Functions inherited from Components.ConditionalWidget.BlinkingWidget | |
| def | setBlinkTime (self, time) |
| def | blink (self) |
| def | startBlinking (self) |
| def | stopBlinking (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 | getWidth (self) |
| def | getHeight (self) |
| def | GUIcreate (self, parent) |
| def | GUIdelete (self) |
| def | createWidget (self, parent) |
| def | preWidgetRemove (self, instance) |
Public Member Functions inherited from Components.ConditionalWidget.ConditionalWidget | |
| def | postWidgetCreate (self, instance) |
| def | setConnect (self, conditionalFunction) |
| def | update (self) |
Public Member Functions inherited from Components.Label.LabelConditional | |
| def | __init__ (self, text="", withTimer=True) |
Public Member Functions inherited from Components.Label.Label | |
| def | connectDownstream (self, downstream) |
| def | checkSuspend (self) |
| def | disconnectDownstream (self, downstream) |
| def | getSize (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) |
Additional Inherited Members | |
Public Attributes inherited from Components.ConditionalWidget.BlinkingWidget | |
| blinking | |
| timer | |
| blinktime | |
| visible | |
Public Attributes inherited from Components.GUIComponent.GUIComponent | |
| instance | |
| onVisibilityChange | |
| skinAttributes | |
| deprecationInfo | |
| width | |
| height | |
Public Attributes inherited from Components.ConditionalWidget.ConditionalWidget | |
| conditionCheckTimer | |
| visible | |
| conditionalFunction | |
Public Attributes inherited from Components.VariableText.VariableText | |
| message | |
| instance | |
Static Public Attributes inherited from Components.Label.Label | |
| GUI_WIDGET = eLabel | |
Properties inherited from Components.GUIComponent.GUIComponent | |
| visible = property(getVisible, setVisible) | |
| position = property(getPosition) | |
Properties inherited from Components.VariableText.VariableText | |
| text = property(getText, setText) | |
| def Components.Label.BlinkingLabelConditional.__init__ | ( | self, | |
text = "" |
|||
| ) |
Reimplemented from Components.ConditionalWidget.ConditionalWidget.