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