QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
A color ramp entity for QgsStyle databases. More...
#include <qgsstyle.h>
Public Member Functions | |
QgsStyleColorRampEntity (QgsColorRamp *ramp) | |
Constructor for QgsStyleColorRampEntity, with the specified color ramp. | |
QgsColorRamp * | ramp () const |
Returns the entity's color ramp. | |
QgsStyle::StyleEntity | type () const override |
Returns the type of style entity. | |
Public Member Functions inherited from QgsStyleEntityInterface | |
virtual | ~QgsStyleEntityInterface ()=default |
A color ramp entity for QgsStyle databases.
Definition at line 1427 of file qgsstyle.h.
|
inline |
Constructor for QgsStyleColorRampEntity, with the specified color ramp.
Ownership of ramp is NOT transferred.
Definition at line 1436 of file qgsstyle.h.
|
inline |
Returns the entity's color ramp.
Definition at line 1445 of file qgsstyle.h.
|
overridevirtual |
Returns the type of style entity.
Implements QgsStyleEntityInterface.
Definition at line 3436 of file qgsstyle.cpp.