org.kde.qt
public class QCanvasSprite extends QCanvasItem
| Field Summary | |
|---|---|
| static int | Cycle |
| static int | Oscillate |
| Constructor Summary | |
|---|---|
| protected | QCanvasSprite(Class dummy) |
| QCanvasSprite(QCanvasPixmapArray array, QCanvas canvas) | |
| Method Summary | |
|---|---|
| void | advance(int stage) |
| int | bottomEdge() |
| int | bottomEdge(int ny) |
| QRect | boundingRect() |
| boolean | collidesWith(QCanvasItem arg1) |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| void | draw(QPainter painter) |
| protected void | finalize() Deletes the wrapped C++ instance |
| int | frame() |
| int | frameCount() |
| int | height() |
| QCanvasPixmap | image() |
| QCanvasPixmap | image(int f) |
| QCanvasPixmap | imageAdvanced() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| int | leftEdge() |
| int | leftEdge(int nx) |
| void | move(double x, double y) |
| void | move(double x, double y, int frame) |
| int | rightEdge() |
| int | rightEdge(int nx) |
| int | rtti() |
| void | setFrame(int arg1) |
| void | setFrameAnimation(int arg1, int step, int state) |
| void | setFrameAnimation(int arg1, int step) |
| void | setFrameAnimation(int arg1) |
| void | setFrameAnimation() |
| void | setSequence(QCanvasPixmapArray seq) |
| int | topEdge() |
| int | topEdge(int ny) |
| int | width() |