16 #ifndef QGSLAYOUTVIEWTOOLZOOM_H    17 #define QGSLAYOUTVIEWTOOLZOOM_H    52     bool mMarqueeZoom = 
false;
    57     QPoint mMousePressStartPos;
    59     QPointF mRubberBandStartPos;
    62     std::unique_ptr< QgsLayoutViewRectangularRubberBand > mRubberBand;
    64     void startMarqueeZoom( QPointF scenePoint );
    68 #endif // QGSLAYOUTVIEWTOOLZOOM_H 
A graphical widget to display and interact with QgsLayouts. 
 
A QgsLayoutViewMouseEvent is the result of a user interaction with the mouse on a QgsLayoutView...