Main Page Class Hierarchy Compound List Compound Members Related Pages
ColorMapListEntry Class ReferenceThis class holds a value / color pair.
More...
#include <ColorMap.h>
Inheritance diagram for ColorMapListEntry
[legend]Collaboration diagram for ColorMapListEntry:
[legend]List of all members.
Public Types |
| enum | { PROPERTY_VALUE = 0x0100,
PROPERTY_COLOR = 0x0101
} |
Public Methods |
|
| DECLARE_CLASS (ColorMapListEntry,Object) |
|
| ColorMapListEntry () |
|
virtual | ~ColorMapListEntry () |
|
virtual void | setProperty (int nProperty,const Variant &vValue) |
|
virtual void | getProperty (int nProperty,Variant &vValue)const |
Public Attributes |
|
double | value |
|
Color | color |
Friends |
| class | CompareColorMapListEntry |
Detailed Description
This class holds a value / color pair.
This data structure is used to define the entries for the ColorMapList. -
Author(s):
-
Stefan Michel
-
See also:
-
ColorMapList
The documentation for this class was generated from the following file:
|