VAPOR3
3.9.4
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Variables
Typedefs
Enumerations
Enumerator
a
f
g
m
n
o
p
s
t
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
a
c
d
e
f
g
h
l
m
o
p
r
s
t
v
x
Enumerator
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Related Functions
_
c
d
f
o
p
r
s
t
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
Functions
_
c
d
h
m
o
p
r
u
v
Variables
Typedefs
Enumerations
Enumerator
a
c
h
p
r
s
t
u
v
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
apps
vaporgui
PDoubleInput.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
PLineItem.h
"
4
//#include "VaporWidgetsFwd.h"
5
6
class
VLineEdit_Deprecated
;
7
11
12
class
PDoubleInput
:
public
PLineItem
{
13
Q_OBJECT
14
15
VLineEdit_Deprecated
*_doubleInput;
16
17
public
:
18
PDoubleInput
(
const
std::string &tag,
const
std::string &label =
""
);
19
20
protected
:
21
void
updateGUI
()
const override
;
22
23
private
slots:
24
void
doubleInputValueChanged(
const
std::string &v);
25
};
PLineItem.h
PDoubleInput
Definition:
PDoubleInput.h:12
PDoubleInput::PDoubleInput
PDoubleInput(const std::string &tag, const std::string &label="")
PDoubleInput::updateGUI
void updateGUI() const override
PLineItem
Definition:
PLineItem.h:9
VLineEdit_Deprecated
Definition:
VLineEdit_Deprecated.h:20
Generated by
1.9.6