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
VRouter.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
VContainer.h
"
4
#include "
AbstractWidgetGroup.h
"
5
#include <QStackedWidget>
6
7
class
VRouter
:
public
VContainer
,
public
AbstractWidgetGroup
<VRouter, QWidget> {
8
Q_OBJECT
9
10
QStackedWidget *_stack;
11
QWidget *_emptyWidget =
nullptr
;
12
13
public
:
14
VRouter
();
15
VRouter
(
List
children);
16
VRouter
*
Add
(QWidget *w)
override
;
17
18
void
Show
(QWidget *w);
19
20
private
:
21
QWidget *emptyWidget();
22
};
AbstractWidgetGroup.h
VContainer.h
AbstractWidgetGroup
Provides an interface that standardizes widget grouping classes.
Definition:
AbstractWidgetGroup.h:10
AbstractWidgetGroup< VRouter, QWidget >::List
std::initializer_list< QWidget * > List
Definition:
AbstractWidgetGroup.h:15
VContainer
Definition:
VContainer.h:5
VRouter
Definition:
VRouter.h:7
VRouter::Add
VRouter * Add(QWidget *w) override
Adds a widget.
VRouter::Show
void Show(QWidget *w)
VRouter::VRouter
VRouter(List children)
VRouter::VRouter
VRouter()
Generated by
1.9.6