QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
A dialog which allows users to modify the properties of a QgsGradientColorRamp. More...
#include <qgsgradientcolorrampdialog.h>
Public Slots | |
void | setColor1 (const QColor &color) |
Sets the start color for the gradient ramp. | |
void | setColor2 (const QColor &color) |
Sets the end color for the gradient ramp. | |
Signals | |
void | changed () |
Emitted when the dialog settings change. | |
Public Member Functions | |
QgsGradientColorRampDialog (const QgsGradientColorRamp &ramp, QWidget *parent=nullptr) | |
Constructor for QgsGradientColorRampDialog. | |
~QgsGradientColorRampDialog () override | |
QDialogButtonBox * | buttonBox () const |
Returns a reference to the dialog's button box. | |
QgsGradientColorRamp | ramp () const |
Returns a color ramp representing the current settings from the dialog. | |
void | setRamp (const QgsGradientColorRamp &ramp) |
Sets the color ramp to show in the dialog. | |
Properties | |
QgsGradientColorRamp | ramp |
A dialog which allows users to modify the properties of a QgsGradientColorRamp.
Definition at line 37 of file qgsgradientcolorrampdialog.h.
QgsGradientColorRampDialog::QgsGradientColorRampDialog | ( | const QgsGradientColorRamp & | ramp, |
QWidget * | parent = nullptr |
||
) |
Constructor for QgsGradientColorRampDialog.
ramp | initial ramp to show in dialog |
parent | parent widget |
Definition at line 45 of file qgsgradientcolorrampdialog.cpp.
|
override |
Definition at line 200 of file qgsgradientcolorrampdialog.cpp.
QDialogButtonBox * QgsGradientColorRampDialog::buttonBox | ( | ) | const |
Returns a reference to the dialog's button box.
Definition at line 221 of file qgsgradientcolorrampdialog.cpp.
|
signal |
Emitted when the dialog settings change.
|
inline |
Returns a color ramp representing the current settings from the dialog.
Definition at line 56 of file qgsgradientcolorrampdialog.h.
|
slot |
Sets the start color for the gradient ramp.
Definition at line 646 of file qgsgradientcolorrampdialog.cpp.
|
slot |
Sets the end color for the gradient ramp.
Definition at line 652 of file qgsgradientcolorrampdialog.cpp.
void QgsGradientColorRampDialog::setRamp | ( | const QgsGradientColorRamp & | ramp | ) |
Sets the color ramp to show in the dialog.
ramp | color ramp |
Definition at line 210 of file qgsgradientcolorrampdialog.cpp.
|
readwrite |
Definition at line 40 of file qgsgradientcolorrampdialog.h.