![]() |
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции | ![]() |
The Q3CanvasRectangle class provides a rectangle on a Q3Canvas. Далее...
#include <Q3CanvasRectangle>
This class is part of the Qt 3 support library. It is provided to keep old source code working. Мы настоятельно не рекомендуем использовать этот класс в новом коде. See Porting to Qt 4 for more information.
Note to Qt Desktop Light Edition users: This class is only available in the Qt Desktop Edition.
Inherits Q3CanvasPolygonalItem.
The Q3CanvasRectangle class provides a rectangle on a Q3Canvas.
This item paints a single rectangle which may have any pen() and brush(), but may not be tilted/rotated. For rotated rectangles, use Q3CanvasPolygon.
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 Q3CanvasItem::move() and Q3CanvasItem::moveBy(), or by setting coordinates with Q3CanvasItem::setX(), Q3CanvasItem::setY() and Q3CanvasItem::setZ().
See also QtCanvas and Porting to Graphics View.
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 Q3CanvasItem::chunks().
Draws the rectangle on painter p.
Reimplemented from Q3CanvasPolygonalItem.
Возвращает высоту прямоугольника.
Returns the integer-converted x(), y() position and size() of the rectangle as a QRect.
Returns 5 (Q3CanvasItem::Rtti_Rectangle).
Reimplemented from Q3CanvasItem.
See also Q3CanvasItem::rtti().
Sets the width and height of the rectangle.
Смотрите также size().
Returns the width() and height() of the rectangle.
See also rect() and setSize().
Возвращает ширину прямоугольника.
Copyright © 2008 Trolltech | Торговые марки | Qt 4.3.5 |