42 #ifndef SUBCOMPONENTMASKLAYERITEM_H 43 #define SUBCOMPONENTMASKLAYERITEM_H 45 #include <QtGui/QGraphicsPolygonItem> 49 class QDeclarativeViewInspector;
71 #endif // SUBCOMPONENTMASKLAYERITEM_H
The QGraphicsRectItem class provides a rectangle item that you can add to a QGraphicsScene.
SubcomponentMaskLayerItem(QDeclarativeViewInspector *inspector, QGraphicsItem *parentItem=0)
The QGraphicsItem class is the base class for all graphical items in a QGraphicsScene.
The QGraphicsPolygonItem class provides a polygon item that you can add to a QGraphicsScene.
void setCurrentItem(QGraphicsItem *item)
The QRectF class defines a rectangle in the plane using floating point precision. ...
QGraphicsItem * m_currentItem
int type() const
Reimplemented Function
QGraphicsItem * currentItem() const
void setBoundingBox(const QRectF &boundingBox)
QGraphicsItem * parentItem() const
Returns a pointer to this item's parent item.
QGraphicsRectItem * m_borderRect
QDeclarativeViewInspector * m_inspector