![]() |
0.5.0
|
Combo representing an enumeration. More...
Go to the source code of this file.
Namespaces | |
| namespace | NAV |
| namespace | NAV::gui |
| namespace | NAV::gui::widgets |
Functions | |
| template<typename T> | |
| bool | NAV::gui::widgets::EnumCombo (const char *label, T &enumeration, size_t startIdx=0) |
| Combo representing an enumeration. | |
| template<typename T> | |
| bool | NAV::gui::widgets::EnumCombo (const char *label, T &enumeration1, T &enumeration2, const char *previewAppendix="") |
| Combo representing two enumerations. Values will be displayed appended and set to the same value. | |