Nuclide
Software Development Kit for id Tech
|
VGUI Widget: Scrollbar. More...
Public Member Functions | |
void | VGUIScrollbar (void) |
nonvirtual void | SetLength (int) |
Sets the ??? More... | |
nonvirtual int | GetLength (void) |
nonvirtual void | SetMin (float) |
nonvirtual float | GetMin (void) |
nonvirtual void | SetMax (float) |
nonvirtual float | GetMax (void) |
nonvirtual void | SetStep (float) |
nonvirtual float | GetStep (void) |
nonvirtual void | SetValue (float, int) |
nonvirtual float | GetValue (void) |
nonvirtual void | CallOnChange (void(void)) |
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... | |
VGUI Widget: Scrollbar.
Called in order to draw the widget.
Reimplemented from VGUIWidget.
int VGUIScrollbar::GetLength | ( | void | ) |
Called whenever an input event gets directed to the widget.
Reimplemented from VGUIWidget.
void VGUIScrollbar::SetLength | ( | int | iLength | ) |
Sets the ???