QGIS API Documentation  2.2.0-Valmiera
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
QgsVectorRandomColorRampV2 Class Reference

#include <qgsvectorcolorrampv2.h>

Inheritance diagram for QgsVectorRandomColorRampV2:
Inheritance graph
[legend]
Collaboration diagram for QgsVectorRandomColorRampV2:
Collaboration graph
[legend]

Public Member Functions

 QgsVectorRandomColorRampV2 (int count=DEFAULT_RANDOM_COUNT, int hueMin=DEFAULT_RANDOM_HUE_MIN, int hueMax=DEFAULT_RANDOM_HUE_MAX, int satMin=DEFAULT_RANDOM_SAT_MIN, int satMax=DEFAULT_RANDOM_SAT_MAX, int valMin=DEFAULT_RANDOM_VAL_MIN, int valMax=DEFAULT_RANDOM_VAL_MAX)
virtual double value (int index) const
virtual QColor color (double value) const
virtual QString type () const
virtual QgsVectorColorRampV2clone () const
virtual QgsStringMap properties () const
void updateColors ()
int count () const
int hueMin () const
int hueMax () const
int satMin () const
int satMax () const
int valMin () const
int valMax () const
void setCount (int val)
void setHueMin (int val)
void setHueMax (int val)
void setSatMin (int val)
void setSatMax (int val)
void setValMin (int val)
void setValMax (int val)
- Public Member Functions inherited from QgsVectorColorRampV2
virtual ~QgsVectorColorRampV2 ()

Static Public Member Functions

static QgsVectorColorRampV2create (const QgsStringMap &properties=QgsStringMap())

Protected Attributes

int mCount
int mHueMin
int mHueMax
int mSatMin
int mSatMax
int mValMin
int mValMax
QList< QColor > mColors

Detailed Description

Definition at line 114 of file qgsvectorcolorrampv2.h.

Constructor & Destructor Documentation

QgsVectorRandomColorRampV2::QgsVectorRandomColorRampV2 ( int  count = DEFAULT_RANDOM_COUNT,
int  hueMin = DEFAULT_RANDOM_HUE_MIN,
int  hueMax = DEFAULT_RANDOM_HUE_MAX,
int  satMin = DEFAULT_RANDOM_SAT_MIN,
int  satMax = DEFAULT_RANDOM_SAT_MAX,
int  valMin = DEFAULT_RANDOM_VAL_MIN,
int  valMax = DEFAULT_RANDOM_VAL_MAX 
)

Definition at line 239 of file qgsvectorcolorrampv2.cpp.

References updateColors().

Referenced by clone(), and create().

Member Function Documentation

QgsVectorColorRampV2 * QgsVectorRandomColorRampV2::clone ( ) const
virtual
QColor QgsVectorRandomColorRampV2::color ( double  value) const
virtual

Implements QgsVectorColorRampV2.

Definition at line 271 of file qgsvectorcolorrampv2.cpp.

References mColors.

int QgsVectorRandomColorRampV2::count ( ) const
inlinevirtual

Implements QgsVectorColorRampV2.

Definition at line 136 of file qgsvectorcolorrampv2.h.

Referenced by create().

QgsVectorColorRampV2 * QgsVectorRandomColorRampV2::create ( const QgsStringMap properties = QgsStringMap())
static
int QgsVectorRandomColorRampV2::hueMax ( ) const
inline

Definition at line 138 of file qgsvectorcolorrampv2.h.

Referenced by create().

int QgsVectorRandomColorRampV2::hueMin ( ) const
inline

Definition at line 137 of file qgsvectorcolorrampv2.h.

Referenced by create().

QgsStringMap QgsVectorRandomColorRampV2::properties ( ) const
virtual

Implements QgsVectorColorRampV2.

Definition at line 287 of file qgsvectorcolorrampv2.cpp.

References mCount, mHueMax, mHueMin, mSatMax, mSatMin, mValMax, and mValMin.

