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