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

About this class

VGUI: Console.

A 'portable' console. It takes up less space. Not sure what the benefit of it is besides that.

Inheritance diagram for vguiTool_Console:
vguiWindow

Public Member Functions

void vguiTool_Console (void)
 
virtual void Spawned (void)
 Called when the widget has fully initialized. More...
 
nonvirtual void ConsoleResized (void)
 
virtual void Draw (void)
 Called in order to draw the widget. More...
 
virtual void Submit (void)
 
virtual float Input (float, float, float, float)
 Called whenever an input event gets directed to the widget. More...
 

Constructor & Destructor Documentation

◆ vguiTool_Console()

void vguiTool_Console::vguiTool_Console ( void  )

Member Function Documentation

◆ ConsoleResized()

void vguiTool_Console::ConsoleResized ( void  )

◆ Draw()

void vguiTool_Console::Draw ( void  )
virtual

Called in order to draw the widget.

Reimplemented from vguiWindow.

◆ Input()

float vguiTool_Console::Input ( float  flEVType,
float  flKey,
float  flChar,
float  flDevID 
)
virtual

Called whenever an input event gets directed to the widget.

Reimplemented from vguiWindow.

◆ Spawned()

void vguiTool_Console::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 vguiWindow.

◆ Submit()

void vguiTool_Console::Submit ( void  )
virtual

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