Nuclide
Software Development Kit for id Technology (BETA)
Loading...
Searching...
No Matches
vguiCheckbox Class Reference

About this class

VGUI Widget: Checkbox.

Inheritance diagram for vguiCheckbox:
vguiWidget

Public Member Functions

void vguiCheckbox (void)
 
nonvirtual void SetTitle (string)
 
nonvirtual int GetValue (void)
 
nonvirtual void SetValue (int)
 
virtual void Draw (void)
 Called in order to draw the widget.
 
virtual bool Input (float, float, float, float)
 Called whenever an input event gets directed to the widget.
 
virtual void Spawned (void)
 Called when the widget has fully initialized.
 

Constructor & Destructor Documentation

◆ vguiCheckbox()

void vguiCheckbox::vguiCheckbox ( void )

Member Function Documentation

◆ Draw()

void vguiCheckbox::Draw ( void )
virtual

Called in order to draw the widget.

Reimplemented from vguiWidget.

◆ GetValue()

int vguiCheckbox::GetValue ( void )

◆ Input()

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

Called whenever an input event gets directed to the widget.

Reimplemented from vguiWidget.

◆ SetTitle()

void vguiCheckbox::SetTitle ( string strName)

◆ SetValue()

void vguiCheckbox::SetValue ( int iValue)

◆ Spawned()

void vguiCheckbox::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: