17#ifndef QGSLAYOUTREPORTSECTIONLABEL_H 
   18#define QGSLAYOUTREPORTSECTIONLABEL_H 
   23#include <QGraphicsRectItem> 
   37class GUI_EXPORT QgsLayoutReportSectionLabel : 
public QGraphicsRectItem
 
   45    void paint( QPainter *painter, 
const QStyleOptionGraphicsItem *option, QWidget *widget = 
nullptr ) 
override;
 
   48    void setLabel( 
const QString &label );
 
   51    QPointer<QgsLayout> mLayout;
 
   52    QPointer<QgsLayoutView> mView;
 
A graphical widget to display and interact with QgsLayouts.
 
Base class for layouts, which can contain items such as maps, labels, scalebars, etc.