#include <UIWidgets.h>
◆ Color()
◆ ComponentAlignment()
◆ DefaultValue()
IntSliderOptions & UIWidgets::IntSliderOptions::DefaultValue |
( |
int32_t | defaultValue_ | ) |
|
|
inline |
◆ Format()
◆ LabelPosition()
◆ Max()
◆ Min()
◆ ShowButtons()
IntSliderOptions & UIWidgets::IntSliderOptions::ShowButtons |
( |
bool | showButtons_ | ) |
|
|
inline |
◆ Step()
◆ Tooltip()
IntSliderOptions & UIWidgets::IntSliderOptions::Tooltip |
( |
const char * | tooltip_ | ) |
|
|
inline |
◆ alignment
◆ color
◆ defaultValue
int32_t UIWidgets::IntSliderOptions::defaultValue = 1 |
◆ flags
ImGuiSliderFlags UIWidgets::IntSliderOptions::flags = 0 |
◆ format
const char* UIWidgets::IntSliderOptions::format = "%d" |
◆ labelPosition
◆ max
int32_t UIWidgets::IntSliderOptions::max = 10 |
◆ min
int32_t UIWidgets::IntSliderOptions::min = 1 |
◆ showButtons
bool UIWidgets::IntSliderOptions::showButtons = true |
◆ step
int32_t UIWidgets::IntSliderOptions::step = 1 |
The documentation for this struct was generated from the following file: