QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
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...