16#ifndef QGSCOLORBREWERCOLORRAMPDIALOG_H
17#define QGSCOLORBREWERCOLORRAMPDIALOG_H
19#include "ui_qgscolorbrewercolorrampwidgetbase.h"
29class QDialogButtonBox;
71 void populateVariants();
116 QDialogButtonBox *buttonBox()
const;
125 QDialogButtonBox *mButtonBox =
nullptr;
QgsColorBrewerColorRamp ramp
QgsColorBrewerColorRampDialog(const QgsColorBrewerColorRamp &ramp, QWidget *parent=nullptr)
Constructor for QgsColorBrewerColorRampDialog.
void changed()
Emitted when the dialog settings change.
QgsColorBrewerColorRamp ramp() const
Returns a color ramp representing the current settings from the dialog.
void setRamp(const QgsColorBrewerColorRamp &ramp)
Sets the color ramp to show in the dialog.
Color ramp utilising "Color Brewer" preset color schemes.