Q3CanvasRectangle Class Reference |
Q3CanvasRectangle ( Q3Canvas * canvas ) | |
Q3CanvasRectangle ( const QRect & r, Q3Canvas * canvas ) | |
Q3CanvasRectangle ( int x, int y, int width, int height, Q3Canvas * canvas ) | |
~Q3CanvasRectangle () | |
int | height () const |
QRect | rect () const |
void | setSize ( int width, int height ) |
QSize | size () const |
int | width () const |
virtual Q3PointArray | areaPoints () const |
virtual bool | collidesWith ( const Q3CanvasItem * i ) const |
virtual int | rtti () const |
virtual Q3PointArray | chunks () const |
virtual void | drawShape ( QPainter & p ) |
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.
Reimplemented from Q3CanvasPolygonalItem::areaPoints().
Simply calls Q3CanvasItem::chunks().
Reimplemented from Q3CanvasItem::collidesWith().
Reimplemented from Q3CanvasPolygonalItem::drawShape().
Draws the rectangle on painter p.
Returns the height of the rectangle.
Returns the integer-converted x(), y() position and size() of the rectangle as a QRect.
Reimplemented from Q3CanvasItem::rtti().
Returns 5 (Q3CanvasItem::Rtti_Rectangle).
See also Q3CanvasItem::rtti().
Sets the width and height of the rectangle.
See also size().
Returns the width() and height() of the rectangle.
See also rect() and setSize().
Returns the width of the rectangle.
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt 4.6-snapshot | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com