16#ifndef QGSLAYOUTVIEWTOOLSELECT_H
17#define QGSLAYOUTVIEWTOOLSELECT_H
26class QgsLayoutMouseHandles;
47 void wheelEvent( QWheelEvent *event )
override;
57 SIP_SKIP QgsLayoutMouseHandles *mouseHandles();
70 bool mIsSelecting =
false;
73 std::unique_ptr<QgsLayoutViewRubberBand> mRubberBand;
76 QPoint mMousePressStartPos;
79 QPointF mRubberBandStartPos;
81 QPointer<QgsLayoutMouseHandles> mMouseHandles;
84 static const double sSearchToleranceInMillimeters;
A mouse event which is the result of a user interaction with a QgsLayoutView.
A graphical widget to display and interact with QgsLayouts.
Base class for layouts, which can contain items such as maps, labels, scalebars, etc.