|
Quantum GIS API Documentation
1.7.4
|
#include <qgsvectorcolorrampv2.h>

Public Member Functions | |
| virtual | ~QgsVectorColorRampV2 () |
| virtual QColor | color (double value) const =0 |
| virtual QString | type () const =0 |
| virtual QgsVectorColorRampV2 * | clone () const =0 |
| virtual QgsStringMap | properties () const =0 |
Definition at line 9 of file qgsvectorcolorrampv2.h.
| virtual QgsVectorColorRampV2::~QgsVectorColorRampV2 | ( | ) | [inline, virtual] |
Definition at line 12 of file qgsvectorcolorrampv2.h.
| virtual QgsVectorColorRampV2* QgsVectorColorRampV2::clone | ( | ) | const [pure virtual] |
| virtual QColor QgsVectorColorRampV2::color | ( | double | value | ) | const [pure virtual] |
Implemented in QgsVectorColorBrewerColorRampV2, QgsVectorRandomColorRampV2, and QgsVectorGradientColorRampV2.
Referenced by QgsSymbolLayerV2Utils::colorRampPreviewPixmap(), QgsGraduatedSymbolRendererV2::createRenderer(), QgsVectorGradientColorRampV2::setColor1(), and QgsVectorGradientColorRampV2::setColor2().
| virtual QgsStringMap QgsVectorColorRampV2::properties | ( | ) | const [pure virtual] |
Implemented in QgsVectorColorBrewerColorRampV2, QgsVectorRandomColorRampV2, and QgsVectorGradientColorRampV2.
Referenced by QgsSymbolLayerV2Utils::saveColorRamp().
| virtual QString QgsVectorColorRampV2::type | ( | ) | const [pure virtual] |
Implemented in QgsVectorColorBrewerColorRampV2, QgsVectorRandomColorRampV2, and QgsVectorGradientColorRampV2.
Referenced by QgsSymbolLayerV2Utils::saveColorRamp().
1.7.6.1