| 
    QGIS API Documentation
    3.26.3-Buenos Aires (65e4edfdad)
    
   | 
 
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.  More... | |
| QgsColorRamp * | ramp () 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 | 
A color ramp entity for QgsStyle databases.
Definition at line 1373 of file qgsstyle.h.
      
  | 
  inline | 
Constructor for QgsStyleColorRampEntity, with the specified color ramp.
Ownership of ramp is NOT transferred.
Definition at line 1382 of file qgsstyle.h.
      
  | 
  inline | 
Returns the entity's color ramp.
Definition at line 1391 of file qgsstyle.h.
      
  | 
  overridevirtual | 
Returns the type of style entity.
Implements QgsStyleEntityInterface.
Definition at line 3403 of file qgsstyle.cpp.
 1.8.17