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

Public Member Functions

void VGUIPic (void)
 
nonvirtual void SetImage (string)
 
nonvirtual string GetImage (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 Spawned (void)
 Called when the widget has fully initialized. More...
 

Constructor & Destructor Documentation

◆ VGUIPic()

void VGUIPic::VGUIPic ( void  )

Member Function Documentation

◆ Draw()

void VGUIPic::Draw ( void  )
virtual

Called in order to draw the widget.

Reimplemented from VGUIWidget.

◆ GetImage()

string VGUIPic::GetImage ( void  )

◆ Input()

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

Called whenever an input event gets directed to the widget.

Reimplemented from VGUIWidget.

◆ SetImage()

void VGUIPic::SetImage ( string  strName)

◆ Spawned()

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