QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
A dialog for configuring a custom legend patch shape. More...
#include <qgslegendpatchshapewidget.h>
Public Member Functions | |
QgsLegendPatchShapeDialog (const QgsLegendPatchShape &shape, QWidget *parent=nullptr) | |
Constructor for QgsLegendPatchShapeDialog, initially showing the specified shape. More... | |
QDialogButtonBox * | buttonBox () const |
Returns a reference to the dialog's button box. More... | |
QgsLegendPatchShape | shape () const |
Returns the legend patch shape defined by the dialog. More... | |
A dialog for configuring a custom legend patch shape.
Definition at line 79 of file qgslegendpatchshapewidget.h.
QgsLegendPatchShapeDialog::QgsLegendPatchShapeDialog | ( | const QgsLegendPatchShape & | shape, |
QWidget * | parent = nullptr |
||
) |
Constructor for QgsLegendPatchShapeDialog, initially showing the specified shape.
Definition at line 106 of file qgslegendpatchshapewidget.cpp.
QDialogButtonBox * QgsLegendPatchShapeDialog::buttonBox | ( | ) | const |
Returns a reference to the dialog's button box.
Definition at line 120 of file qgslegendpatchshapewidget.cpp.
|
inline |
Returns the legend patch shape defined by the dialog.
Definition at line 93 of file qgslegendpatchshapewidget.h.