|
Xonotic
|
Include dependency graph for textbox.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| entity | makeXonoticTextBox () |
| void | XonoticTextBox_destroy (entity me) |
| void | XonoticTextBox_drawListBoxItem (entity me, int i, vector absSize, bool isSelected, bool isFocused) |
| string | XonoticTextBox_getTextBoxLine (entity me, int i) |
| void | XonoticTextBox_resizeNotify (entity me, vector relOrigin, vector relSize, vector absOrigin, vector absSize) |
| void | XonoticTextBox_setText (entity me, string text) |
| entity makeXonoticTextBox | ( | ) |
Definition at line 4 of file textbox.qc.
Referenced by XonoticServerToSTab_fill().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 12 of file textbox.qc.
| void XonoticTextBox_drawListBoxItem | ( | entity | me, |
| int | i, | ||
| vector | absSize, | ||
| bool | isSelected, | ||
| bool | isFocused | ||
| ) |
Definition at line 86 of file textbox.qc.
References draw_Text(), and vec2.
Here is the call graph for this function:| void XonoticTextBox_resizeNotify | ( | entity | me, |
| vector | relOrigin, | ||
| vector | relSize, | ||
| vector | absOrigin, | ||
| vector | absSize | ||
| ) |
Definition at line 62 of file textbox.qc.
References strcat(), string_null, and SUPER.
Here is the call graph for this function:Definition at line 21 of file textbox.qc.
References argv(), buf_create, draw_TextWidth_WithColors(), getWrappedLine(), getWrappedLine_remaining, substring(), and tokenizebyseparator.
Here is the call graph for this function: