![]() |
Home · All Classes · Main Classes · Grouped Classes · Modules · Functions | ![]() |
The QGraphicsPathItem class provides a path item that you can add to a QGraphicsScene. More...
#include <QGraphicsPathItem>
Inherits QAbstractGraphicsShapeItem.
This class was introduced in Qt 4.2.
The QGraphicsPathItem class provides a path item that you can add to a QGraphicsScene.
To set the item's path, pass a QPainterPath to QGraphicsPathItem's constructor, or call setPath(). path() returns the current path.
QGraphicsPathItem uses the path to provide a reasonable implementation of boundingRect(), shape(), and contains(). The paint() function draws the path using the item's associated pen and brush, which you can set by calling setPen() and setBrush().
See also QGraphicsRectItem, QGraphicsEllipseItem, QGraphicsPolygonItem, QGraphicsTextItem, QGraphicsLineItem, QGraphicsPixmapItem, and The Graphics View Framework.
Constructs a QGraphicsPath. parent and scene are passed to QAbstractGraphicsShapeItem's constructor.
Constructs a QGraphicsPath item using path as the default path. parent and scene are passed to QAbstractGraphicsShapeItem's constructor.
Destroys the QGraphicsPathItem.
Returns the item's path as a QPainterPath. If no item has been set, an empty QPainterPath is returned.
See also setPath().
Sets the item's path to path.
See also path().
Copyright © 2006 Trolltech | Trademarks | Qt 4.2.0-snapshot-20060701 |