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

Public Member Functions

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

Constructor & Destructor Documentation

◆ VGUITabView()

void VGUITabView::VGUITabView ( void  )

Member Function Documentation

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