QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Signals | Public Member Functions | Properties | List of all members
QgsCptCityColorRampDialog Class Reference

A dialog which allows users to modify the properties of a QgsCptCityColorRamp. More...

#include <qgscptcitycolorrampdialog.h>

Inheritance diagram for QgsCptCityColorRampDialog:
Inheritance graph
[legend]

Signals

void changed ()
 Emitted when the dialog settings change. More...
 

Public Member Functions

 QgsCptCityColorRampDialog (const QgsCptCityColorRamp &ramp, QWidget *parent=nullptr)
 Constructor for QgsCptCityColorRampDialog. More...
 
bool eventFilter (QObject *obj, QEvent *event) override
 
QgsCptCityColorRamp ramp () const
 Returns a color ramp representing the current settings from the dialog. More...
 
bool saveAsGradientRamp () const
 Returns true if the ramp should be converted to a QgsGradientColorRamp. More...
 
QString selectedName () const
 Returns the name of the ramp currently selected in the dialog. More...
 
void setRamp (const QgsCptCityColorRamp &ramp)
 Sets the color ramp to show in the dialog. More...
 

Properties

QgsCptCityColorRamp ramp
 

Detailed Description

A dialog which allows users to modify the properties of a QgsCptCityColorRamp.

Since
QGIS 3.0

Definition at line 42 of file qgscptcitycolorrampdialog.h.

Constructor & Destructor Documentation

QgsCptCityColorRampDialog::QgsCptCityColorRampDialog ( const QgsCptCityColorRamp ramp,
QWidget *  parent = nullptr 
)

Constructor for QgsCptCityColorRampDialog.

Parameters
rampinitial ramp to show in dialog
parentparent widget

Definition at line 39 of file qgscptcitycolorrampdialog.cpp.

Member Function Documentation

void QgsCptCityColorRampDialog::changed ( )
signal

Emitted when the dialog settings change.

bool QgsCptCityColorRampDialog::eventFilter ( QObject *  obj,
QEvent *  event 
)
override

Definition at line 545 of file qgscptcitycolorrampdialog.cpp.

QgsCptCityColorRamp QgsCptCityColorRampDialog::ramp ( ) const
inline

Returns a color ramp representing the current settings from the dialog.

See also
setRamp()

Definition at line 60 of file qgscptcitycolorrampdialog.h.

bool QgsCptCityColorRampDialog::saveAsGradientRamp ( ) const

Returns true if the ramp should be converted to a QgsGradientColorRamp.

Definition at line 500 of file qgscptcitycolorrampdialog.cpp.

QString QgsCptCityColorRampDialog::selectedName ( ) const
inline

Returns the name of the ramp currently selected in the dialog.

Definition at line 72 of file qgscptcitycolorrampdialog.h.

void QgsCptCityColorRampDialog::setRamp ( const QgsCptCityColorRamp ramp)

Sets the color ramp to show in the dialog.

Parameters
rampcolor ramp
See also
ramp()

Definition at line 131 of file qgscptcitycolorrampdialog.cpp.

Property Documentation

QgsCptCityColorRamp QgsCptCityColorRampDialog::ramp
readwrite

Definition at line 45 of file qgscptcitycolorrampdialog.h.


The documentation for this class was generated from the following files: