|
| void | vguiMenuTitle (void) |
| |
| virtual void | Draw (void) |
| | Called in order to draw the widget.
|
| |
| virtual void | Reposition (void) |
| | Called whenever the physical properties of the display change.
|
| |
| virtual float | Input (float, float, float, float) |
| | Called whenever an input event gets directed to the widget.
|
| |
◆ 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: