Nuclide
Software Development Kit for id Tech
|
VGUI Widget: Radio Button. More...
Public Member Functions | |
void | VGUIRadio (void) |
nonvirtual void | SetTitle (string) |
nonvirtual int | GetValue (void) |
nonvirtual void | SetValue (int) |
nonvirtual void | SetFunc (void(void)) |
virtual void | Draw (void) |
Called in order to draw the widget. More... | |
virtual | bool (float, float, float, float) Input |
virtual void | Spawned (void) |
Called when the widget has fully initialized. More... | |
VGUI Widget: Radio Button.
Called in order to draw the widget.
Reimplemented from VGUIWidget.
int VGUIRadio::GetValue | ( | void | ) |
void VGUIRadio::SetValue | ( | int | iValue | ) |
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.