BALL
1.4.1
|
#include <BALL/VIEW/WIDGETS/gridColorWidget.h>
Signals | |
void | autoScaleRequested () |
Public Member Functions | |
GridColorWidget (QWidget *parent) | |
void | setMinValue (float minValue) |
float | getMinValue () const |
void | setMidValue (float midValue) |
float | getMidValue () const |
void | setMaxValue (float maxValue) |
float | getMaxValue () const |
void | setTransparencyEnabled (bool enabled) |
bool | isTransparencyEnabled () const |
void | setNormalizationEnabled (bool enabled) |
bool | isNormalizationEnabled () const |
ColorRGBA | getMinMinColor () const |
ColorRGBA | getMinColor () const |
ColorRGBA | getMidColor () const |
ColorRGBA | getMaxColor () const |
ColorRGBA | getMaxMaxColor () const |
int | getNumLevels () const |
Protected Slots | |
void | transparencyToggled (bool enabled) |
void | normalizationToggled (bool enabled) |
void | validateText (QString str) |
void | minMinColorChanged (QColor color) |
void | minColorChanged (QColor color) |
void | midColorChanged (QColor color) |
void | maxColorChanged (QColor color) |
void | maxMaxColorChanged (QColor color) |
void | minMinAlphaChanged (int value) |
void | minAlphaChanged (int value) |
void | midAlphaChanged (int value) |
void | maxAlphaChanged (int value) |
void | maxMaxAlphaChanged (int value) |
Protected Member Functions | |
void | setTransparency_ (int value, ColorButton *button) |
void | setTransparency_ (const QColor &color, QSpinBox *box) |
Protected Attributes | |
Ui::GridColorWidget | ui |
Definition at line 10 of file gridColorWidget.h.
BALL::VIEW::GridColorWidget::GridColorWidget | ( | QWidget * | parent | ) |
void BALL::VIEW::GridColorWidget::autoScaleRequested | ( | ) | [signal] |
int BALL::VIEW::GridColorWidget::getNumLevels | ( | ) | const |
void BALL::VIEW::GridColorWidget::maxAlphaChanged | ( | int | value | ) | [protected, slot] |
void BALL::VIEW::GridColorWidget::maxColorChanged | ( | QColor | color | ) | [protected, slot] |
void BALL::VIEW::GridColorWidget::maxMaxAlphaChanged | ( | int | value | ) | [protected, slot] |
void BALL::VIEW::GridColorWidget::maxMaxColorChanged | ( | QColor | color | ) | [protected, slot] |
void BALL::VIEW::GridColorWidget::midAlphaChanged | ( | int | value | ) | [protected, slot] |
void BALL::VIEW::GridColorWidget::midColorChanged | ( | QColor | color | ) | [protected, slot] |
void BALL::VIEW::GridColorWidget::minAlphaChanged | ( | int | value | ) | [protected, slot] |
void BALL::VIEW::GridColorWidget::minColorChanged | ( | QColor | color | ) | [protected, slot] |
void BALL::VIEW::GridColorWidget::minMinAlphaChanged | ( | int | value | ) | [protected, slot] |
void BALL::VIEW::GridColorWidget::minMinColorChanged | ( | QColor | color | ) | [protected, slot] |
void BALL::VIEW::GridColorWidget::normalizationToggled | ( | bool | enabled | ) | [protected, slot] |
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 | ) | [protected, slot] |
void BALL::VIEW::GridColorWidget::validateText | ( | QString | str | ) | [protected, slot] |
Ui::GridColorWidget BALL::VIEW::GridColorWidget::ui [protected] |
Definition at line 64 of file gridColorWidget.h.