|
def | __init__ (self) |
|
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 | getSize (self) |
|
def | GUIcreate (self, parent) |
|
def | GUIdelete (self) |
|
def | createWidget (self, parent) |
|
def | postWidgetCreate (self, instance) |
|
def | preWidgetRemove (self, instance) |
|
◆ __init__()
def Components.ConditionalWidget.BlinkingWidget.__init__ |
( |
|
self | ) |
|
◆ blink()
def Components.ConditionalWidget.BlinkingWidget.blink |
( |
|
self | ) |
|
◆ setBlinkTime()
def Components.ConditionalWidget.BlinkingWidget.setBlinkTime |
( |
|
self, |
|
|
|
time |
|
) |
| |
◆ startBlinking()
def Components.ConditionalWidget.BlinkingWidget.startBlinking |
( |
|
self | ) |
|
◆ stopBlinking()
def Components.ConditionalWidget.BlinkingWidget.stopBlinking |
( |
|
self | ) |
|
◆ blinking
Components.ConditionalWidget.BlinkingWidget.blinking |
◆ blinktime
Components.ConditionalWidget.BlinkingWidget.blinktime |
◆ timer
Components.ConditionalWidget.BlinkingWidget.timer |
◆ timer_conn
Components.ConditionalWidget.BlinkingWidget.timer_conn |
◆ visible
Components.ConditionalWidget.BlinkingWidget.visible |
The documentation for this class was generated from the following file: