QGIS API Documentation
2.0.1-Dufour
|
Go to the source code of this file.
Classes | |
class | QgsVectorColorRampV2 |
struct | QgsGradientStop |
class | QgsVectorGradientColorRampV2 |
class | QgsVectorRandomColorRampV2 |
class | QgsVectorColorBrewerColorRampV2 |
class | QgsCptCityColorRampV2 |
Macros | |
#define | DEFAULT_GRADIENT_COLOR1 QColor(0,0,255) |
#define | DEFAULT_GRADIENT_COLOR2 QColor(0,255,0) |
#define | DEFAULT_RANDOM_COUNT 10 |
#define | DEFAULT_RANDOM_HUE_MIN 0 |
#define | DEFAULT_RANDOM_HUE_MAX 359 |
#define | DEFAULT_RANDOM_VAL_MIN 200 |
#define | DEFAULT_RANDOM_VAL_MAX 240 |
#define | DEFAULT_RANDOM_SAT_MIN 100 |
#define | DEFAULT_RANDOM_SAT_MAX 240 |
#define | DEFAULT_COLORBREWER_SCHEMENAME "Spectral" |
#define | DEFAULT_COLORBREWER_COLORS 5 |
#define | DEFAULT_CPTCITY_SCHEMENAME "cb/div/BrBG_" |
#define | DEFAULT_CPTCITY_VARIANTNAME "05" |
Typedefs | |
typedef QList< QgsGradientStop > | QgsGradientStopsList |
#define DEFAULT_COLORBREWER_COLORS 5 |
Definition at line 155 of file qgsvectorcolorrampv2.h.
Referenced by QgsVectorColorBrewerColorRampV2::create().
#define DEFAULT_COLORBREWER_SCHEMENAME "Spectral" |
Definition at line 154 of file qgsvectorcolorrampv2.h.
Referenced by QgsVectorColorBrewerColorRampV2::create().
#define DEFAULT_CPTCITY_SCHEMENAME "cb/div/BrBG_" |
Definition at line 195 of file qgsvectorcolorrampv2.h.
Referenced by QgsCptCityColorRampV2::create().
#define DEFAULT_CPTCITY_VARIANTNAME "05" |
Definition at line 196 of file qgsvectorcolorrampv2.h.
Referenced by QgsCptCityColorRampV2::create().
#define DEFAULT_GRADIENT_COLOR1 QColor(0,0,255) |
Definition at line 54 of file qgsvectorcolorrampv2.h.
Referenced by QgsVectorGradientColorRampV2::create().
#define DEFAULT_GRADIENT_COLOR2 QColor(0,255,0) |
Definition at line 55 of file qgsvectorcolorrampv2.h.
Referenced by QgsVectorGradientColorRampV2::create().
#define DEFAULT_RANDOM_COUNT 10 |
Definition at line 101 of file qgsvectorcolorrampv2.h.
Referenced by QgsVectorRandomColorRampV2::create().
#define DEFAULT_RANDOM_HUE_MAX 359 |
Definition at line 103 of file qgsvectorcolorrampv2.h.
Referenced by QgsVectorRandomColorRampV2::create().
#define DEFAULT_RANDOM_HUE_MIN 0 |
Definition at line 102 of file qgsvectorcolorrampv2.h.
Referenced by QgsVectorRandomColorRampV2::create().
#define DEFAULT_RANDOM_SAT_MAX 240 |
Definition at line 107 of file qgsvectorcolorrampv2.h.
Referenced by QgsVectorRandomColorRampV2::create().
#define DEFAULT_RANDOM_SAT_MIN 100 |
Definition at line 106 of file qgsvectorcolorrampv2.h.
Referenced by QgsVectorRandomColorRampV2::create().
#define DEFAULT_RANDOM_VAL_MAX 240 |
Definition at line 105 of file qgsvectorcolorrampv2.h.
Referenced by QgsVectorRandomColorRampV2::create().
#define DEFAULT_RANDOM_VAL_MIN 200 |
Definition at line 104 of file qgsvectorcolorrampv2.h.
Referenced by QgsVectorRandomColorRampV2::create().
typedef QList<QgsGradientStop> QgsGradientStopsList |
Definition at line 52 of file qgsvectorcolorrampv2.h.