Abstract class than can be set/overriden to customize to final appearance of GUI widgets.
|
| virtual void | vguiTheme (void) |
| |
| virtual void | DrawBorder (vector, vector, VGUIBorderStyle_t, vguiColor) |
| | Draw a border at the specified position, size and VGUIBorderStyle_t.
|
| |
| virtual void | DrawControlBackground (vector, vector, VGUIDrawState_t) |
| | Draw a control item background at the specified position, size and VGUIDrawState_t.
|
| |
| virtual void | DrawTextBackground (vector, vector, VGUIDrawState_t) |
| | Draw a text field background at the specified position, size and VGUIDrawState_t.
|
| |
| virtual void | DrawWindowBackground (vector, vector, VGUIDrawState_t) |
| | Draw a window background at the specified position, size and VGUIDrawState_t.
|
| |
| virtual void | DrawWindowTitle (vector, vector, string, string, font_s, VGUIDrawState_t) |
| | Draw a window background at the specified position, size and VGUIDrawState_t.
|
| |
| virtual void | DrawButton (vector, vector, VGUIDrawState_t) |
| | Draw a button body at the specified position, size and VGUIDrawState_t.
|
| |
| virtual void | DrawScroller (vector, vector, VGUIDrawState_t) |
| | Draw a scroller at the specified position, size and VGUIDrawState_t.
|
| |
| virtual void | DrawScrollbar (vector, vector, VGUIDrawState_t) |
| | Draw a scrollbar at the specified position, size and VGUIDrawState_t.
|
| |
| virtual void | DrawProgressIndicator (vector, vector, float, VGUIDrawState_t) |
| | Draw a progress indicator at the specified position, size and VGUIDrawState_t.
|
| |
| virtual void | DrawText (vector, string, vector, font_s) |
| | Draws generic text onto a widget.
|
| |
| virtual void | DrawWindow (vector, vector, VGUIDrawState_t) |
| | Draw a window body.
|
| |