#include <qtcanvas.h>
Inheritance diagram for QtCanvasRectangle:
Collaboration diagram for QtCanvasRectangle:Public Member Functions | |
| QPolygon | areaPoints () const |
| QPolygon | areaPoints () const |
| bool | collidesWith (const QtCanvasItem *) const |
| bool | collidesWith (const QtCanvasItem *) const |
| int | height () const |
| int | height () const |
| QtCanvasRectangle (const QRect &, QtCanvas *canvas) | |
| QtCanvasRectangle (const QRect &, QtCanvas *canvas) | |
| QtCanvasRectangle (int x, int y, int width, int height, QtCanvas *canvas) | |
| QtCanvasRectangle (int x, int y, int width, int height, QtCanvas *canvas) | |
| QtCanvasRectangle (QtCanvas *canvas) | |
| QtCanvasRectangle (QtCanvas *canvas) | |
| QRect | rect () const |
| QRect | rect () const |
| int | rtti () const |
| int | rtti () const |
| void | setSize (int w, int h) |
| void | setSize (int w, int h) |
| QSize | size () const |
| QSize | size () const |
| int | width () const |
| int | width () const |
| ~QtCanvasRectangle () | |
| ~QtCanvasRectangle () | |
Public Member Functions inherited from QtCanvasPolygonalItem | |
| virtual QPolygon | areaPointsAdvanced () const |
| virtual QPolygon | areaPointsAdvanced () const |
| QRect | boundingRect () const |
| QRect | boundingRect () const |
| QBrush | brush () const |
| QBrush | brush () const |
| QPen | pen () const |
| QPen | pen () const |
| QtCanvasPolygonalItem (QtCanvas *canvas) | |
| QtCanvasPolygonalItem (QtCanvas *canvas) | |
| 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_Rectangle |
Static Public Attributes inherited from QtCanvasPolygonalItem | |
| static int | RTTI = Rtti_PolygonalItem |
Static Public Attributes inherited from QtCanvasItem | |
| static int | RTTI = Rtti_Item |
Protected Member Functions | |
| QPolygon | chunks () const |
| QPolygon | chunks () const |
| void | drawShape (QPainter &) |
| void | drawShape (QPainter &) |
Protected Member Functions inherited from QtCanvasPolygonalItem | |
| void | draw (QPainter &) |
| void | draw (QPainter &) |
| 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 () |
Private Member Functions | |
| bool | collidesWith (const QtCanvasSprite *, const QtCanvasPolygonalItem *, const QtCanvasRectangle *, const QtCanvasEllipse *, const QtCanvasText *) const |
| bool | collidesWith (const QtCanvasSprite *, const QtCanvasPolygonalItem *, const QtCanvasRectangle *, const QtCanvasEllipse *, const QtCanvasText *) const |
Private Attributes | |
| int | h |
| int | w |
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 } |
| QtCanvasRectangle::QtCanvasRectangle | ( | QtCanvas * | canvas | ) |
| QtCanvasRectangle::QtCanvasRectangle | ( | const QRect & | r, |
| QtCanvas * | canvas | ||
| ) |
| QtCanvasRectangle::QtCanvasRectangle | ( | int | x, |
| int | y, | ||
| int | width, | ||
| int | height, | ||
| QtCanvas * | canvas | ||
| ) |
References QtCanvasItem::move(), QtCanvasItem::x(), and QtCanvasItem::y().
Here is the call graph for this function:| QtCanvasRectangle::~QtCanvasRectangle | ( | ) |
| QtCanvasRectangle::QtCanvasRectangle | ( | QtCanvas * | canvas | ) |
| QtCanvasRectangle::QtCanvasRectangle | ( | const QRect & | , |
| QtCanvas * | canvas | ||
| ) |
| QtCanvasRectangle::QtCanvasRectangle | ( | int | x, |
| int | y, | ||
| int | width, | ||
| int | height, | ||
| QtCanvas * | canvas | ||
| ) |
| QtCanvasRectangle::~QtCanvasRectangle | ( | ) |
|
virtual |
Implements QtCanvasPolygonalItem.
References h, QtCanvasPolygonalItem::pen(), w, QtCanvasItem::x(), and QtCanvasItem::y().
Here is the call graph for this function:
|
virtual |
Implements QtCanvasPolygonalItem.
|
protectedvirtual |
Reimplemented from QtCanvasPolygonalItem.
References QtCanvasItem::chunks().
Here is the call graph for this function:
|
protectedvirtual |
Reimplemented from QtCanvasPolygonalItem.
|
virtual |
Reimplemented from QtCanvasPolygonalItem.
|
virtual |
Reimplemented from QtCanvasPolygonalItem.
References QtCanvasItem::collidesWith().
Here is the call graph for this function:
|
privatevirtual |
Reimplemented from QtCanvasPolygonalItem.
References collision_double_dispatch().
Here is the call graph for this function:
|
privatevirtual |
Reimplemented from QtCanvasPolygonalItem.
|
protectedvirtual |
Implements QtCanvasPolygonalItem.
References h, w, QtCanvasItem::x(), and QtCanvasItem::y().
Here is the call graph for this function:
|
protectedvirtual |
Implements QtCanvasPolygonalItem.
| int QtCanvasRectangle::height | ( | ) | const |
| int QtCanvasRectangle::height | ( | ) | const |
|
inline |
References h, w, QtCanvasItem::x(), and QtCanvasItem::y().
Here is the call graph for this function:
|
inline |
References h, w, QtCanvasItem::x(), and QtCanvasItem::y().
Here is the call graph for this function:
|
virtual |
Reimplemented from QtCanvasPolygonalItem.
References RTTI.
|
virtual |
Reimplemented from QtCanvasPolygonalItem.
| void QtCanvasRectangle::setSize | ( | int | w, |
| int | h | ||
| ) |
| void QtCanvasRectangle::setSize | ( | int | w, |
| int | h | ||
| ) |
References QtCanvasItem::addToChunks(), h, height(), QtCanvasItem::removeFromChunks(), w, and width().
Referenced by MainWindow::valueChanged().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
| int QtCanvasRectangle::width | ( | ) | const |
| int QtCanvasRectangle::width | ( | ) | const |
|
private |
Referenced by areaPoints(), drawShape(), height(), rect(), setSize(), and size().
|
static |
Referenced by rtti().
|
private |
Referenced by areaPoints(), drawShape(), rect(), setSize(), size(), and width().