|
| def | __init__ (self) |
| |
| def | applySkin (self, desktop, screen) |
| |
| def | clearPath (self, repeated=False) |
| |
| def | addMovePoint (self, x, y, time=20) |
| |
| def | moveTo (self, x, y, time=20) |
| |
| def | startMoving (self, callback=None) |
| |
| def | stopMoving (self) |
| |
| def | doMove (self) |
| |
| def | getSize (self) |
| |
| def | move (self, x, y=None) |
| |
| def | setPosition (self, x, y) |
| |
| def | getPosition (self) |
| |
| def | setOffset (self, x, y) |
| |
| def | getOffset (self) |
| |
| def | execBegin (self) |
| |
| def | execEnd (self) |
| |
| def | onShow (self) |
| |
| def | onHide (self) |
| |
| def | destroy (self) |
| |
| def | resize (self, x, y=None) |
| |
| def | setZPosition (self, z) |
| |
| def | show (self) |
| |
| def | hide (self) |
| |
| def | getVisible (self) |
| |
| def | setVisible (self, visible) |
| |
| def | getWidth (self) |
| |
| def | getHeight (self) |
| |
| def | GUIcreate (self, parent) |
| |
| def | GUIdelete (self) |
| |
| def | createWidget (self, parent) |
| |
| def | postWidgetCreate (self, instance) |
| |
| def | preWidgetRemove (self, instance) |
| |
◆ __init__()
| def Components.Pixmap.MovingPixmap.__init__ |
( |
|
self | ) |
|
◆ addMovePoint()
| def Components.Pixmap.MovingPixmap.addMovePoint |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
time = 20 |
|
) |
| |
◆ applySkin()
| def Components.Pixmap.MovingPixmap.applySkin |
( |
|
self, |
|
|
|
desktop, |
|
|
|
screen |
|
) |
| |
◆ 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, |
|
|
|
callback = None |
|
) |
| |
◆ stopMoving()
| def Components.Pixmap.MovingPixmap.stopMoving |
( |
|
self | ) |
|
◆ callback
| Components.Pixmap.MovingPixmap.callback |
◆ currDest
| Components.Pixmap.MovingPixmap.currDest |
◆ moveTimer
| Components.Pixmap.MovingPixmap.moveTimer |
◆ 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: