Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
The QCanvasRectangle class provides a rectangle on a QCanvas. More...
#include <QCanvasRectangle>
This class is part of the Qt 3 compatibility library. It is provided to keep old source code working. We strongly advise against using it in new code.
Inherits QCanvasPolygonalItem.
The QCanvasRectangle class provides a rectangle on a QCanvas.
This item paints a single rectangle which may have any pen() and brush(), but may not be tilted/rotated. For rotated rectangles, use QCanvasPolygon.
The rectangle's size and initial position can be set in the constructor. The size can be set or changed later using setSize(). Use height() and width() to retrieve the rectangle's dimensions.
The rectangle can be drawn on a painter with drawShape().
Like any other canvas item rectangles can be moved with QCanvasItem::move() and QCanvasItem::moveBy(), or by setting coordinates with QCanvasItem::setX(), QCanvasItem::setY() and QCanvasItem::setZ().
Constructs a rectangle at position (0,0) with both width and height set to 32 pixels on canvas.
Constructs a rectangle positioned and sized by r on canvas.
Constructs a rectangle at position (x, y) and size width by height, on canvas.
Destroys the rectangle.
Simply calls QCanvasItem::chunks().
Reimplemented from QCanvasItem.
Draws the rectangle on painter p.
Reimplemented from QCanvasPolygonalItem.
Returns the height of the rectangle.
Returns the integer-converted x(), y() position and size() of the rectangle as a QRect.
Returns 5 (QCanvasItem::Rtti_Rectangle).
Reimplemented from QCanvasItem.
See also QCanvasItem::rtti().
Sets the width and height of the rectangle.
Returns the width() and height() of the rectangle.
See also rect() and setSize().
Returns the width of the rectangle.
Copyright © 2004 Trolltech. | Trademarks | Qt 4.0.0-tp2 |