#include <ArmarXGui/libraries/qtpropertybrowser/examples/canvas_typed/qtcanvas.h>
|
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
} |
|
Definition at line 67 of file qtcanvas.h.
◆ RttiValues [1/2]
Enumerator |
---|
Rtti_Item | |
Rtti_Sprite | |
Rtti_PolygonalItem | |
Rtti_Text | |
Rtti_Polygon | |
Rtti_Rectangle | |
Rtti_Ellipse | |
Rtti_Line | |
Rtti_Spline | |
Rtti_Item | |
Rtti_Sprite | |
Rtti_PolygonalItem | |
Rtti_Text | |
Rtti_Polygon | |
Rtti_Rectangle | |
Rtti_Ellipse | |
Rtti_Line | |
Rtti_Spline | |
Definition at line 165 of file qtcanvas.h.
◆ RttiValues [2/2]
Enumerator |
---|
Rtti_Item | |
Rtti_Sprite | |
Rtti_PolygonalItem | |
Rtti_Text | |
Rtti_Polygon | |
Rtti_Rectangle | |
Rtti_Ellipse | |
Rtti_Line | |
Rtti_Spline | |
Rtti_Item | |
Rtti_Sprite | |
Rtti_PolygonalItem | |
Rtti_Text | |
Rtti_Polygon | |
Rtti_Rectangle | |
Rtti_Ellipse | |
Rtti_Line | |
Rtti_Spline | |
Definition at line 165 of file qtcanvas.h.
◆ QtCanvasItem() [1/2]
◆ ~QtCanvasItem() [1/2]
◆ QtCanvasItem() [2/2]
◆ ~QtCanvasItem() [2/2]
◆ active() [1/2]
◆ active() [2/2]
◆ advance() [1/2]
void advance |
( |
int |
stage | ) |
|
|
virtual |
◆ advance() [2/2]
virtual void advance |
( |
int |
stage | ) |
|
|
virtual |
◆ animated() [1/2]
◆ animated() [2/2]
◆ boundingRect() [1/2]
virtual QRect boundingRect |
( |
| ) |
const |
|
pure virtual |
◆ boundingRect() [2/2]
virtual QRect boundingRect |
( |
| ) |
const |
|
pure virtual |
◆ boundingRectAdvanced() [1/2]
QRect boundingRectAdvanced |
( |
| ) |
const |
|
virtual |
◆ boundingRectAdvanced() [2/2]
virtual QRect boundingRectAdvanced |
( |
| ) |
const |
|
virtual |
◆ canvas() [1/2]
◆ canvas() [2/2]
◆ collidesWith() [1/2]
◆ collidesWith() [2/2]
◆ collisions() [1/2]
◆ collisions() [2/2]
◆ draw() [1/2]
virtual void draw |
( |
QPainter & |
| ) |
|
|
pure virtual |
◆ draw() [2/2]
virtual void draw |
( |
QPainter & |
| ) |
|
|
pure virtual |
◆ enabled() [1/2]
◆ enabled() [2/2]
◆ hide() [1/2]
◆ hide() [2/2]
◆ isActive() [1/2]
◆ isActive() [2/2]
◆ isEnabled() [1/2]
◆ isEnabled() [2/2]
◆ isSelected() [1/2]
bool isSelected |
( |
| ) |
const |
|
inline |
◆ isSelected() [2/2]
bool isSelected |
( |
| ) |
const |
|
inline |
◆ isVisible() [1/2]
◆ isVisible() [2/2]
◆ move() [1/2]
void move |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
◆ move() [2/2]
void move |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
◆ moveBy() [1/2]
void moveBy |
( |
double |
dx, |
|
|
double |
dy |
|
) |
| |
|
virtual |
◆ moveBy() [2/2]
virtual void moveBy |
( |
double |
dx, |
|
|
double |
dy |
|
) |
| |
|
virtual |
◆ rtti() [1/2]
Reimplemented in QtCanvasText, QtCanvasText, QtCanvasEllipse, QtCanvasEllipse, QtCanvasLine, QtCanvasLine, QtCanvasSpline, QtCanvasSpline, QtCanvasPolygon, QtCanvasPolygon, QtCanvasRectangle, QtCanvasRectangle, QtCanvasPolygonalItem, QtCanvasPolygonalItem, QtCanvasSprite, and QtCanvasSprite.
Definition at line 5292 of file qtcanvas.cpp.
◆ rtti() [2/2]
virtual int rtti |
( |
| ) |
const |
|
virtual |
Reimplemented in QtCanvasText, QtCanvasText, QtCanvasEllipse, QtCanvasEllipse, QtCanvasLine, QtCanvasLine, QtCanvasSpline, QtCanvasSpline, QtCanvasPolygon, QtCanvasPolygon, QtCanvasRectangle, QtCanvasRectangle, QtCanvasPolygonalItem, QtCanvasPolygonalItem, QtCanvasSprite, and QtCanvasSprite.
◆ selected() [1/2]
◆ selected() [2/2]
◆ setActive() [1/2]
virtual void setActive |
( |
bool |
yes | ) |
|
|
virtual |
◆ setActive() [2/2]
void setActive |
( |
bool |
yes | ) |
|
|
virtual |
◆ setAnimated() [1/2]
void setAnimated |
( |
bool |
y | ) |
|
|
virtual |
◆ setAnimated() [2/2]
virtual void setAnimated |
( |
bool |
y | ) |
|
|
virtual |
◆ setCanvas() [1/2]
◆ setCanvas() [2/2]
◆ setEnabled() [1/2]
virtual void setEnabled |
( |
bool |
yes | ) |
|
|
virtual |
◆ setEnabled() [2/2]
void setEnabled |
( |
bool |
yes | ) |
|
|
virtual |
◆ setSelected() [1/2]
void setSelected |
( |
bool |
yes | ) |
|
|
virtual |
◆ setSelected() [2/2]
virtual void setSelected |
( |
bool |
yes | ) |
|
|
virtual |
◆ setVelocity() [1/2]
void setVelocity |
( |
double |
vx, |
|
|
double |
vy |
|
) |
| |
|
virtual |
◆ setVelocity() [2/2]
virtual void setVelocity |
( |
double |
vx, |
|
|
double |
vy |
|
) |
| |
|
virtual |
◆ setVisible() [1/2]
virtual void setVisible |
( |
bool |
yes | ) |
|
|
virtual |
◆ setVisible() [2/2]
void setVisible |
( |
bool |
yes | ) |
|
|
virtual |
◆ setX() [1/2]
◆ setX() [2/2]
◆ setXVelocity() [1/2]
void setXVelocity |
( |
double |
vx | ) |
|
|
inline |
◆ setXVelocity() [2/2]
void setXVelocity |
( |
double |
vx | ) |
|
|
inline |
◆ setY() [1/2]
◆ setY() [2/2]
◆ setYVelocity() [1/2]
void setYVelocity |
( |
double |
vy | ) |
|
|
inline |
◆ setYVelocity() [2/2]
void setYVelocity |
( |
double |
vy | ) |
|
|
inline |
◆ setZ() [1/2]
◆ setZ() [2/2]
◆ show() [1/2]
◆ show() [2/2]
◆ update() [1/2]
◆ update() [2/2]
◆ visible() [1/2]
◆ visible() [2/2]
◆ x() [1/2]
◆ x() [2/2]
◆ xVelocity() [1/2]
double xVelocity |
( |
| ) |
const |
◆ xVelocity() [2/2]
double xVelocity |
( |
| ) |
const |
◆ y() [1/2]
◆ y() [2/2]
◆ yVelocity() [1/2]
double yVelocity |
( |
| ) |
const |
◆ yVelocity() [2/2]
double yVelocity |
( |
| ) |
const |
◆ z() [1/2]
◆ z() [2/2]
◆ QtCanvasEllipse
◆ QtCanvasLine
◆ QtCanvasPolygon
◆ QtCanvasPolygonalItem
◆ QtCanvasRectangle
◆ QtCanvasSprite
◆ QtCanvasText
◆ 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