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

#include <UIWidgets.h>

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

Public Member Functions

CheckboxOptionsDefaultValue (bool defaultValue_)
 
CheckboxOptionsComponentAlignment (ComponentAlignment alignment_)
 
CheckboxOptionsLabelPosition (LabelPosition labelPosition_)
 
CheckboxOptionsTooltip (const char *tooltip_)
 
CheckboxOptionsColor (Colors color_)
 
- Public Member Functions inherited from UIWidgets::WidgetOptions
WidgetOptionsColor (Colors color_)
 
WidgetOptionsTooltip (const char *tooltip_)
 
WidgetOptionsDisabled (bool disabled_)
 

Data Fields

bool defaultValue = false
 
ComponentAlignment alignment = ComponentAlignment::Left
 
LabelPosition labelPosition = LabelPosition::Near
 
Colors color = WidgetOptions::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()

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

◆ ComponentAlignment()

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

◆ DefaultValue()

CheckboxOptions & UIWidgets::CheckboxOptions::DefaultValue ( bool defaultValue_)
inline

◆ LabelPosition()

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

◆ Tooltip()

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

Field Documentation

◆ alignment

ComponentAlignment UIWidgets::CheckboxOptions::alignment = ComponentAlignment::Left

◆ color

Colors UIWidgets::CheckboxOptions::color = WidgetOptions::color = Colors::LightBlue

◆ defaultValue

bool UIWidgets::CheckboxOptions::defaultValue = false

◆ labelPosition

LabelPosition UIWidgets::CheckboxOptions::labelPosition = LabelPosition::Near

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