0.4.1
Loading...
Searching...
No Matches
EnumCombo.hpp File Reference

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.
 

Detailed Description

Combo representing an enumeration.

Author
T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
Date
2023-01-31

Definition in file EnumCombo.hpp.