Quantum GIS API Documentation
1.7.5-Wroclaw
|
#include <qgsvectorcolorrampv2.h>
Public Member Functions | |
QgsVectorColorBrewerColorRampV2 (QString schemeName=DEFAULT_COLORBREWER_SCHEMENAME, int colors=DEFAULT_COLORBREWER_COLORS) | |
virtual QColor | color (double value) const |
virtual QString | type () const |
virtual QgsVectorColorRampV2 * | clone () const |
virtual QgsStringMap | properties () const |
QString | schemeName () const |
int | colors () const |
void | setSchemeName (QString schemeName) |
void | setColors (int colors) |
![]() | |
virtual | ~QgsVectorColorRampV2 () |
Static Public Member Functions | |
static QgsVectorColorRampV2 * | create (const QgsStringMap &properties=QgsStringMap()) |
static QStringList | listSchemeNames () |
static QList< int > | listSchemeVariants (QString schemeName) |
Protected Member Functions | |
void | loadPalette () |
Protected Attributes | |
QString | mSchemeName |
int | mColors |
QList< QColor > | mPalette |
Definition at line 113 of file qgsvectorcolorrampv2.h.
QgsVectorColorBrewerColorRampV2::QgsVectorColorBrewerColorRampV2 | ( | QString | schemeName = DEFAULT_COLORBREWER_SCHEMENAME , |
int | colors = DEFAULT_COLORBREWER_COLORS |
||
) |
Definition at line 177 of file qgsvectorcolorrampv2.cpp.
References loadPalette().
|
virtual |
Implements QgsVectorColorRampV2.
Definition at line 224 of file qgsvectorcolorrampv2.cpp.
References mColors, mSchemeName, and QgsVectorColorBrewerColorRampV2().
|
virtual |
Implements QgsVectorColorRampV2.
Definition at line 213 of file qgsvectorcolorrampv2.cpp.
References mPalette.
|
inline |
Definition at line 130 of file qgsvectorcolorrampv2.h.
Referenced by create().
|
static |
Definition at line 183 of file qgsvectorcolorrampv2.cpp.
References colors(), DEFAULT_COLORBREWER_COLORS, DEFAULT_COLORBREWER_SCHEMENAME, QgsVectorColorBrewerColorRampV2(), and schemeName().
Referenced by QgsSymbolLayerV2Utils::loadColorRamp().
|
static |
Definition at line 203 of file qgsvectorcolorrampv2.cpp.
References QgsColorBrewerPalette::listSchemes().
|
static |
Definition at line 208 of file qgsvectorcolorrampv2.cpp.
References QgsColorBrewerPalette::listSchemeVariants().
|
protected |
Definition at line 198 of file qgsvectorcolorrampv2.cpp.
References QgsColorBrewerPalette::listSchemeColors(), mColors, mPalette, and mSchemeName.
Referenced by QgsVectorColorBrewerColorRampV2().
|
virtual |
Implements QgsVectorColorRampV2.
Definition at line 229 of file qgsvectorcolorrampv2.cpp.
References mColors, and mSchemeName.
|
inline |
Definition at line 129 of file qgsvectorcolorrampv2.h.
Referenced by create().
|
inline |
Definition at line 133 of file qgsvectorcolorrampv2.h.
|
inline |
Definition at line 132 of file qgsvectorcolorrampv2.h.
|
inlinevirtual |
Implements QgsVectorColorRampV2.
Definition at line 123 of file qgsvectorcolorrampv2.h.
|
protected |
Definition at line 143 of file qgsvectorcolorrampv2.h.
Referenced by clone(), loadPalette(), and properties().
|
protected |
Definition at line 144 of file qgsvectorcolorrampv2.h.
Referenced by color(), and loadPalette().
|
protected |
Definition at line 142 of file qgsvectorcolorrampv2.h.
Referenced by clone(), loadPalette(), and properties().