42 #ifndef LIVESINGLESELECTIONMANIPULATOR_H 43 #define LIVESINGLESELECTIONMANIPULATOR_H 45 #include <QtCore/QPointF> 46 #include <QtCore/QList> 52 class QDeclarativeViewInspector;
71 bool selectOnlyContentItems);
89 #endif // LIVESINGLESELECTIONMANIPULATOR_H
void update(const QPointF &updatePoint)
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.
QDeclarativeViewInspector * m_editorView
#define QT_FORWARD_DECLARE_CLASS(name)
LiveSingleSelectionManipulator(QDeclarativeViewInspector *editorView)
void end(const QPointF &updatePoint)
QList< QGraphicsItem * > m_oldSelectionList
QPointF beginPoint() const
void begin(const QPointF &beginPoint)
void select(SelectionType selectionType, const QList< QGraphicsItem *> &items, bool selectOnlyContentItems)
The QList class is a template class that provides lists.