![]() |
Nuclide
Software Development Kit for id Technology (BETA)
|
Trinity Menu File "itemDef".
This class represents objects that are parsed from "itemDef" entries defined in the Quake III: Team Arena (2000) menu scripting language.
Public Member Functions | |
| void | vguiTrUIItem (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... | |
| nonvirtual void | OnMouseEntered (void) |
| nonvirtual void | OnMouseExited (void) |
| nonvirtual void | OnMouseDown (void) |
| nonvirtual void | OnMouseUp (void) |
| nonvirtual void | OnMaxChars (void) |
| nonvirtual void | AddText (string toAdd) |
| void vguiTrUIItem::vguiTrUIItem | ( | void | ) |
| void vguiTrUIItem::AddText | ( | string | toAdd | ) |
|
virtual |
Called in order to draw the widget.
Reimplemented from vguiWidget.
|
virtual |
Called whenever an input event gets directed to the widget.
Reimplemented from vguiWidget.
| void vguiTrUIItem::OnMaxChars | ( | void | ) |
| void vguiTrUIItem::OnMouseDown | ( | void | ) |
| void vguiTrUIItem::OnMouseEntered | ( | void | ) |
| void vguiTrUIItem::OnMouseExited | ( | void | ) |
| void vguiTrUIItem::OnMouseUp | ( | void | ) |