16#ifndef QGSMODELVIEWTOOLZOOM_H
17#define QGSMODELVIEWTOOLZOOM_H
56 QPoint mMousePressStartPos;
58 QPointF mRubberBandStartPos;
61 std::unique_ptr<QgsModelViewRectangularRubberBand> mRubberBand;
63 void startMarqueeZoom( QPointF scenePoint );
A mouse event which is the result of a user interaction with a QgsModelGraphicsView.