Nuclide
Software Development Kit for id Technology
VGUIView Class Reference

About this class

VGUI Widget: Sub-view.

Inheritance diagram for VGUIView:
VGUIWidget VGUIWindow VGUIConsole VGUILoadingPanel

Public Member Functions

void VGUIView (void)
 
virtual void Add (VGUIWidget)
 Adds a widget into this one. More...
 
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...
 

Constructor & Destructor Documentation

◆ VGUIView()

void VGUIView::VGUIView ( void  )

Member Function Documentation

◆ Add()

void VGUIView::Add ( VGUIWidget  wNew)
virtual

Adds a widget into this one.

Reimplemented from VGUIWidget.

◆ Draw()

void VGUIView::Draw ( void  )
virtual

Called in order to draw the widget.

Reimplemented from VGUIWidget.

Reimplemented in VGUIConsole, and VGUIWindow.

◆ Input()

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

Called whenever an input event gets directed to the widget.

Reimplemented from VGUIWidget.

Reimplemented in VGUIConsole, and VGUIWindow.


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