Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
The QCanvasRectangle class provides a rectangle on a QCanvas. More...
#include <qcanvas.h>
Inherits QCanvasPolygonalItem.
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().
See also Graphics Classes and Image Processing Classes.
Example: canvas/canvas.cpp.
Reimplemented from QCanvasPolygonalItem.
Returns the integer-converted x(), y() position and size() of the rectangle as a QRect.
See also QCanvasItem::rtti().
Reimplemented from QCanvasPolygonalItem.
Returns the width() and height() of the rectangle.
See also rect() and setSize().
This file is part of the Qt toolkit. Copyright © 1995-2003 Trolltech. All Rights Reserved.
Copyright © 2003 Trolltech | Trademarks | Qt version 3.2.0-snapshot-20030623
|