QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
16 #ifndef QGSLAYOUTVIEWTOOLSELECT_H
17 #define QGSLAYOUTVIEWTOOLSELECT_H
25 class QgsLayoutMouseHandles;
48 void wheelEvent( QWheelEvent *event )
override;
58 SIP_SKIP QgsLayoutMouseHandles *mouseHandles();
66 bool mIsSelecting =
false;
69 std::unique_ptr< QgsLayoutViewRubberBand > mRubberBand;
72 QPoint mMousePressStartPos;
75 QPointF mRubberBandStartPos;
77 QPointer< QgsLayoutMouseHandles > mMouseHandles;
80 #endif // QGSLAYOUTVIEWTOOLSELECT_H
Base class for layouts, which can contain items such as maps, labels, scalebars, etc.
A graphical widget to display and interact with QgsLayouts.
A QgsLayoutViewMouseEvent is the result of a user interaction with the mouse on a QgsLayoutView.