UTFWin::ISlider class

Base classes

class UTFWinObject

Public static variables

static const uint32_t TYPE

Public functions

auto ToWindow() -> IWindow* pure virtual
auto SetOrientation(Orientation value) -> void pure virtual
Set orientation of the slider.
auto GetOrientation() -> Orientation pure virtual
Get orientation of the slider.
auto SetValue(int value, int arg_4) -> void pure virtual
Set current value.
auto GetValue() -> int pure virtual
Get current value.
auto SetMinValue(int value, int arg_4) -> void pure virtual
Set minimum value of the slider.
auto GetMinValue() -> int pure virtual
Get minimum value of the slider.
auto SetMaxValue(int value, int arg_4) -> void pure virtual
Set maximum value of the slider.
auto GetMaxValue() -> int pure virtual
Get maximum value of the slider.
auto SetSliderDrawable(ISliderDrawable* drawable) -> void pure virtual
Set object to render slider appearance.
auto GetSliderDrawable() -> ISliderDrawable* pure virtual
Get object to render slider appearance.