16#ifndef QGSMODELVIEWTOOL_H
17#define QGSMODELVIEWTOOL_H
31class QgsModelGraphicsView;
33class QgsModelComponentGraphicItem;
34class QgsModelGraphicsScene;
154 QgsModelGraphicsView *view()
const;
160 QgsModelGraphicsScene *scene()
const;
199 bool isClickAndDrag( QPoint startViewPoint, QPoint endViewPoint )
const;
203 QgsModelGraphicsView *mView =
nullptr;
208 QCursor mCursor = Qt::ArrowCursor;
211 QPointer<QAction> mAction;
A mouse event which is the result of a user interaction with a QgsModelGraphicsView.