VAPOR3 3.9.4
TFIsoValueInfoWidget.h
Go to the documentation of this file.
1#pragma once
2
3#include "TFInfoWidget.h"
4#include <QLineEdit>
5
6namespace VAPoR {
7class RenderParams;
8}
9
11 Q_OBJECT
12
14
15protected:
17
18signals:
19 void ControlPointChanged(float value);
20
21public slots:
22 void SetControlPoint(float value);
23 void Deselect();
24};
TFInfoWidget(const std::string &variableNameTag)
void SetControlPoint(float value)
void ControlPointChanged(float value)