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

#include <UIWidgets.h>

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

Public Member Functions

IntSliderOptionsShowButtons (bool showButtons_)
 
IntSliderOptionsFormat (const char *format_)
 
IntSliderOptionsStep (int32_t step_)
 
IntSliderOptionsMin (int32_t min_)
 
IntSliderOptionsMax (int32_t max_)
 
IntSliderOptionsDefaultValue (int32_t defaultValue_)
 
IntSliderOptionsComponentAlignment (ComponentAlignment alignment_)
 
IntSliderOptionsLabelPosition (LabelPosition labelPosition_)
 
IntSliderOptionsTooltip (const char *tooltip_)
 
IntSliderOptionsColor (Colors color_)
 
- Public Member Functions inherited from UIWidgets::WidgetOptions
WidgetOptionsColor (Colors color_)
 
WidgetOptionsTooltip (const char *tooltip_)
 
WidgetOptionsDisabled (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
 

Member Function Documentation

◆ Color()

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

◆ ComponentAlignment()

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

◆ DefaultValue()

IntSliderOptions & UIWidgets::IntSliderOptions::DefaultValue ( int32_t defaultValue_)
inline

◆ Format()

IntSliderOptions & UIWidgets::IntSliderOptions::Format ( const char * format_)
inline

◆ LabelPosition()

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

◆ Max()

IntSliderOptions & UIWidgets::IntSliderOptions::Max ( int32_t max_)
inline

◆ Min()

IntSliderOptions & UIWidgets::IntSliderOptions::Min ( int32_t min_)
inline

◆ ShowButtons()

IntSliderOptions & UIWidgets::IntSliderOptions::ShowButtons ( bool showButtons_)
inline

◆ Step()

IntSliderOptions & UIWidgets::IntSliderOptions::Step ( int32_t step_)
inline

◆ Tooltip()

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

Field Documentation

◆ alignment

ComponentAlignment UIWidgets::IntSliderOptions::alignment = ComponentAlignment::Left

◆ color

Colors UIWidgets::IntSliderOptions::color = Colors::Gray

◆ defaultValue

int32_t UIWidgets::IntSliderOptions::defaultValue = 1

◆ flags

ImGuiSliderFlags UIWidgets::IntSliderOptions::flags = 0

◆ format

const char* UIWidgets::IntSliderOptions::format = "%d"

◆ labelPosition

LabelPosition UIWidgets::IntSliderOptions::labelPosition = LabelPosition::Above

◆ 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: