#include <BALL/VIEW/WIDGETS/gridColorWidget.h>
Protected Attributes |
Ui::GridColorWidget | ui |
Detailed Description
Definition at line 10 of file gridColorWidget.h.
Constructor & Destructor Documentation
BALL::VIEW::GridColorWidget::GridColorWidget |
( |
QWidget * |
parent | ) |
|
Member Function Documentation
void BALL::VIEW::GridColorWidget::autoScaleRequested |
( |
| ) |
|
|
signal |
ColorRGBA BALL::VIEW::GridColorWidget::getMaxColor |
( |
| ) |
const |
ColorRGBA BALL::VIEW::GridColorWidget::getMaxMaxColor |
( |
| ) |
const |
float BALL::VIEW::GridColorWidget::getMaxValue |
( |
| ) |
const |
ColorRGBA BALL::VIEW::GridColorWidget::getMidColor |
( |
| ) |
const |
float BALL::VIEW::GridColorWidget::getMidValue |
( |
| ) |
const |
ColorRGBA BALL::VIEW::GridColorWidget::getMinColor |
( |
| ) |
const |
ColorRGBA BALL::VIEW::GridColorWidget::getMinMinColor |
( |
| ) |
const |
float BALL::VIEW::GridColorWidget::getMinValue |
( |
| ) |
const |
int BALL::VIEW::GridColorWidget::getNumLevels |
( |
| ) |
const |
bool BALL::VIEW::GridColorWidget::isNormalizationEnabled |
( |
| ) |
const |
bool BALL::VIEW::GridColorWidget::isTransparencyEnabled |
( |
| ) |
const |
void BALL::VIEW::GridColorWidget::maxAlphaChanged |
( |
int |
value | ) |
|
|
protectedslot |
void BALL::VIEW::GridColorWidget::maxColorChanged |
( |
QColor |
color | ) |
|
|
protectedslot |
void BALL::VIEW::GridColorWidget::maxMaxAlphaChanged |
( |
int |
value | ) |
|
|
protectedslot |
void BALL::VIEW::GridColorWidget::maxMaxColorChanged |
( |
QColor |
color | ) |
|
|
protectedslot |
void BALL::VIEW::GridColorWidget::midAlphaChanged |
( |
int |
value | ) |
|
|
protectedslot |
void BALL::VIEW::GridColorWidget::midColorChanged |
( |
QColor |
color | ) |
|
|
protectedslot |
void BALL::VIEW::GridColorWidget::minAlphaChanged |
( |
int |
value | ) |
|
|
protectedslot |
void BALL::VIEW::GridColorWidget::minColorChanged |
( |
QColor |
color | ) |
|
|
protectedslot |
void BALL::VIEW::GridColorWidget::minMinAlphaChanged |
( |
int |
value | ) |
|
|
protectedslot |
void BALL::VIEW::GridColorWidget::minMinColorChanged |
( |
QColor |
color | ) |
|
|
protectedslot |
void BALL::VIEW::GridColorWidget::normalizationToggled |
( |
bool |
enabled | ) |
|
|
protectedslot |
void BALL::VIEW::GridColorWidget::setMaxValue |
( |
float |
maxValue | ) |
|
void BALL::VIEW::GridColorWidget::setMidValue |
( |
float |
midValue | ) |
|
void BALL::VIEW::GridColorWidget::setMinValue |
( |
float |
minValue | ) |
|
void BALL::VIEW::GridColorWidget::setNormalizationEnabled |
( |
bool |
enabled | ) |
|
void BALL::VIEW::GridColorWidget::setTransparency_ |
( |
int |
value, |
|
|
ColorButton * |
button |
|
) |
| |
|
protected |
void BALL::VIEW::GridColorWidget::setTransparency_ |
( |
const QColor & |
color, |
|
|
QSpinBox * |
box |
|
) |
| |
|
protected |
void BALL::VIEW::GridColorWidget::setTransparencyEnabled |
( |
bool |
enabled | ) |
|
void BALL::VIEW::GridColorWidget::transparencyToggled |
( |
bool |
enabled | ) |
|
|
protectedslot |
void BALL::VIEW::GridColorWidget::validateText |
( |
QString |
str | ) |
|
|
protectedslot |
Member Data Documentation
Ui::GridColorWidget BALL::VIEW::GridColorWidget::ui |
|
protected |