|
| void | vguiSlider (void) |
| |
| nonvirtual void | SetValue (float) |
| |
| nonvirtual float | GetValue (void) |
| |
| nonvirtual void | SetTitle (string) |
| |
| virtual void | Draw (void) |
| | Called in order to draw the widget. More...
|
| |
| virtual bool | Input (float, float, float, float) |
| | Called whenever an input event gets directed to the widget. More...
|
| |
| virtual void | Spawned (void) |
| | Called when the widget has fully initialized. More...
|
| |
◆ vguiSlider()
| void vguiSlider::vguiSlider |
( |
void |
| ) |
|
◆ Draw()
| void vguiSlider::Draw |
( |
void |
| ) |
|
|
virtual |
Called in order to draw the widget.
Reimplemented from vguiWidget.
◆ GetValue()
| float vguiSlider::GetValue |
( |
void |
| ) |
|
◆ Input()
| bool vguiSlider::Input |
( |
float |
flEVType, |
|
|
float |
flKey, |
|
|
float |
flChar, |
|
|
float |
flDevID |
|
) |
| |
|
virtual |
Called whenever an input event gets directed to the widget.
Reimplemented from vguiWidget.
◆ SetTitle()
| void vguiSlider::SetTitle |
( |
string |
newTitle | ) |
|
◆ SetValue()
| void vguiSlider::SetValue |
( |
float |
val | ) |
|
◆ Spawned()
| void vguiSlider::Spawned |
( |
void |
| ) |
|
|
virtual |
Called when the widget has fully initialized.
When you override this, you may call super::Spawned(); to ensure the parent classes get to finish initializing also.
Reimplemented from vguiWidget.
The documentation for this class was generated from the following file: