16#ifndef QGSCOLORBREWERCOLORRAMPDIALOG_H 
   17#define QGSCOLORBREWERCOLORRAMPDIALOG_H 
   22#include "ui_qgscolorbrewercolorrampwidgetbase.h" 
   27class QDialogButtonBox;
 
   68    void populateVariants();
 
 
  112    QDialogButtonBox *buttonBox() 
const;
 
  121    QDialogButtonBox *mButtonBox = 
nullptr;
 
 
A dialog which allows users to modify the properties of a QgsColorBrewerColorRamp.
 
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.