42 #ifndef RUBBERBANDSELECTIONMANIPULATOR_H 43 #define RUBBERBANDSELECTIONMANIPULATOR_H 47 #include <QtCore/QPointF> 53 class QDeclarativeViewInspector;
96 #endif // RUBBERBANDSELECTIONMANIPULATOR_H LiveRubberBandSelectionManipulator(QGraphicsObject *layerItem, QDeclarativeViewInspector *editorView)
QDeclarativeViewInspector * m_editorView
void setItems(const QList< QGraphicsItem *> &itemList)
The QPointF class defines a point in the plane using floating point precision.
The QGraphicsItem class is the base class for all graphical items in a QGraphicsScene.
#define QT_FORWARD_DECLARE_CLASS(name)
QGraphicsItem * topFormEditorItem(const QList< QGraphicsItem *> &itemList)
LiveSelectionRectangle m_selectionRectangleElement
void update(const QPointF &updatePoint)
QGraphicsItem * m_beginFormEditorItem
QList< QGraphicsItem * > m_oldSelectionList
void select(SelectionType selectionType)
QList< QGraphicsItem * > m_itemList
The QGraphicsObject class provides a base class for all graphics items that require signals...
void begin(const QPointF &beginPoint)
QPointF beginPoint() const
The QList class is a template class that provides lists.