Definition at line 609 of file qgraphicsitem.h.
#include <qgraphicsitem.h>

Public Member Functions |
|
| QAbstractGraphicsShapeItem (QGraphicsItem *parent=0, QGraphicsScene *scene=0) | |
| ~QAbstractGraphicsShapeItem () | |
| QPen | pen () const |
| void | setPen (const QPen &pen) |
| QBrush | brush () const |
| void | setBrush (const QBrush &brush) |
| bool | isObscuredBy (const QGraphicsItem *item) const |
| QPainterPath | opaqueArea () const |
Protected Member Functions |
|
| QAbstractGraphicsShapeItem (QAbstractGraphicsShapeItemPrivate &dd, QGraphicsItem *parent, QGraphicsScene *scene) | |
| QAbstractGraphicsShapeItem | ( | QGraphicsItem * | parent = 0, |
| QGraphicsScene * | scene = 0 |
||
| ) |
| QAbstractGraphicsShapeItem | ( | QAbstractGraphicsShapeItemPrivate & | dd, |
| QGraphicsItem * | parent, | ||
| QGraphicsScene * | scene | ||
| ) | [protected] |
| QPen pen | ( | ) | const |
| void setPen | ( | const QPen & | pen | ) |
| QBrush brush | ( | ) | const |
| void setBrush | ( | const QBrush & | brush | ) |
| bool isObscuredBy | ( | const QGraphicsItem * | item | ) | const [virtual] |
Reimplemented from QGraphicsItem.
Reimplemented in QGraphicsPathItem, QGraphicsRectItem, QGraphicsEllipseItem, QGraphicsPolygonItem, and QGraphicsSimpleTextItem.
| QPainterPath opaqueArea | ( | ) | const [virtual] |
Reimplemented from QGraphicsItem.
Reimplemented in QGraphicsPathItem, QGraphicsRectItem, QGraphicsEllipseItem, QGraphicsPolygonItem, and QGraphicsSimpleTextItem.