Nuclide
Software Development Kit for id Tech
|
VGUI Widget: Label. More...
Public Member Functions | |
void | VGUILabel (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... | |
virtual void | SetTextSize (int) |
VGUI Widget: Label.
Called in order to draw the widget.
Reimplemented from VGUIWidget.
Called whenever an input event gets directed to the widget.
Reimplemented from VGUIWidget.
|
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.