Nuclide
Software Development Kit for id Technology
|
VGUI Widget: Sub-view.
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... | |
void VGUIView::VGUIView | ( | void | ) |
|
virtual |
Adds a widget into this one.
Reimplemented from VGUIWidget.
|
virtual |
Called in order to draw the widget.
Reimplemented from VGUIWidget.
Reimplemented in VGUIConsole, and VGUIWindow.
|
virtual |
Called whenever an input event gets directed to the widget.
Reimplemented from VGUIWidget.
Reimplemented in VGUIConsole, and VGUIWindow.