◆ vguiListBox()
void vguiListBox::vguiListBox |
( |
void |
| ) |
|
◆ AddItem()
void vguiListBox::AddItem |
( |
string |
strItem | ) |
|
◆ Draw()
void vguiListBox::Draw |
( |
void |
| ) |
|
|
virtual |
Called in order to draw the widget.
Reimplemented from vguiWidget.
◆ GetItem()
string vguiListBox::GetItem |
( |
int |
iIndex | ) |
|
◆ GetSelected()
int vguiListBox::GetSelected |
( |
void |
| ) |
|
◆ Input()
bool vguiListBox::Input |
( |
float |
flEVType, |
|
|
float |
flKey, |
|
|
float |
flChar, |
|
|
float |
flDevID |
|
) |
| |
|
virtual |
Called whenever an input event gets directed to the widget.
Reimplemented from vguiWidget.
◆ SetItemCount()
void vguiListBox::SetItemCount |
( |
int |
iCount | ) |
|
◆ SetOffset()
void vguiListBox::SetOffset |
( |
int |
iOffset | ) |
|
◆ Spawned()
void vguiListBox::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: