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

About this class

VGUI Widget: WWW View.

Inheritance diagram for vguiWebView:
vguiPic

Public Member Functions

void vguiWebView (void)
 
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 void CallOnPageUpdateWithDelegate (void(void) func, vguiControl delegateWidget)
 
nonvirtual string GetURL (void)
 
nonvirtual string GetTitle (void)
 
virtual void ReloadVideoResources (void)
 

Constructor & Destructor Documentation

◆ vguiWebView()

void vguiWebView::vguiWebView ( void  )

Member Function Documentation

◆ CallOnPageUpdateWithDelegate()

void vguiWebView::CallOnPageUpdateWithDelegate ( void(void)  func,
vguiControl  delegateWidget 
)

◆ CanGoBack()

bool vguiWebView::CanGoBack ( void  )

◆ CanGoForward()

bool vguiWebView::CanGoForward ( void  )

◆ GetTitle()

string vguiWebView::GetTitle ( void  )

◆ GetURL()

string vguiWebView::GetURL ( void  )

◆ Input()

bool vguiWebView::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 vguiWebView::LoadRequest ( string  requestString)

◆ NavigateBack()

void vguiWebView::NavigateBack ( void  )

◆ NavigateForward()

void vguiWebView::NavigateForward ( void  )

◆ OnRemove()

void vguiWebView::OnRemove ( void  )
virtual

Called when the widget gets removed, destroyed.

Reimplemented from vguiWidget.

◆ PageReload()

void vguiWebView::PageReload ( void  )

◆ PageStop()

void vguiWebView::PageStop ( void  )

◆ ReloadVideoResources()

void vguiWebView::ReloadVideoResources ( void  )
virtual

Reimplemented from vguiPic.

◆ SizeChanged()

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