16#ifndef QGSMODELVIEWTOOLZOOM_H 
   17#define QGSMODELVIEWTOOLZOOM_H 
   51    bool mMarqueeZoom = 
false;
 
   55    QPoint mMousePressStartPos;
 
   57    QPointF mRubberBandStartPos;
 
   60    std::unique_ptr<QgsModelViewRectangularRubberBand> mRubberBand;
 
   62    void startMarqueeZoom( QPointF scenePoint );
 
 
A QgsModelViewMouseEvent is the result of a user interaction with the mouse on a QgsModelGraphicsView...