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