|
def | __init__ (self) |
|
def | clearPath (self, repeated=False) |
|
def | addMovePoint (self, x, y, time=20) |
|
def | moveTo (self, x, y, time=20) |
|
def | startMoving (self) |
|
def | stopMoving (self) |
|
def | doMove (self) |
|
def | setPixmap (self, pixmap) |
|
def | setDefaultAnimationEnabled (self, enabled) |
|
def | setShowHideAnimation (self, key) |
|
def | resetShowHideAnimation (self) |
|
def | postWidgetCreate (self, instance) |
|
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 | preWidgetRemove (self, instance) |
|
◆ __init__()
def Components.Pixmap.MovingPixmap.__init__ |
( |
|
self | ) |
|
◆ addMovePoint()
def Components.Pixmap.MovingPixmap.addMovePoint |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
time = 20 |
|
) |
| |
◆ clearPath()
def Components.Pixmap.MovingPixmap.clearPath |
( |
|
self, |
|
|
|
repeated = False |
|
) |
| |
◆ doMove()
def Components.Pixmap.MovingPixmap.doMove |
( |
|
self | ) |
|
◆ moveTo()
def Components.Pixmap.MovingPixmap.moveTo |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
time = 20 |
|
) |
| |
◆ startMoving()
def Components.Pixmap.MovingPixmap.startMoving |
( |
|
self | ) |
|
◆ stopMoving()
def Components.Pixmap.MovingPixmap.stopMoving |
( |
|
self | ) |
|
◆ currDest
Components.Pixmap.MovingPixmap.currDest |
◆ moveTimer
Components.Pixmap.MovingPixmap.moveTimer |
◆ moveTimer_conn
Components.Pixmap.MovingPixmap.moveTimer_conn |
◆ moving
Components.Pixmap.MovingPixmap.moving |
◆ path
Components.Pixmap.MovingPixmap.path |
◆ repeated
Components.Pixmap.MovingPixmap.repeated |
◆ stepX
Components.Pixmap.MovingPixmap.stepX |
◆ stepY
Components.Pixmap.MovingPixmap.stepY |
◆ time
Components.Pixmap.MovingPixmap.time |
Components.Pixmap.MovingPixmap.x |
Components.Pixmap.MovingPixmap.y |
The documentation for this class was generated from the following file: