QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
Public Member Functions | List of all members
QgsStyleColorRampEntity Class Reference

A color ramp entity for QgsStyle databases. More...

#include <qgsstyle.h>

Inheritance diagram for QgsStyleColorRampEntity:
Inheritance graph
[legend]

Public Member Functions

 QgsStyleColorRampEntity (const QgsColorRamp *ramp)
 Constructor for QgsStyleColorRampEntity, with the specified color ramp. More...
 
const QgsColorRampramp () const
 Returns the entity's color ramp. More...
 
QgsStyle::StyleEntity type () const override
 Returns the type of style entity. More...
 
- Public Member Functions inherited from QgsStyleEntityInterface
virtual ~QgsStyleEntityInterface ()=default
 

Detailed Description

A color ramp entity for QgsStyle databases.

Since
QGIS 3.10

Definition at line 1003 of file qgsstyle.h.

Constructor & Destructor Documentation

◆ QgsStyleColorRampEntity()

QgsStyleColorRampEntity::QgsStyleColorRampEntity ( const QgsColorRamp ramp)
inline

Constructor for QgsStyleColorRampEntity, with the specified color ramp.

Ownership of ramp is NOT transferred.

Definition at line 1012 of file qgsstyle.h.

Member Function Documentation

◆ ramp()

const QgsColorRamp* QgsStyleColorRampEntity::ramp ( ) const
inline

Returns the entity's color ramp.

Definition at line 1021 of file qgsstyle.h.

◆ type()

QgsStyle::StyleEntity QgsStyleColorRampEntity::type ( ) const
overridevirtual

Returns the type of style entity.

Implements QgsStyleEntityInterface.

Definition at line 2890 of file qgsstyle.cpp.


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