QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
17 #ifndef QGSMODELVIEWTOOLSELECT_H
18 #define QGSMODELVIEWTOOLSELECT_H
26 class QgsModelViewMouseHandles;
53 void wheelEvent( QWheelEvent *event )
override;
61 QgsModelViewMouseHandles *mouseHandles();
64 void setScene( QgsModelGraphicsScene *scene );
73 bool mIsSelecting =
false;
76 std::unique_ptr< QgsModelViewRubberBand > mRubberBand;
79 QPoint mMousePressStartPos;
82 QPointF mRubberBandStartPos;
84 QPointer< QgsModelViewMouseHandles > mMouseHandles;
85 QList< QGraphicsItem * > mHoverEnteredItems;
88 #endif // QGSMODELVIEWTOOLSELECT_H
A QgsModelViewMouseEvent is the result of a user interaction with the mouse on a QgsModelGraphicsView...