#include <TFInfoWidget.h>
The TFInfoWidget displays details and allow users to manually edit values for the control points used by the TFMapWidget
Definition at line 16 of file TFInfoWidget.h.
◆ ValueFormat
◆ TFInfoWidget()
TFInfoWidget::TFInfoWidget |
( |
const std::string & |
variableNameTag | ) |
|
◆ controlPointChanged()
virtual void TFInfoWidget::controlPointChanged |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ DeselectControlPoint()
void TFInfoWidget::DeselectControlPoint |
( |
| ) |
|
◆ getValueFromEdit()
float TFInfoWidget::getValueFromEdit |
( |
| ) |
const |
|
protected |
◆ isUsingMappedValue()
bool TFInfoWidget::isUsingMappedValue |
( |
| ) |
const |
|
protected |
◆ isUsingNormalizedValue()
bool TFInfoWidget::isUsingNormalizedValue |
( |
| ) |
const |
|
protected |
◆ paintEvent()
void TFInfoWidget::paintEvent |
( |
QPaintEvent * |
event | ) |
|
|
protected |
◆ SetNormalizedValue()
void TFInfoWidget::SetNormalizedValue |
( |
float |
value | ) |
|
◆ toMappedValue()
float TFInfoWidget::toMappedValue |
( |
float |
normalized | ) |
const |
|
protected |
◆ toNormalizedValue()
float TFInfoWidget::toNormalizedValue |
( |
float |
mapped | ) |
const |
|
protected |
◆ Update()
◆ updateValue()
void TFInfoWidget::updateValue |
( |
| ) |
|
|
protected |
◆ updateValueEditValidator()
void TFInfoWidget::updateValueEditValidator |
( |
| ) |
|
|
protected |
◆ _max
float TFInfoWidget::_max = 1 |
|
protected |
◆ _min
float TFInfoWidget::_min = 0 |
|
protected |
◆ _value
float TFInfoWidget::_value |
|
protected |
◆ _valueEdit
◆ _valueEditType
QComboBox* TFInfoWidget::_valueEditType |
|
protected |
◆ _variableNameTag
const std::string TFInfoWidget::_variableNameTag |
|
protected |
The documentation for this class was generated from the following file: