#include <ArmarXGui/libraries/qtpropertybrowser/examples/canvas_typed/qtcanvas.h>
|
| enum | FrameAnimationType { Cycle,
Oscillate,
Cycle,
Oscillate
} |
| |
| enum | FrameAnimationType { Cycle,
Oscillate,
Cycle,
Oscillate
} |
| |
| enum | RttiValues {
Rtti_Item = 0,
Rtti_Sprite = 1,
Rtti_PolygonalItem = 2,
Rtti_Text = 3,
Rtti_Polygon = 4,
Rtti_Rectangle = 5,
Rtti_Ellipse = 6,
Rtti_Line = 7,
Rtti_Spline = 8,
Rtti_Item = 0,
Rtti_Sprite = 1,
Rtti_PolygonalItem = 2,
Rtti_Text = 3,
Rtti_Polygon = 4,
Rtti_Rectangle = 5,
Rtti_Ellipse = 6,
Rtti_Line = 7,
Rtti_Spline = 8
} |
| |
| enum | RttiValues {
Rtti_Item = 0,
Rtti_Sprite = 1,
Rtti_PolygonalItem = 2,
Rtti_Text = 3,
Rtti_Polygon = 4,
Rtti_Rectangle = 5,
Rtti_Ellipse = 6,
Rtti_Line = 7,
Rtti_Spline = 8,
Rtti_Item = 0,
Rtti_Sprite = 1,
Rtti_PolygonalItem = 2,
Rtti_Text = 3,
Rtti_Polygon = 4,
Rtti_Rectangle = 5,
Rtti_Ellipse = 6,
Rtti_Line = 7,
Rtti_Spline = 8
} |
| |
|
| virtual void | advance (int stage) |
| |
| virtual void | advance (int stage) |
| |
| int | bottomEdge () const |
| |
| int | bottomEdge () const |
| |
| int | bottomEdge (int ny) const |
| |
| int | bottomEdge (int ny) const |
| |
| QRect | boundingRect () const |
| |
| QRect | boundingRect () const |
| |
| bool | collidesWith (const QtCanvasItem *) const |
| |
| bool | collidesWith (const QtCanvasItem *) const |
| |
| void | draw (QPainter &painter) |
| |
| void | draw (QPainter &painter) |
| |
| int | frame () const |
| |
| int | frame () const |
| |
| int | frameCount () const |
| |
| int | frameCount () const |
| |
| int | height () const |
| |
| int | height () const |
| |
| QtCanvasPixmap * | image () const |
| |
| QtCanvasPixmap * | image () const |
| |
| QtCanvasPixmap * | image (int f) const |
| |
| QtCanvasPixmap * | image (int f) const |
| |
| virtual QtCanvasPixmap * | imageAdvanced () const |
| |
| virtual QtCanvasPixmap * | imageAdvanced () const |
| |
| int | leftEdge () const |
| |
| int | leftEdge () const |
| |
| int | leftEdge (int nx) const |
| |
| int | leftEdge (int nx) const |
| |
| void | move (double x, double y) |
| |
| void | move (double x, double y) |
| |
| virtual void | move (double x, double y, int frame) |
| |
| virtual void | move (double x, double y, int frame) |
| |
| | QtCanvasSprite (QtCanvasPixmapArray *array, QtCanvas *canvas) |
| |
| | QtCanvasSprite (QtCanvasPixmapArray *array, QtCanvas *canvas) |
| |
| int | rightEdge () const |
| |
| int | rightEdge () const |
| |
| int | rightEdge (int nx) const |
| |
| int | rightEdge (int nx) const |
| |
| int | rtti () const |
| |
| int | rtti () const |
| |
| void | setFrame (int) |
| |
| void | setFrame (int) |
| |
| virtual void | setFrameAnimation (FrameAnimationType=Cycle, int step=1, int state=0) |
| |
| virtual void | setFrameAnimation (FrameAnimationType=Cycle, int step=1, int state=0) |
| |
| void | setSequence (QtCanvasPixmapArray *seq) |
| |
| void | setSequence (QtCanvasPixmapArray *seq) |
| |
| int | topEdge () const |
| |
| int | topEdge () const |
| |
| int | topEdge (int ny) const |
| |
| int | topEdge (int ny) const |
| |
| int | width () const |
| |
| int | width () const |
| |
| virtual | ~QtCanvasSprite () |
| |
| virtual | ~QtCanvasSprite () |
| |
| bool | active () const |
| |
| bool | active () const |
| |
| bool | animated () const |
| |
| bool | animated () const |
| |
| virtual QRect | boundingRectAdvanced () const |
| |
| virtual QRect | boundingRectAdvanced () const |
| |
| QtCanvas * | canvas () const |
| |
| QtCanvas * | canvas () const |
| |
| QtCanvasItemList | collisions (bool exact) const |
| |
| QtCanvasItemList | collisions (bool exact) const |
| |
| bool | enabled () const |
| |
| bool | enabled () const |
| |
| void | hide () |
| |
| void | hide () |
| |
| bool | isActive () const |
| |
| bool | isActive () const |
| |
| bool | isEnabled () const |
| |
| bool | isEnabled () const |
| |
| bool | isSelected () const |
| |
| bool | isSelected () const |
| |
| bool | isVisible () const |
| |
| bool | isVisible () const |
| |
| void | move (double x, double y) |
| |
| void | move (double x, double y) |
| |
| virtual void | moveBy (double dx, double dy) |
| |
| virtual void | moveBy (double dx, double dy) |
| |
| | QtCanvasItem (QtCanvas *canvas) |
| |
| | QtCanvasItem (QtCanvas *canvas) |
| |
| bool | selected () const |
| |
| bool | selected () const |
| |
| virtual void | setActive (bool yes) |
| |
| virtual void | setActive (bool yes) |
| |
| virtual void | setAnimated (bool y) |
| |
| virtual void | setAnimated (bool y) |
| |
| virtual void | setCanvas (QtCanvas *) |
| |
| virtual void | setCanvas (QtCanvas *) |
| |
| virtual void | setEnabled (bool yes) |
| |
| virtual void | setEnabled (bool yes) |
| |
| virtual void | setSelected (bool yes) |
| |
| virtual void | setSelected (bool yes) |
| |
| virtual void | setVelocity (double vx, double vy) |
| |
| virtual void | setVelocity (double vx, double vy) |
| |
| virtual void | setVisible (bool yes) |
| |
| virtual void | setVisible (bool yes) |
| |
| void | setX (double a) |
| |
| void | setX (double a) |
| |
| void | setXVelocity (double vx) |
| |
| void | setXVelocity (double vx) |
| |
| void | setY (double a) |
| |
| void | setY (double a) |
| |
| void | setYVelocity (double vy) |
| |
| void | setYVelocity (double vy) |
| |
| void | setZ (double a) |
| |
| void | setZ (double a) |
| |
| void | show () |
| |
| void | show () |
| |
| bool | visible () const |
| |
| bool | visible () const |
| |
| double | x () const |
| |
| double | x () const |
| |
| double | xVelocity () const |
| |
| double | xVelocity () const |
| |
| double | y () const |
| |
| double | y () const |
| |
| double | yVelocity () const |
| |
| double | yVelocity () const |
| |
| double | z () const |
| |
| double | z () const |
| |
| virtual | ~QtCanvasItem () |
| |
| virtual | ~QtCanvasItem () |
| |
Definition at line 608 of file qtcanvas.h.
◆ FrameAnimationType [1/2]
| Enumerator |
|---|
| Cycle | |
| Oscillate | |
| Cycle | |
| Oscillate | |
Definition at line 621 of file qtcanvas.h.
◆ FrameAnimationType [2/2]
| Enumerator |
|---|
| Cycle | |
| Oscillate | |
| Cycle | |
| Oscillate | |
Definition at line 621 of file qtcanvas.h.
◆ QtCanvasSprite() [1/2]
◆ ~QtCanvasSprite() [1/2]
◆ QtCanvasSprite() [2/2]
◆ ~QtCanvasSprite() [2/2]
◆ advance() [1/2]
| void advance |
( |
int |
stage | ) |
|
|
virtual |
◆ advance() [2/2]
| virtual void advance |
( |
int |
stage | ) |
|
|
virtual |
◆ bottomEdge() [1/4]
◆ bottomEdge() [2/4]
◆ bottomEdge() [3/4]
| int bottomEdge |
( |
int |
ny | ) |
const |
◆ bottomEdge() [4/4]
| int bottomEdge |
( |
int |
ny | ) |
const |
◆ boundingRect() [1/2]
| QRect boundingRect |
( |
| ) |
const |
|
virtual |
◆ boundingRect() [2/2]
| QRect boundingRect |
( |
| ) |
const |
|
virtual |
◆ collidesWith() [1/2]
◆ collidesWith() [2/2]
◆ draw() [1/2]
| void draw |
( |
QPainter & |
painter | ) |
|
|
virtual |
◆ draw() [2/2]
| void draw |
( |
QPainter & |
painter | ) |
|
|
virtual |
◆ frame() [1/2]
◆ frame() [2/2]
◆ frameCount() [1/2]
◆ frameCount() [2/2]
◆ height() [1/2]
◆ height() [2/2]
◆ image() [1/4]
◆ image() [2/4]
◆ image() [3/4]
◆ image() [4/4]
◆ imageAdvanced() [1/2]
◆ imageAdvanced() [2/2]
◆ leftEdge() [1/4]
◆ leftEdge() [2/4]
◆ leftEdge() [3/4]
| int leftEdge |
( |
int |
nx | ) |
const |
◆ leftEdge() [4/4]
| int leftEdge |
( |
int |
nx | ) |
const |
◆ move() [1/4]
| void move |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
◆ move() [2/4]
| void move |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
◆ move() [3/4]
| void move |
( |
double |
x, |
|
|
double |
y, |
|
|
int |
frame |
|
) |
| |
|
virtual |
◆ move() [4/4]
| virtual void move |
( |
double |
x, |
|
|
double |
y, |
|
|
int |
frame |
|
) |
| |
|
virtual |
◆ rightEdge() [1/4]
◆ rightEdge() [2/4]
◆ rightEdge() [3/4]
| int rightEdge |
( |
int |
nx | ) |
const |
◆ rightEdge() [4/4]
| int rightEdge |
( |
int |
nx | ) |
const |
◆ rtti() [1/2]
◆ rtti() [2/2]
◆ setFrame() [1/2]
◆ setFrame() [2/2]
◆ setFrameAnimation() [1/2]
◆ setFrameAnimation() [2/2]
◆ setSequence() [1/2]
◆ setSequence() [2/2]
◆ topEdge() [1/4]
◆ topEdge() [2/4]
◆ topEdge() [3/4]
| int topEdge |
( |
int |
ny | ) |
const |
◆ topEdge() [4/4]
| int topEdge |
( |
int |
ny | ) |
const |
◆ width() [1/2]
◆ width() [2/2]
◆ qt_testCollision [1/2]
◆ qt_testCollision [2/2]
◆ RTTI
The documentation for this class was generated from the following files:
- ArmarXGui/libraries/qtpropertybrowser/examples/canvas_typed/qtcanvas.h
- ArmarXGui/libraries/qtpropertybrowser/examples/canvas_typed/qtcanvas.cpp