|
void | VGUIMenuTitle (void) |
|
virtual void | Draw (void) |
| Called in order to draw the widget. More...
|
|
virtual void | Reposition (void) |
| Called whenever the physical properties of the display change. More...
|
|
virtual float | Input (float, float, float, float) |
| Called whenever an input event gets directed to the widget. More...
|
|
◆ VGUIMenuTitle()
void VGUIMenuTitle::VGUIMenuTitle |
( |
void |
| ) |
|
◆ Draw()
void VGUIMenuTitle::Draw |
( |
void |
| ) |
|
|
virtual |
Called in order to draw the widget.
Reimplemented from VGUILabel.
◆ Input()
bool VGUIMenuTitle::Input |
( |
float |
flEVType, |
|
|
float |
flKey, |
|
|
float |
flChar, |
|
|
float |
flDevID |
|
) |
| |
|
virtual |
Called whenever an input event gets directed to the widget.
Reimplemented from VGUILabel.
◆ Reposition()
void VGUIMenuTitle::Reposition |
( |
void |
| ) |
|
|
virtual |
Called whenever the physical properties of the display change.
Reimplemented from VGUIWidget.
◆ m_bIsImage
bool VGUIMenuTitle::m_bIsImage |
◆ m_hover
bool VGUIMenuTitle::m_hover |
◆ m_imagePath
string VGUIMenuTitle::m_imagePath |
◆ m_imagePathHover
string VGUIMenuTitle::m_imagePathHover |
The documentation for this class was generated from the following file: