Quantum GIS API Documentation  1.7.4
Classes | Defines
src/core/symbology-ng/qgsvectorcolorrampv2.h File Reference
#include <QColor>
#include "qgssymbollayerv2.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
class  QgsVectorGradientColorRampV2
class  QgsVectorRandomColorRampV2
class  QgsVectorColorBrewerColorRampV2

Defines

#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   0
#define DEFAULT_RANDOM_VAL_MAX   255
#define DEFAULT_RANDOM_SAT_MIN   0
#define DEFAULT_RANDOM_SAT_MAX   255
#define DEFAULT_COLORBREWER_SCHEMENAME   "Spectral"
#define DEFAULT_COLORBREWER_COLORS   5

Define Documentation

Definition at line 111 of file qgsvectorcolorrampv2.h.

Referenced by QgsVectorColorBrewerColorRampV2::create().

#define DEFAULT_COLORBREWER_SCHEMENAME   "Spectral"

Definition at line 110 of file qgsvectorcolorrampv2.h.

Referenced by QgsVectorColorBrewerColorRampV2::create().

#define DEFAULT_GRADIENT_COLOR1   QColor(0,0,255)

Definition at line 24 of file qgsvectorcolorrampv2.h.

Referenced by QgsVectorGradientColorRampV2::create().

#define DEFAULT_GRADIENT_COLOR2   QColor(0,255,0)

Definition at line 25 of file qgsvectorcolorrampv2.h.

Referenced by QgsVectorGradientColorRampV2::create().

#define DEFAULT_RANDOM_COUNT   10

Definition at line 59 of file qgsvectorcolorrampv2.h.

Referenced by QgsVectorRandomColorRampV2::create().

#define DEFAULT_RANDOM_HUE_MAX   359

Definition at line 61 of file qgsvectorcolorrampv2.h.

Referenced by QgsVectorRandomColorRampV2::create().

#define DEFAULT_RANDOM_HUE_MIN   0

Definition at line 60 of file qgsvectorcolorrampv2.h.

Referenced by QgsVectorRandomColorRampV2::create().

#define DEFAULT_RANDOM_SAT_MAX   255

Definition at line 65 of file qgsvectorcolorrampv2.h.

Referenced by QgsVectorRandomColorRampV2::create().

#define DEFAULT_RANDOM_SAT_MIN   0

Definition at line 64 of file qgsvectorcolorrampv2.h.

Referenced by QgsVectorRandomColorRampV2::create().

#define DEFAULT_RANDOM_VAL_MAX   255

Definition at line 63 of file qgsvectorcolorrampv2.h.

Referenced by QgsVectorRandomColorRampV2::create().

#define DEFAULT_RANDOM_VAL_MIN   0

Definition at line 62 of file qgsvectorcolorrampv2.h.

Referenced by QgsVectorRandomColorRampV2::create().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines