#include <Slider.h>
◆ Slider()
◆ ~Slider()
◆ Commands()
void UI::Slider::Commands |
( |
nk_context * |
ctx | ) |
|
|
overridevirtual |
The draw commands for the slider
- Parameters
-
ctx | - The nuklear context to draw to |
Implements UI::CanvasItem.
◆ GetCurValue()
float UI::Slider::GetCurValue |
( |
| ) |
|
|
inline |
◆ SetBarActiveColor()
void UI::Slider::SetBarActiveColor |
( |
glm::vec4 |
color | ) |
|
|
inline |
◆ SetBarFillColor()
void UI::Slider::SetBarFillColor |
( |
glm::vec4 |
color | ) |
|
|
inline |
◆ SetBarHeight()
void UI::Slider::SetBarHeight |
( |
float |
height | ) |
|
|
inline |
◆ SetBarHoverColor()
void UI::Slider::SetBarHoverColor |
( |
glm::vec4 |
color | ) |
|
|
inline |
◆ SetBarNormalColor()
void UI::Slider::SetBarNormalColor |
( |
glm::vec4 |
color | ) |
|
|
inline |
◆ SetCursorActiveColor()
void UI::Slider::SetCursorActiveColor |
( |
glm::vec4 |
color | ) |
|
|
inline |
◆ SetCursorHoverColor()
void UI::Slider::SetCursorHoverColor |
( |
glm::vec4 |
color | ) |
|
|
inline |
◆ SetCursorNormalColor()
void UI::Slider::SetCursorNormalColor |
( |
glm::vec4 |
color | ) |
|
|
inline |
◆ SetCursorSize()
void UI::Slider::SetCursorSize |
( |
glm::vec2 |
size | ) |
|
|
inline |
◆ SetMaxValue()
void UI::Slider::SetMaxValue |
( |
float |
maxValue | ) |
|
|
inline |
◆ SetMinValue()
void UI::Slider::SetMinValue |
( |
float |
minValue | ) |
|
|
inline |
◆ SetStep()
void UI::Slider::SetStep |
( |
float |
step | ) |
|
|
inline |
◆ m_barHeight
float UI::Slider::m_barHeight |
|
protected |
◆ m_cursorSize
struct nk_vec2 UI::Slider::m_cursorSize |
|
protected |
◆ m_curValue
float UI::Slider::m_curValue |
|
protected |
◆ m_maxValue
float UI::Slider::m_maxValue |
|
protected |
◆ m_minValue
float UI::Slider::m_minValue |
|
protected |
◆ m_sliderBarActive
nk_color UI::Slider::m_sliderBarActive |
|
protected |
◆ m_sliderBarFill
nk_color UI::Slider::m_sliderBarFill |
|
protected |
◆ m_sliderBarHover
nk_color UI::Slider::m_sliderBarHover |
|
protected |
◆ m_sliderBarNormal
nk_color UI::Slider::m_sliderBarNormal |
|
protected |
◆ m_sliderCursorActive
nk_color UI::Slider::m_sliderCursorActive |
|
protected |
◆ m_sliderCursorHover
nk_color UI::Slider::m_sliderCursorHover |
|
protected |
◆ m_sliderCursorNormal
nk_color UI::Slider::m_sliderCursorNormal |
|
protected |
◆ m_step
The documentation for this class was generated from the following files:
- D:/RIT/FALCON_ENGINE/Falcon/Falcon/Rendering/PipeLine/CanvasItems/Slider.h
- D:/RIT/FALCON_ENGINE/Falcon/Falcon/Rendering/PipeLine/CanvasItems/Slider.cpp