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
PGroup.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
PWidget.h
"
4
#include "
AbstractWidgetGroup.h
"
5
#include <vector>
6
#include "
VGroup.h
"
7
8
class
VGroup
;
9
13
14
class
PGroup
:
public
PWidget
,
public
WidgetGroupWrapper
<PGroup, PWidget, VGroup> {
15
Q_OBJECT
16
17
VGroup
*_widget;
18
19
public
:
20
PGroup
();
21
PGroup
(
const
List
&widgets);
22
23
protected
:
24
PGroup
(
VGroup
*w);
25
void
updateGUI
()
const override
;
26
};
27
31
32
class
PSubGroup
:
public
PGroup
{
33
Q_OBJECT
34
35
public
:
36
PSubGroup
();
37
PSubGroup
(
const
List
&widgets);
38
};
AbstractWidgetGroup.h
PWidget.h
VGroup.h
AbstractWidgetGroup::List
std::initializer_list< Widget * > List
Definition:
AbstractWidgetGroup.h:15
PGroup
Definition:
PGroup.h:14
PGroup::PGroup
PGroup()
PGroup::updateGUI
void updateGUI() const override
PGroup::PGroup
PGroup(VGroup *w)
PGroup::PGroup
PGroup(const List &widgets)
PSubGroup
Definition:
PGroup.h:32
PSubGroup::PSubGroup
PSubGroup()
PSubGroup::PSubGroup
PSubGroup(const List &widgets)
PWidget
Definition:
PWidget.h:24
VGroup
Definition:
VGroup.h:11
WidgetGroupWrapper
Automates the creation of widget groups that wrap other widget groups.
Definition:
AbstractWidgetGroup.h:36
Generated by
1.9.6