| QGIS API Documentation
    3.16.0-Hannover (43b64b13f3)
    | 
 
 
 
Go to the documentation of this file.
   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 );
 
   70 #endif // QGSMODELVIEWTOOLZOOM_H 
  
A QgsModelViewMouseEvent is the result of a user interaction with the mouse on a QgsModelGraphicsView...