42 #ifndef LIVESELECTIONINDICATOR_H 43 #define LIVESELECTIONINDICATOR_H 45 #include <QtCore/QWeakPointer> 46 #include <QtCore/QHash> 57 class QDeclarativeViewInspector;
80 #endif // LIVESELECTIONINDICATOR_H #define QT_END_NAMESPACE
This macro expands to.
The QGraphicsRectItem class provides a rectangle item that you can add to a QGraphicsScene.
QHash< QGraphicsItem *, QGraphicsRectItem * > m_indicatorShapeHash
void setItems(const QList< QWeakPointer< QGraphicsObject > > &itemList)
The QGraphicsItem class is the base class for all graphical items in a QGraphicsScene.
QWeakPointer< QGraphicsObject > m_layerItem
The QHash class is a template class that provides a hash-table-based dictionary.
QDeclarativeViewInspector * m_view
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QPolygonF class provides a vector of points using floating point precision.
The QGraphicsObject class provides a base class for all graphics items that require signals...
~LiveSelectionIndicator()
LiveSelectionIndicator(QDeclarativeViewInspector *viewInspector, QGraphicsObject *layerItem)
The QList class is a template class that provides lists.