QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
A dialog for configuring a QgsColorRampLegendNode (QgsColorRampLegendNodeSettings). More...
#include <qgscolorramplegendnodewidget.h>
Public Member Functions | |
QgsColorRampLegendNodeDialog (const QgsColorRampLegendNodeSettings &settings, QWidget *parent SIP_TRANSFERTHIS=nullptr, QgsColorRampLegendNodeWidget::Capabilities capabilities=QgsColorRampLegendNodeWidget::Capability::AllCapabilities) | |
Constructor for QgsColorRampLegendNodeDialog, initially showing the specified settings. | |
QDialogButtonBox * | buttonBox () const |
Returns a reference to the dialog's button box. | |
QgsColorRampLegendNodeSettings | settings () const |
Returns the legend node settings as defined by the dialog. | |
void | setUseContinuousRampCheckBoxVisibility (bool visible) |
Sets visibility for the "Use Continuous Legend" checkbox in the legend settings dialog to visible. | |
A dialog for configuring a QgsColorRampLegendNode (QgsColorRampLegendNodeSettings).
Definition at line 119 of file qgscolorramplegendnodewidget.h.
QgsColorRampLegendNodeDialog::QgsColorRampLegendNodeDialog | ( | const QgsColorRampLegendNodeSettings & | settings, |
QWidget *parent | SIP_TRANSFERTHIS = nullptr , |
||
QgsColorRampLegendNodeWidget::Capabilities | capabilities = QgsColorRampLegendNodeWidget::Capability::AllCapabilities |
||
) |
Constructor for QgsColorRampLegendNodeDialog, initially showing the specified settings.
Since QGIS 3.38, the capabilities argument can be used to fine-tune settings exposed in the dialog.
Definition at line 169 of file qgscolorramplegendnodewidget.cpp.
QDialogButtonBox * QgsColorRampLegendNodeDialog::buttonBox | ( | ) | const |
Returns a reference to the dialog's button box.
Definition at line 195 of file qgscolorramplegendnodewidget.cpp.
QgsColorRampLegendNodeSettings QgsColorRampLegendNodeDialog::settings | ( | ) | const |
Returns the legend node settings as defined by the dialog.
Definition at line 190 of file qgscolorramplegendnodewidget.cpp.
void QgsColorRampLegendNodeDialog::setUseContinuousRampCheckBoxVisibility | ( | bool | visible | ) |
Sets visibility for the "Use Continuous Legend" checkbox in the legend settings dialog to visible.
This widget is visible and checked by default but in a few cases it does not need to be visible because disabling it would not make sense (for instance when using single band gray renderer).
Definition at line 200 of file qgscolorramplegendnodewidget.cpp.