int QgsVectorRandomColorRampV2::satMax ( ) const
inline

Definition at line 140 of file qgsvectorcolorrampv2.h.

Referenced by create().

int QgsVectorRandomColorRampV2::satMin ( ) const
inline

Definition at line 139 of file qgsvectorcolorrampv2.h.

Referenced by create().

void QgsVectorRandomColorRampV2::setCount ( int  val)
inline

Definition at line 144 of file qgsvectorcolorrampv2.h.

void QgsVectorRandomColorRampV2::setHueMax ( int  val)
inline

Definition at line 146 of file qgsvectorcolorrampv2.h.

void QgsVectorRandomColorRampV2::setHueMin ( int  val)
inline

Definition at line 145 of file qgsvectorcolorrampv2.h.

void QgsVectorRandomColorRampV2::setSatMax ( int  val)
inline

Definition at line 148 of file qgsvectorcolorrampv2.h.

void QgsVectorRandomColorRampV2::setSatMin ( int  val)
inline

Definition at line 147 of file qgsvectorcolorrampv2.h.

void QgsVectorRandomColorRampV2::setValMax ( int  val)
inline

Definition at line 150 of file qgsvectorcolorrampv2.h.

void QgsVectorRandomColorRampV2::setValMin ( int  val)
inline

Definition at line 149 of file qgsvectorcolorrampv2.h.

virtual QString QgsVectorRandomColorRampV2::type ( ) const
inlinevirtual

Implements QgsVectorColorRampV2.

Definition at line 128 of file qgsvectorcolorrampv2.h.

void QgsVectorRandomColorRampV2::updateColors ( )

Definition at line 300 of file qgsvectorcolorrampv2.cpp.

References mColors, mCount, mHueMax, mHueMin, mSatMax, mSatMin, mValMax, and mValMin.

Referenced by QgsVectorRandomColorRampV2().

int QgsVectorRandomColorRampV2::valMax ( ) const
inline

Definition at line 142 of file qgsvectorcolorrampv2.h.

Referenced by create().

int QgsVectorRandomColorRampV2::valMin ( ) const
inline

Definition at line 141 of file qgsvectorcolorrampv2.h.

Referenced by create().

double QgsVectorRandomColorRampV2::value ( int  index) const
virtual

Implements QgsVectorColorRampV2.

Definition at line 265 of file qgsvectorcolorrampv2.cpp.

References mColors.

Member Data Documentation

QList<QColor> QgsVectorRandomColorRampV2::mColors
protected

Definition at line 155 of file qgsvectorcolorrampv2.h.

Referenced by color(), updateColors(), and value().

int QgsVectorRandomColorRampV2::mCount
protected

Definition at line 153 of file qgsvectorcolorrampv2.h.

Referenced by clone(), properties(), and updateColors().

int QgsVectorRandomColorRampV2::mHueMax
protected

Definition at line 154 of file qgsvectorcolorrampv2.h.

Referenced by clone(), properties(), and updateColors().

int QgsVectorRandomColorRampV2::mHueMin
protected

Definition at line 154 of file qgsvectorcolorrampv2.h.

Referenced by clone(), properties(), and updateColors().

int QgsVectorRandomColorRampV2::mSatMax
protected

Definition at line 154 of file qgsvectorcolorrampv2.h.

Referenced by clone(), properties(), and updateColors().

int QgsVectorRandomColorRampV2::mSatMin
protected

Definition at line 154 of file qgsvectorcolorrampv2.h.

Referenced by clone(), properties(), and updateColors().

int QgsVectorRandomColorRampV2::mValMax
protected

Definition at line 154 of file qgsvectorcolorrampv2.h.

Referenced by clone(), properties(), and updateColors().

int QgsVectorRandomColorRampV2::mValMin
protected

Definition at line 154 of file qgsvectorcolorrampv2.h.

Referenced by clone(), properties(), and updateColors().


The documentation for this class was generated from the following files: