QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
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. | |
QDialogButtonBox * | buttonBox () const |
Returns a reference to the dialog's button box. | |
QgsLegendPatchShape | shape () const |
Returns the legend patch shape defined by the dialog. | |
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 116 of file qgslegendpatchshapewidget.cpp.
QDialogButtonBox * QgsLegendPatchShapeDialog::buttonBox | ( | ) | const |
Returns a reference to the dialog's button box.
Definition at line 132 of file qgslegendpatchshapewidget.cpp.
|
inline |
Returns the legend patch shape defined by the dialog.
Definition at line 93 of file qgslegendpatchshapewidget.h.