Nuclide
Software Development Kit for id Tech
VGUIRadio Class Reference
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 (float, float, float, float) Input
 
virtual void Spawned (void)
 Called when the widget has fully initialized. More...
 

Constructor & Destructor Documentation

◆ VGUIRadio()

void VGUIRadio::VGUIRadio ( void  )

Member Function Documentation

◆ bool()

virtual VGUIRadio::bool ( float  ,
float  ,
float  ,
float   
)
virtual

◆ Draw()

void VGUIRadio::Draw ( void  )
virtual

Called in order to draw the widget.

Reimplemented from VGUIWidget.

◆ GetValue()

int VGUIRadio::GetValue ( void  )

◆ 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: