VAPOR3 3.9.4
TFHistogramInfoWidget.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
15public:
16 TFHistogramInfoWidget(const std::string &variableNameTag);
17
18public slots:
19 void SetControlPoint(float value);
20 void Deselect();
21};
TFHistogramInfoWidget(const std::string &variableNameTag)
void SetControlPoint(float value)
TFInfoWidget(const std::string &variableNameTag)