|
|
#include <ArmarXGui/libraries/qtpropertybrowser/examples/canvas_typed/qtcanvas.h>
Inheritance diagram for QtCanvasPolygonalItem:Public Member Functions | |
| virtual QPolygon | areaPoints () const =0 |
| virtual QPolygon | areaPoints () const =0 |
| virtual QPolygon | areaPointsAdvanced () const |
| virtual QPolygon | areaPointsAdvanced () const |
| QRect | boundingRect () const |
| QRect | boundingRect () const |
| QBrush | brush () const |
| QBrush | brush () const |
| bool | collidesWith (const QtCanvasItem *) const |
| bool | collidesWith (const QtCanvasItem *) const |
| QPen | pen () const |
| QPen | pen () const |
| QtCanvasPolygonalItem (QtCanvas *canvas) | |
| QtCanvasPolygonalItem (QtCanvas *canvas) | |
| int | rtti () const |
| int | rtti () const |
| virtual void | setBrush (QBrush b) |
| virtual void | setBrush (QBrush b) |
| virtual void | setPen (QPen p) |
| virtual void | setPen (QPen p) |
| virtual | ~QtCanvasPolygonalItem () |
| virtual | ~QtCanvasPolygonalItem () |
Public Member Functions inherited from QtCanvasItem | |
| bool | active () const |
| bool | active () const |
| virtual void | advance (int stage) |
| virtual void | advance (int stage) |
| 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 () |
Static Public Attributes | |
| static int | RTTI = Rtti_PolygonalItem |
Static Public Attributes inherited from QtCanvasItem | |
| static int | RTTI = Rtti_Item |
Protected Member Functions | |
| void | draw (QPainter &) |
| void | draw (QPainter &) |
| virtual void | drawShape (QPainter &)=0 |
| virtual void | drawShape (QPainter &)=0 |
| void | invalidate () |
| void | invalidate () |
| bool | isValid () const |
| bool | isValid () const |
| void | setWinding (bool) |
| void | setWinding (bool) |
| bool | winding () const |
| bool | winding () const |
Protected Member Functions inherited from QtCanvasItem | |
| void | update () |
| void | update () |
Additional Inherited Members | |
Public Types inherited from QtCanvasItem | |
| 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 707 of file qtcanvas.h.
| QtCanvasPolygonalItem | ( | QtCanvas * | canvas | ) |
Definition at line 4032 of file qtcanvas.cpp.
|
virtual |
Definition at line 4042 of file qtcanvas.cpp.
| QtCanvasPolygonalItem | ( | QtCanvas * | canvas | ) |
|
virtual |
|
pure virtual |
Implemented in QtCanvasEllipse, QtCanvasEllipse, QtCanvasLine, QtCanvasLine, QtCanvasPolygon, QtCanvasPolygon, QtCanvasRectangle, and QtCanvasRectangle.
Here is the caller graph for this function:
|
pure virtual |
Implemented in QtCanvasEllipse, QtCanvasEllipse, QtCanvasLine, QtCanvasLine, QtCanvasPolygon, QtCanvasPolygon, QtCanvasRectangle, and QtCanvasRectangle.
|
virtual |
|
virtual |
|
virtual |
Implements QtCanvasItem.
Definition at line 4363 of file qtcanvas.cpp.
Here is the call graph for this function:
|
virtual |
Implements QtCanvasItem.
|
inline |
Definition at line 725 of file qtcanvas.h.
|
inline |
Definition at line 725 of file qtcanvas.h.
|
virtual |
Implements QtCanvasItem.
Reimplemented in QtCanvasEllipse, QtCanvasEllipse, QtCanvasRectangle, and QtCanvasRectangle.
Definition at line 2581 of file qtcanvas.cpp.
Here is the call graph for this function:
|
virtual |
Implements QtCanvasItem.
Reimplemented in QtCanvasEllipse, and QtCanvasRectangle.
|
protectedvirtual |
Implements QtCanvasItem.
Definition at line 4374 of file qtcanvas.cpp.
Here is the call graph for this function:
|
protectedvirtual |
Implements QtCanvasItem.
|
protectedpure virtual |
Implemented in QtCanvasEllipse, QtCanvasEllipse, QtCanvasLine, QtCanvasLine, QtCanvasPolygon, QtCanvasPolygon, QtCanvasRectangle, and QtCanvasRectangle.
Here is the caller graph for this function:
|
protectedpure virtual |
Implemented in QtCanvasEllipse, QtCanvasEllipse, QtCanvasLine, QtCanvasLine, QtCanvasPolygon, QtCanvasPolygon, QtCanvasRectangle, and QtCanvasRectangle.
|
protected |
|
protected |
Definition at line 4084 of file qtcanvas.cpp.
|
inlineprotected |
Definition at line 747 of file qtcanvas.h.
|
inlineprotected |
Definition at line 747 of file qtcanvas.h.
|
inline |
Definition at line 719 of file qtcanvas.h.
|
inline |
|
virtual |
Reimplemented from QtCanvasItem.
Reimplemented in QtCanvasEllipse, QtCanvasEllipse, QtCanvasLine, QtCanvasLine, QtCanvasSpline, QtCanvasSpline, QtCanvasPolygon, QtCanvasPolygon, QtCanvasRectangle, and QtCanvasRectangle.
Definition at line 5479 of file qtcanvas.cpp.
|
virtual |
Reimplemented from QtCanvasItem.
Reimplemented in QtCanvasEllipse, QtCanvasLine, QtCanvasSpline, QtCanvasPolygon, and QtCanvasRectangle.
|
virtual |
Definition at line 4430 of file qtcanvas.cpp.
|
virtual |
|
virtual |
Reimplemented in QtCanvasLine, and QtCanvasLine.
|
virtual |
Reimplemented in QtCanvasLine, and QtCanvasLine.
Definition at line 4414 of file qtcanvas.cpp.
Here is the caller graph for this function:
|
protected |
Definition at line 4071 of file qtcanvas.cpp.
|
protected |
|
protected |
Definition at line 4056 of file qtcanvas.cpp.
|
protected |
|
static |
Definition at line 735 of file qtcanvas.h.