16#ifndef QGSMODELVIEWTOOL_H
17#define QGSMODELVIEWTOOL_H
29class QgsModelGraphicsView;
31class QgsModelComponentGraphicItem;
32class QgsModelGraphicsScene;
153 QgsModelGraphicsView *view()
const;
159 QgsModelGraphicsScene *scene()
const;
198 bool isClickAndDrag( QPoint startViewPoint, QPoint endViewPoint )
const;
202 QgsModelGraphicsView *mView =
nullptr;
207 QCursor mCursor = Qt::ArrowCursor;
210 QPointer<QAction> mAction;
A mouse event which is the result of a user interaction with a QgsModelGraphicsView.