VAPOR3 3.9.4
|
#include <TFHistogramInfoWidget.h>
Public Slots | |
void | SetControlPoint (float value) |
void | Deselect () |
Public Member Functions | |
TFHistogramInfoWidget (const std::string &variableNameTag) | |
Public Member Functions inherited from TFInfoWidget | |
TFInfoWidget (const std::string &variableNameTag) | |
void | Update (VAPoR::RenderParams *rParams) |
void | DeselectControlPoint () |
void | SetNormalizedValue (float value) |
Additional Inherited Members | |
Public Types inherited from TFInfoWidget | |
enum | ValueFormat { Mapped = 0 , Percent = 1 } |
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 () |
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 TFHistogramInfoWidget.h.
TFHistogramInfoWidget::TFHistogramInfoWidget | ( | const std::string & | variableNameTag | ) |
|
slot |
|
slot |