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
PCheckbox.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
PLineItem.h
"
4
5
class
VCheckBox
;
6
10
11
class
PCheckbox
:
public
PLineItem
{
12
Q_OBJECT
13
14
VCheckBox
*_vcheckbox;
15
16
public
:
17
PCheckbox
(
const
std::string &tag,
const
std::string &label =
""
);
18
19
protected
:
20
void
updateGUI
()
const override
;
21
22
private
slots:
23
void
checkboxStateChanged(
bool
on);
24
};
PLineItem.h
PCheckbox
Definition:
PCheckbox.h:11
PCheckbox::updateGUI
void updateGUI() const override
PCheckbox::PCheckbox
PCheckbox(const std::string &tag, const std::string &label="")
PLineItem
Definition:
PLineItem.h:9
VCheckBox
Definition:
VCheckBox.h:15
Generated by
1.9.6