QGIS API Documentation  2.4.0-Chugiak
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Macros | Typedefs
qgsvectorcolorrampv2.h File Reference
#include <QColor>
#include <QGradient>
#include "qgssymbollayerv2.h"
#include "qgslogger.h"
Include dependency graph for qgsvectorcolorrampv2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsVectorColorRampV2
 
struct  QgsGradientStop
 
class  QgsVectorGradientColorRampV2
 
class  QgsVectorRandomColorRampV2
 
class  QgsRandomColorsV2
 
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< QgsGradientStopQgsGradientStopsList
 

Macro Definition Documentation

#define DEFAULT_COLORBREWER_COLORS   5

Definition at line 185 of file qgsvectorcolorrampv2.h.

Referenced by QgsVectorColorBrewerColorRampV2::create().

#define DEFAULT_COLORBREWER_SCHEMENAME   "Spectral"

Definition at line 184 of file qgsvectorcolorrampv2.h.

Referenced by QgsVectorColorBrewerColorRampV2::create().

#define DEFAULT_CPTCITY_SCHEMENAME   "cb/div/BrBG_"

Definition at line 225 of file qgsvectorcolorrampv2.h.

Referenced by QgsCptCityColorRampV2::create().

#define DEFAULT_CPTCITY_VARIANTNAME   "05"

Definition at line 226 of file qgsvectorcolorrampv2.h.

Referenced by QgsCptCityColorRampV2::create().

#define DEFAULT_GRADIENT_COLOR1   QColor(0,0,255)

Definition at line 55 of file qgsvectorcolorrampv2.h.

Referenced by QgsVectorGradientColorRampV2::create().

#define DEFAULT_GRADIENT_COLOR2   QColor(0,255,0)

Definition at line 56 of file qgsvectorcolorrampv2.h.

Referenced by QgsVectorGradientColorRampV2::create().

#define DEFAULT_RANDOM_COUNT   10

Definition at line 106 of file qgsvectorcolorrampv2.h.

Referenced by QgsVectorRandomColorRampV2::create().

#define DEFAULT_RANDOM_HUE_MAX   359

Definition at line 108 of file qgsvectorcolorrampv2.h.

Referenced by QgsVectorRandomColorRampV2::create().

#define DEFAULT_RANDOM_HUE_MIN   0

Definition at line 107 of file qgsvectorcolorrampv2.h.

Referenced by QgsVectorRandomColorRampV2::create().

#define DEFAULT_RANDOM_SAT_MAX   240
#define DEFAULT_RANDOM_SAT_MIN   100
#define DEFAULT_RANDOM_VAL_MAX   240

Definition at line 110 of file qgsvectorcolorrampv2.h.

Referenced by QgsVectorRandomColorRampV2::create().

#define DEFAULT_RANDOM_VAL_MIN   200

Definition at line 109 of file qgsvectorcolorrampv2.h.

Referenced by QgsVectorRandomColorRampV2::create().

Typedef Documentation

Definition at line 53 of file qgsvectorcolorrampv2.h.