Nuclide
Software Development Kit for id Technology
VGUICommandButton Class Reference

About this class

VGUI Widget: Command Menu Button.

Inheritance diagram for VGUICommandButton:
VGUIButton

Public Member Functions

void VGUICommandButton (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...
 
nonvirtual bool WillDisplay (void)
 
nonvirtual void SetMapCondition (string)
 
nonvirtual void SetTeamCondition (string)
 
nonvirtual void SetClassCondition (string)
 
nonvirtual void SetClientCommand (string)
 

Constructor & Destructor Documentation

◆ VGUICommandButton()

void VGUICommandButton::VGUICommandButton ( void  )

Member Function Documentation

◆ Draw()

void VGUICommandButton::Draw ( void  )
virtual

Called in order to draw the widget.

Reimplemented from VGUIButton.

◆ Input()

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

Called whenever an input event gets directed to the widget.

Reimplemented from VGUIButton.

◆ SetClassCondition()

void VGUICommandButton::SetClassCondition ( string  condition)

◆ SetClientCommand()

void VGUICommandButton::SetClientCommand ( string  condition)

◆ SetMapCondition()

void VGUICommandButton::SetMapCondition ( string  condition)

◆ SetTeamCondition()

void VGUICommandButton::SetTeamCondition ( string  condition)

◆ WillDisplay()

bool VGUICommandButton::WillDisplay ( void  )

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