VAPOR3 3.9.4
|
#include <TFIsoValueInfoWidget.h>
Public Slots | |
void | SetControlPoint (float value) |
void | Deselect () |
Signals | |
void | ControlPointChanged (float value) |
Protected Member Functions | |
void | controlPointChanged () |
Protected Member Functions inherited from TFInfoWidget | |
void | paintEvent (QPaintEvent *event) |
void | updateValue () |
void | updateValueEditValidator () |
bool | isUsingNormalizedValue () const |
bool | isUsingMappedValue () const |
float | toMappedValue (float normalized) const |
float | toNormalizedValue (float mapped) const |
float | getValueFromEdit () const |
virtual void | controlPointChanged () |
Additional Inherited Members | |
Public Types inherited from TFInfoWidget | |
enum | ValueFormat { Mapped = 0 , Percent = 1 } |
Public Member Functions inherited from TFInfoWidget | |
TFInfoWidget (const std::string &variableNameTag) | |
void | Update (VAPoR::RenderParams *rParams) |
void | DeselectControlPoint () |
void | SetNormalizedValue (float value) |
Protected Attributes inherited from TFInfoWidget | |
VDoubleLineEdit * | _valueEdit |
QComboBox * | _valueEditType |
float | _min = 0 |
float | _max = 1 |
float | _value |
const std::string | _variableNameTag |
Definition at line 10 of file TFIsoValueInfoWidget.h.
|
protectedvirtual |
Reimplemented from TFInfoWidget.
|
signal |
|
slot |
|
slot |