Mario Kart 64
Loading...
Searching...
No Matches
UIWidgets::ComboboxOptions Struct Reference

#include <UIWidgets.h>

Inheritance diagram for UIWidgets::ComboboxOptions:
[legend]
Collaboration diagram for UIWidgets::ComboboxOptions:
[legend]

Public Member Functions

ComboboxOptionsComboMap (std::unordered_map< int32_t, const char * > comboMap_)
 
ComboboxOptionsDefaultIndex (uint32_t defaultIndex_)
 
ComboboxOptionsComponentAlignment (ComponentAlignment alignment_)
 
ComboboxOptionsLabelPosition (LabelPosition labelPosition_)
 
ComboboxOptionsTooltip (const char *tooltip_)
 
ComboboxOptionsColor (Colors color_)
 
- Public Member Functions inherited from UIWidgets::WidgetOptions
WidgetOptionsColor (Colors color_)
 
WidgetOptionsTooltip (const char *tooltip_)
 
WidgetOptionsDisabled (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
 

Member Function Documentation

◆ Color()

ComboboxOptions & UIWidgets::ComboboxOptions::Color ( Colors color_)
inline

◆ ComboMap()

ComboboxOptions & UIWidgets::ComboboxOptions::ComboMap ( std::unordered_map< int32_t, const char * > comboMap_)
inline

◆ ComponentAlignment()

ComboboxOptions & UIWidgets::ComboboxOptions::ComponentAlignment ( ComponentAlignment alignment_)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ DefaultIndex()

ComboboxOptions & UIWidgets::ComboboxOptions::DefaultIndex ( uint32_t defaultIndex_)
inline

◆ LabelPosition()

ComboboxOptions & UIWidgets::ComboboxOptions::LabelPosition ( LabelPosition labelPosition_)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Tooltip()

ComboboxOptions & UIWidgets::ComboboxOptions::Tooltip ( const char * tooltip_)
inline

Field Documentation

◆ alignment

ComponentAlignment UIWidgets::ComboboxOptions::alignment = ComponentAlignment::Left

◆ color

Colors UIWidgets::ComboboxOptions::color = Colors::LightBlue

◆ comboMap

std::unordered_map<int32_t, const char*> UIWidgets::ComboboxOptions::comboMap = {}

◆ defaultIndex

uint32_t UIWidgets::ComboboxOptions::defaultIndex = 0

◆ flags

ImGuiComboFlags UIWidgets::ComboboxOptions::flags = 0

◆ labelPosition

LabelPosition UIWidgets::ComboboxOptions::labelPosition = LabelPosition::Above

The documentation for this struct was generated from the following file: