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

About this class

VGUI Widget: Tab View.

Inheritance diagram for vguiTabView:
vguiWidget

Public Member Functions

void vguiTabView (void)
 
nonvirtual void SetTitle (string)
 Sets the title of the tab view.
 
nonvirtual void AddItem (vguiTabViewItem)
 
virtual void PositionChanged (vector, vector)
 Called when the position of the widget was changed in any capacity.
 
virtual void SizeChanged (vector, vector)
 Called when the size of the widget has changed in any capacity.
 
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.
 
virtual void Spawned (void)
 Called when the widget has fully initialized.
 

Constructor & Destructor Documentation

◆ vguiTabView()

void vguiTabView::vguiTabView ( void )

Member Function Documentation

◆ AddItem()

void vguiTabView::AddItem ( vguiTabViewItem addItem)

◆ Draw()

void vguiTabView::Draw ( void )
virtual

Called in order to draw the widget.

Reimplemented from vguiWidget.

◆ Input()

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

Called whenever an input event gets directed to the widget.

Reimplemented from vguiWidget.

◆ PositionChanged()

void vguiTabView::PositionChanged ( vector vecOld,
vector vecNew )
virtual

Called when the position of the widget was changed in any capacity.

Reimplemented from vguiWidget.

◆ SetTitle()

void vguiTabView::SetTitle ( string strName)

Sets the title of the tab view.

◆ SizeChanged()

void vguiTabView::SizeChanged ( vector vecOld,
vector vecNew )
virtual

Called when the size of the widget has changed in any capacity.

Reimplemented from vguiWidget.

◆ Spawned()

void vguiTabView::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 vguiWidget.


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