VAPOR3 3.9.4
PDoubleInput.h
Go to the documentation of this file.
1#pragma once
2
3#include "PLineItem.h"
4//#include "VaporWidgetsFwd.h"
5
7
11
12class PDoubleInput : public PLineItem {
13 Q_OBJECT
14
15 VLineEdit_Deprecated *_doubleInput;
16
17public:
18 PDoubleInput(const std::string &tag, const std::string &label = "");
19
20protected:
21 void updateGUI() const override;
22
23private slots:
24 void doubleInputValueChanged(const std::string &v);
25};
PDoubleInput(const std::string &tag, const std::string &label="")
void updateGUI() const override