Nuclide
Software Development Kit for id Tech
VGUIView Class Reference
Inheritance diagram for VGUIView:
VGUIWidget VGUIWindow

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