#include <ColorModel.h>
◆ ColorLegend() [1/2]
| ColorLegend::ColorLegend |
( |
void |
| ) |
|
◆ ColorLegend() [2/2]
◆ ~ColorLegend()
| virtual App::ColorLegend::~ColorLegend |
( |
| ) |
|
|
virtual |
◆ addMax()
| bool ColorLegend::addMax |
( |
const std::string & |
rclName | ) |
|
◆ addMin()
| bool ColorLegend::addMin |
( |
const std::string & |
rclName | ) |
|
◆ getColor() [1/2]
| Color App::ColorLegend::getColor |
( |
float |
fVal | ) |
const |
◆ getColor() [2/2]
| Color ColorLegend::getColor |
( |
unsigned long |
ulPos | ) |
const |
◆ getColorIndex()
| unsigned short App::ColorLegend::getColorIndex |
( |
float |
fVal | ) |
const |
◆ getMaxValue()
| float App::ColorLegend::getMaxValue |
( |
void |
| ) |
const |
◆ getMinValue()
| float App::ColorLegend::getMinValue |
( |
void |
| ) |
const |
◆ getPackedColor()
| uint32_t ColorLegend::getPackedColor |
( |
unsigned long |
ulPos | ) |
const |
◆ getText()
| std::string ColorLegend::getText |
( |
unsigned long |
ulPos | ) |
const |
◆ getValue()
| float ColorLegend::getValue |
( |
unsigned long |
ulPos | ) |
const |
◆ hasNumberOfFields()
| unsigned long App::ColorLegend::hasNumberOfFields |
( |
void |
| ) |
const |
◆ isOutsideGrayed()
| bool App::ColorLegend::isOutsideGrayed |
( |
void |
| ) |
const |
◆ operator!=()
◆ operator=()
◆ operator==()
◆ remove()
| bool ColorLegend::remove |
( |
unsigned long |
ulPos | ) |
|
◆ removeFirst()
| void ColorLegend::removeFirst |
( |
void |
| ) |
|
◆ removeLast()
| void ColorLegend::removeLast |
( |
void |
| ) |
|
◆ resize()
| void ColorLegend::resize |
( |
unsigned long |
ulN | ) |
|
◆ setColor() [1/2]
| bool ColorLegend::setColor |
( |
unsigned long |
ulPos, |
|
|
float |
ucRed, |
|
|
float |
ucGreen, |
|
|
float |
ucBlue |
|
) |
| |
◆ setColor() [2/2]
| bool ColorLegend::setColor |
( |
unsigned long |
ulPos, |
|
|
unsigned long |
ulColor |
|
) |
| |
◆ setOutsideGrayed()
| void App::ColorLegend::setOutsideGrayed |
( |
bool |
bOS | ) |
|
◆ setText()
| bool ColorLegend::setText |
( |
unsigned long |
ulPos, |
|
|
const std::string & |
rclName |
|
) |
| |
◆ setValue()
| bool ColorLegend::setValue |
( |
unsigned long |
ulPos, |
|
|
float |
fVal |
|
) |
| |
The documentation for this class was generated from the following files:
- src/App/ColorModel.h
- src/App/ColorModel.cpp