|
SpaghettiKart
|
#include <UIWidgets.h>
Public Member Functions | |
| ComboboxOptions & | ComboMap (std::unordered_map< int32_t, const char * > comboMap_) |
| ComboboxOptions & | DefaultIndex (uint32_t defaultIndex_) |
| ComboboxOptions & | ComponentAlignment (ComponentAlignment alignment_) |
| ComboboxOptions & | LabelPosition (LabelPosition labelPosition_) |
| ComboboxOptions & | Tooltip (const char *tooltip_) |
| ComboboxOptions & | Color (Colors color_) |
Public Member Functions inherited from UIWidgets::WidgetOptions | |
| WidgetOptions & | Color (Colors color_) |
| WidgetOptions & | Tooltip (const char *tooltip_) |
| WidgetOptions & | Disabled (bool disabled_) |
Data Fields | |
| std::unordered_map< int32_t, const char * > | comboMap = {} |
| uint32_t | defaultIndex = 0 |
| ComponentAlignment | alignment = ComponentAlignment::Left |
| LabelPosition | labelPosition = LabelPosition::Above |
| ImGuiComboFlags | flags = 0 |
| Colors | color = Colors::LightBlue |
Data Fields inherited from UIWidgets::WidgetOptions | |
| const char * | tooltip = "" |
| bool | disabled = false |
| const char * | disabledTooltip = "" |
| Colors | color = Colors::NoColor |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| ComponentAlignment UIWidgets::ComboboxOptions::alignment = ComponentAlignment::Left |
| Colors UIWidgets::ComboboxOptions::color = Colors::LightBlue |
| std::unordered_map<int32_t, const char*> UIWidgets::ComboboxOptions::comboMap = {} |
| uint32_t UIWidgets::ComboboxOptions::defaultIndex = 0 |
| ImGuiComboFlags UIWidgets::ComboboxOptions::flags = 0 |
| LabelPosition UIWidgets::ComboboxOptions::labelPosition = LabelPosition::Above |