![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
Public Member Functions | |
def | __init__ (self) |
def | activateCondition (self, condition) |
![]() | |
def | setBlinkTime (self, time) |
def | blink (self) |
def | startBlinking (self) |
def | stopBlinking (self) |
![]() | |
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) |
![]() | |
def | __init__ (self, withTimer=True) |
def | postWidgetCreate (self, instance) |
def | setConnect (self, conditionalFunction) |
def | update (self) |
Additional Inherited Members | |
![]() | |
blinking | |
timer | |
blinktime | |
visible | |
![]() | |
instance | |
onVisibilityChange | |
skinAttributes | |
deprecationInfo | |
width | |
height | |
![]() | |
conditionCheckTimer | |
visible | |
conditionalFunction | |
![]() | |
visible = property(getVisible, setVisible) | |
position = property(getPosition) | |
def Components.ConditionalWidget.BlinkingWidgetConditional.__init__ | ( | self | ) |
Reimplemented from Components.ConditionalWidget.BlinkingWidget.
Reimplemented in Components.BlinkingPixmap.BlinkingPixmapConditional.
def Components.ConditionalWidget.BlinkingWidgetConditional.activateCondition | ( | self, | |
condition | |||
) |
Reimplemented from Components.ConditionalWidget.ConditionalWidget.