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