|
| def | __init__ (self, withTimer=True) |
| |
| def | postWidgetCreate (self, instance) |
| |
| def | setConnect (self, conditionalFunction) |
| |
| def | activateCondition (self, condition) |
| |
| def | update (self) |
| |
| def | __init__ (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) |
| |
◆ __init__()
| def Components.ConditionalWidget.ConditionalWidget.__init__ |
( |
|
self, |
|
|
|
withTimer = True |
|
) |
| |
◆ activateCondition()
| def Components.ConditionalWidget.ConditionalWidget.activateCondition |
( |
|
self, |
|
|
|
condition |
|
) |
| |
◆ postWidgetCreate()
| def Components.ConditionalWidget.ConditionalWidget.postWidgetCreate |
( |
|
self, |
|
|
|
instance |
|
) |
| |
◆ setConnect()
| def Components.ConditionalWidget.ConditionalWidget.setConnect |
( |
|
self, |
|
|
|
conditionalFunction |
|
) |
| |
◆ update()
| def Components.ConditionalWidget.ConditionalWidget.update |
( |
|
self | ) |
|
◆ conditionalFunction
| Components.ConditionalWidget.ConditionalWidget.conditionalFunction |
◆ conditionCheckTimer
| Components.ConditionalWidget.ConditionalWidget.conditionCheckTimer |
◆ visible
| Components.ConditionalWidget.ConditionalWidget.visible |
The documentation for this class was generated from the following file: