LegendItems Struct Reference

Legend items. More...

#include <Layers.h>

Collaboration diagram for LegendItems:

Collaboration graph
[legend]
List of all members.

Public Attributes

int ID
string label
int rColor
int gColor
int bColor
double minValue
double maxValue
int cashedCount
 count the pixels whitin a item range

Detailed Description

Legend items.

Struct containing data about the programm settings.
The minValue and the maxValue are used to compare one record value and return the right color. If the layer is of type integer (isInteger==true), minValue==maxValue==ID.

Author:
Antonello Lobianco

Definition at line 109 of file Layers.h.


Member Data Documentation

int ID

Definition at line 110 of file Layers.h.

Referenced by Layers::addLegendItem().

string label

Definition at line 111 of file Layers.h.

Referenced by Layers::addLegendItem().

int rColor

Definition at line 112 of file Layers.h.

Referenced by Layers::addLegendItem().

int gColor

Definition at line 113 of file Layers.h.

Referenced by Layers::addLegendItem().

int bColor

Definition at line 114 of file Layers.h.

Referenced by Layers::addLegendItem().

double minValue

Definition at line 115 of file Layers.h.

Referenced by Layers::addLegendItem().

double maxValue

Definition at line 116 of file Layers.h.

Referenced by Layers::addLegendItem().

int cashedCount

count the pixels whitin a item range

Definition at line 117 of file Layers.h.

Referenced by Layers::addLegendItem().


The documentation for this struct was generated from the following file: