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
PStringDropdownHLI.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
PWidgetHLI.h
"
4
#include "
PStringDropdown.h
"
5
6
template
<
class
P>
class
PStringDropdownHLI
:
public
PStringDropdown
,
public
PWidgetHLIBase
<P, std::string> {
7
public
:
8
PStringDropdownHLI
(
const
std::string &label,
const
std::vector<std::string> &items,
typename
PWidgetHLIBase<P, std::string>::GetterType
getter,
9
typename
PWidgetHLIBase<P, std::string>::SetterType
setter)
10
:
PStringDropdown
(
""
, items, label),
PWidgetHLIBase
<P, std::string>((
PWidget
*)this, getter, setter)
11
{
12
}
13
};
PStringDropdown.h
PWidgetHLI.h
PStringDropdownHLI
Definition:
PStringDropdownHLI.h:6
PStringDropdownHLI::PStringDropdownHLI
PStringDropdownHLI(const std::string &label, const std::vector< std::string > &items, typename PWidgetHLIBase< P, std::string >::GetterType getter, typename PWidgetHLIBase< P, std::string >::SetterType setter)
Definition:
PStringDropdownHLI.h:8
PStringDropdown
Definition:
PStringDropdown.h:13
PWidgetHLIBase
Definition:
PWidget.h:16
PWidget
Definition:
PWidget.h:24
Generated by
1.9.6