![]() |
Nuclide
Software Development Kit for id Technology (BETA)
|
VGUI Widget: Slider.
Public Member Functions | |
| void | vguiSlider (void) |
| nonvirtual void | SetTitle (string) |
| virtual void | Draw (void) |
| Called in order to draw the widget. | |
| virtual bool | Input (float, float, float, float) |
| Called whenever an input event gets directed to the widget. | |
| virtual void | Spawned (void) |
| Called when the widget has fully initialized. | |
| void vguiSlider::vguiSlider | ( | void | ) |
|
virtual |
Called in order to draw the widget.
Reimplemented from vguiWidget.
|
virtual |
Called whenever an input event gets directed to the widget.
Reimplemented from vguiWidget.
| void vguiSlider::SetTitle | ( | string | strName | ) |
|
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.