18#ifndef QGSLAYOUTSHAPEWIDGET_H 
   19#define QGSLAYOUTSHAPEWIDGET_H 
   25#include "ui_qgslayoutshapewidgetbase.h" 
   50    QPointer< QgsLayoutItemShape > mShape;
 
   54    void blockAllSignals( 
bool block );
 
   57    void mShapeComboBox_currentIndexChanged( 
const QString &text );
 
   58    void mCornerRadiusSpinBox_valueChanged( 
double val );
 
   59    void radiusUnitsChanged();
 
   63    void setGuiElementValues();
 
 
Layout item for basic filled shapes (e.g.
 
Base class for graphical items within a QgsLayout.
 
Interface for master layout type objects, such as print layouts and reports.