Nuclide
Software Development Kit for id Technology (BETA)
vguiRadio Class Reference

About this class

VGUI Widget: Radio Button.

Inheritance diagram for vguiRadio:
vguiWidget

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 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...
 

Constructor & Destructor Documentation

◆ vguiRadio()

void vguiRadio::vguiRadio ( void  )

Member Function Documentation

◆ Draw()

void vguiRadio::Draw ( void  )
virtual

Called in order to draw the widget.

Reimplemented from vguiWidget.

◆ GetValue()

int vguiRadio::GetValue ( void  )

◆ Input()

bool vguiRadio::Input ( float  flEVType,
float  flKey,
float  flChar,
float  flDevID 
)
virtual

Called whenever an input event gets directed to the widget.

Reimplemented from vguiWidget.

◆ SetFunc()

void vguiRadio::SetFunc ( void(void)  vFunc)

◆ SetTitle()

void vguiRadio::SetTitle ( string  strName)

◆ SetValue()

void vguiRadio::SetValue ( int  iValue)

◆ Spawned()

void vguiRadio::Spawned ( void  )
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.


The documentation for this class was generated from the following file: