class
#include <Spore/UTFWin/ISlider.h>
ISlider
Contents
Base classes
- class UTFWinObject
Public static variables
- static const uint32_t TYPE
Public functions
- auto ToWindow() -> IWindow* pure virtual
- void SetOrientation(Orientation value) pure virtual
- Set orientation of the slider.
- auto GetOrientation() -> Orientation pure virtual
- Get orientation of the slider.
- void SetValue(int value, int arg_4) pure virtual
- Set current value.
- auto GetValue() -> int pure virtual
- Get current value.
- void SetMinValue(int value, int arg_4) pure virtual
- Set minimum value of the slider.
- auto GetMinValue() -> int pure virtual
- Get minimum value of the slider.
- void SetMaxValue(int value, int arg_4) pure virtual
- Set maximum value of the slider.
- auto GetMaxValue() -> int pure virtual
- Get maximum value of the slider.
- void SetSliderDrawable(ISliderDrawable* drawable) pure virtual
- Set object to render slider appearance.
- auto GetSliderDrawable() -> ISliderDrawable* pure virtual
- Get object to render slider appearance.