|
Xonotic
|
Include dependency graph for soundlist.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| entity | makeXonoticSoundList () |
| void | SoundList_Add (entity box, entity me) |
| void | SoundList_Add_All (entity box, entity me) |
| void | SoundList_Filter_Change (entity box, entity me) |
| void | SoundList_Menu_Track_Change (entity box, entity me) |
| void | SoundList_Menu_Track_Reset (entity box, entity me) |
| void | XonoticSoundList_configureXonoticSoundList (entity me) |
| void | XonoticSoundList_destroy (entity me) |
| void | XonoticSoundList_doubleClickListBoxItem (entity me, int i, vector where) |
| void | XonoticSoundList_drawListBoxItem (entity me, int i, vector absSize, bool isSelected, bool isFocused) |
| void | XonoticSoundList_getSounds (entity me) |
| float | XonoticSoundList_keyDown (entity me, float scan, float ascii, float shift) |
| void | XonoticSoundList_resizeNotify (entity me, vector relOrigin, vector relSize, vector absOrigin, vector absSize) |
| void | XonoticSoundList_showNotify (entity me) |
| string | XonoticSoundList_soundName (entity me, int i) |
| entity makeXonoticSoundList | ( | ) |
Definition at line 6 of file soundlist.qc.
Here is the call graph for this function:Definition at line 117 of file soundlist.qc.
Definition at line 122 of file soundlist.qc.
Definition at line 107 of file soundlist.qc.
References strfree, and strzone().
Here is the call graph for this function:Definition at line 97 of file soundlist.qc.
References cvar_set().
Here is the call graph for this function:Definition at line 102 of file soundlist.qc.
References cvar_defstring(), and cvar_set().
Here is the call graph for this function:Definition at line 14 of file soundlist.qc.
Definition at line 47 of file soundlist.qc.
References search_end().
Here is the call graph for this function:Definition at line 129 of file soundlist.qc.
| void XonoticSoundList_drawListBoxItem | ( | entity | me, |
| int | i, | ||
| vector | absSize, | ||
| bool | isSelected, | ||
| bool | isFocused | ||
| ) |
Definition at line 71 of file soundlist.qc.
References cvar_defstring(), cvar_string(), draw_CenterText(), draw_Fill(), draw_Text(), draw_TextShortenToWidth(), eX, eY, and getFadedAlpha().
Here is the call graph for this function:Definition at line 29 of file soundlist.qc.
References search_begin(), search_end(), search_getsize(), and strcat().
Here is the call graph for this function:Definition at line 134 of file soundlist.qc.
References K_ENTER, K_KP_ENTER, K_SPACE, and SUPER.
| void XonoticSoundList_resizeNotify | ( | entity | me, |
| vector | relOrigin, | ||
| vector | relSize, | ||
| vector | absOrigin, | ||
| vector | absSize | ||
| ) |
Definition at line 92 of file soundlist.qc.
Definition at line 20 of file soundlist.qc.
References search_getfilename(), strlen(), and substring().
Here is the call graph for this function: