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