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

About this class

VGUI Widget: Sub-view.

Inheritance diagram for vguiView:
vguiWidget vguiWindow TestUI ncEditorMainFrame ncSunEdit vguiListPicker vguiLoadingPanel

Public Member Functions

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

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 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 vguiWindow.


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