![]() |
Nuclide
Software Development Kit for id Technology (BETA)
|
VGUI Widget: Picture Frame.
Public Member Functions | |
| void | vguiVideo (void) |
| virtual void | Draw (void) |
| Called in order to draw the widget. More... | |
| virtual void | Spawned (void) |
| Called when the widget has fully initialized. More... | |
| virtual void | ReloadVideoResources (void) |
| nonvirtual void | SetVideo (string) |
| nonvirtual void | SetVideoURL (string) |
| nonvirtual string | GetVideo (void) |
| nonvirtual void | Play (void) |
| nonvirtual void | Stop (void) |
| nonvirtual void | Pause (void) |
| void vguiVideo::vguiVideo | ( | void | ) |
|
virtual |
Called in order to draw the widget.
Reimplemented from vguiWidget.
| string vguiVideo::GetVideo | ( | void | ) |
| void vguiVideo::Pause | ( | void | ) |
| void vguiVideo::Play | ( | void | ) |
|
virtual |
Reimplemented from vguiWidget.
| void vguiVideo::SetVideo | ( | string | strName | ) |
| void vguiVideo::SetVideoURL | ( | string | strName | ) |
|
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.
| void vguiVideo::Stop | ( | void | ) |