Vault  4.1
Public Member Functions | Protected Member Functions | Friends
VIntegerRangeColorMapper Class Reference

VIntegerRangeColorMapper maps ranges of integer values to colors. More...

#include <vcolor.h>

Inheritance diagram for VIntegerRangeColorMapper:
VColorMapper

List of all members.

Public Member Functions

virtual VColorPair getColors (const VString &stringValue) const
virtual VColorPair getColors (int intValue) const
virtual VColorPair getColors (Vs64 int64Value) const
virtual VColorPair getColors (VDouble doubleValue) const
void addColors (Vs64 rangeMin, const VColorPair &rangeColors)

Protected Member Functions

virtual void _readColorElement (const VSettingsNode &colorNode)

Friends

class VColorUnit

Detailed Description

VIntegerRangeColorMapper maps ranges of integer values to colors.

Note that we use Vs64 so that this class can handle any size integer. We don't need separate mapper types for (32-bit) int and Vs64.

Definition at line 494 of file vcolor.h.


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

Copyright ©1997-2014 Trygve Isaacson. All rights reserved. This documentation was generated with Doxygen.