|
SpaghettiKart
|
#include <UIWidgets.h>
Public Member Functions | |
| CheckboxOptions & | DefaultValue (bool defaultValue_) |
| CheckboxOptions & | ComponentAlignment (ComponentAlignment alignment_) |
| CheckboxOptions & | LabelPosition (LabelPosition labelPosition_) |
| CheckboxOptions & | Tooltip (const char *tooltip_) |
| CheckboxOptions & | 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 | |
| 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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| ComponentAlignment UIWidgets::CheckboxOptions::alignment = ComponentAlignment::Left |
| Colors UIWidgets::CheckboxOptions::color = WidgetOptions::color = Colors::LightBlue |
| bool UIWidgets::CheckboxOptions::defaultValue = false |
| LabelPosition UIWidgets::CheckboxOptions::labelPosition = LabelPosition::Near |