|
SpaghettiKart
|
#include <UIWidgets.h>
Public Member Functions | |
| IntSliderOptions & | ShowButtons (bool showButtons_) |
| IntSliderOptions & | Format (const char *format_) |
| IntSliderOptions & | Step (int32_t step_) |
| IntSliderOptions & | Min (int32_t min_) |
| IntSliderOptions & | Max (int32_t max_) |
| IntSliderOptions & | DefaultValue (int32_t defaultValue_) |
| IntSliderOptions & | ComponentAlignment (ComponentAlignment alignment_) |
| IntSliderOptions & | LabelPosition (LabelPosition labelPosition_) |
| IntSliderOptions & | Tooltip (const char *tooltip_) |
| IntSliderOptions & | 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 | showButtons = true |
| const char * | format = "%d" |
| int32_t | step = 1 |
| int32_t | min = 1 |
| int32_t | max = 10 |
| int32_t | defaultValue = 1 |
| ComponentAlignment | alignment = ComponentAlignment::Left |
| LabelPosition | labelPosition = LabelPosition::Above |
| Colors | color = Colors::Gray |
| ImGuiSliderFlags | flags = 0 |
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 |
|
inline |
|
inline |
|
inline |
|
inline |
| ComponentAlignment UIWidgets::IntSliderOptions::alignment = ComponentAlignment::Left |
| Colors UIWidgets::IntSliderOptions::color = Colors::Gray |
| int32_t UIWidgets::IntSliderOptions::defaultValue = 1 |
| ImGuiSliderFlags UIWidgets::IntSliderOptions::flags = 0 |
| const char* UIWidgets::IntSliderOptions::format = "%d" |
| LabelPosition UIWidgets::IntSliderOptions::labelPosition = LabelPosition::Above |
| int32_t UIWidgets::IntSliderOptions::max = 10 |
| int32_t UIWidgets::IntSliderOptions::min = 1 |
| bool UIWidgets::IntSliderOptions::showButtons = true |
| int32_t UIWidgets::IntSliderOptions::step = 1 |