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
PSection.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
PWidget.h
"
4
#include "
PGroup.h
"
5
6
class
VSection
;
7
12
13
class
PSection
:
public
PWidget
{
14
Q_OBJECT
15
16
VSection
*_vsection;
17
PGroup
* _pgroup;
18
19
public
:
20
PSection
(
const
std::string &label =
""
,
const
PGroup::List
&widgets = {});
22
PSection
*
Add
(
PWidget
*pw);
23
PSection
*
Add
(
const
PGroup::List
&widgets);
24
25
protected
:
26
void
updateGUI
()
const override
;
27
};
PGroup.h
PWidget.h
AbstractWidgetGroup::List
std::initializer_list< Widget * > List
Definition:
AbstractWidgetGroup.h:15
PGroup
Definition:
PGroup.h:14
PSection
Definition:
PSection.h:13
PSection::Add
PSection * Add(const PGroup::List &widgets)
PSection::updateGUI
void updateGUI() const override
PSection::PSection
PSection(const std::string &label="", const PGroup::List &widgets={})
PSection::Add
PSection * Add(PWidget *pw)
Adds a widget.
PWidget
Definition:
PWidget.h:24
VSection
Definition:
VSection.h:18
Generated by
1.9.6