|
R-Type
Distributed multiplayer game engine in C++
|
This is the complete list of members for UI::ISlider, including all inherited members.
| ApplyAlignment()=0 | UI::ISlider | pure virtual |
| GetAlign() const =0 | UI::ISlider | pure virtual |
| GetPosition(float &x, float &y) const =0 | UI::ISlider | pure virtual |
| GetSize(float &width, float &height) const =0 | UI::ISlider | pure virtual |
| GetValue() const =0 | UI::ISlider | pure virtual |
| IsEnabled() const =0 | UI::ISlider | pure virtual |
| Render()=0 | UI::ISlider | pure virtual |
| SetAlign(Align align)=0 | UI::ISlider | pure virtual |
| SetEnabled(bool enabled)=0 | UI::ISlider | pure virtual |
| SetFilledColor(unsigned int color)=0 | UI::ISlider | pure virtual |
| SetHandleColor(unsigned int color)=0 | UI::ISlider | pure virtual |
| SetHandleHoverColor(unsigned int color)=0 | UI::ISlider | pure virtual |
| SetMaxValue(float maxValue)=0 | UI::ISlider | pure virtual |
| SetMinValue(float minValue)=0 | UI::ISlider | pure virtual |
| SetOnValueChanged(std::function< void(float)> callback)=0 | UI::ISlider | pure virtual |
| SetPosition(float x, float y)=0 | UI::ISlider | pure virtual |
| SetSize(float width, float height)=0 | UI::ISlider | pure virtual |
| SetTrackColor(unsigned int color)=0 | UI::ISlider | pure virtual |
| SetValue(float value)=0 | UI::ISlider | pure virtual |
| Update()=0 | UI::ISlider | pure virtual |
| ~ISlider()=default | UI::ISlider | virtual |