Nuclide
Software Development Kit for id Technology (BETA)
vguiXView Class Reference

About this class

VGUI Widget: WWW View.

Inheritance diagram for vguiXView:
vguiPic

Public Member Functions

void vguiXView (void)
 
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 SizeChanged (vector, vector)
 Called when the size of the widget has changed in any capacity. More...
 
virtual void OnRemove (void)
 Called when the widget gets removed, destroyed. More...
 
nonvirtual void LoadRequest (string requestString)
 
nonvirtual void PageStop (void)
 
nonvirtual void PageReload (void)
 
nonvirtual void NavigateForward (void)
 
nonvirtual void NavigateBack (void)
 
nonvirtual bool CanGoBack (void)
 
nonvirtual bool CanGoForward (void)
 
nonvirtual string GetURL (void)
 

Constructor & Destructor Documentation

◆ vguiXView()

void vguiXView::vguiXView ( void  )

Member Function Documentation

◆ CanGoBack()

bool vguiXView::CanGoBack ( void  )

◆ CanGoForward()

bool vguiXView::CanGoForward ( void  )

◆ Draw()

void vguiXView::Draw ( void  )
virtual

Called in order to draw the widget.

Reimplemented from vguiPic.

◆ GetURL()

string vguiXView::GetURL ( void  )

◆ Input()

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

Called whenever an input event gets directed to the widget.

Reimplemented from vguiPic.

◆ LoadRequest()

void vguiXView::LoadRequest ( string  requestString)

◆ NavigateBack()

void vguiXView::NavigateBack ( void  )

◆ NavigateForward()

void vguiXView::NavigateForward ( void  )

◆ OnRemove()

void vguiXView::OnRemove ( void  )
virtual

Called when the widget gets removed, destroyed.

Reimplemented from vguiWidget.

◆ PageReload()

void vguiXView::PageReload ( void  )

◆ PageStop()

void vguiXView::PageStop ( void  )

◆ SizeChanged()

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

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

Reimplemented from vguiWidget.


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