|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
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.
Referenced by XonoticSoundList::ATTRIB(), and XonoticMusicPlayerTab_fill().
Definition at line 117 of file soundlist.qc.
References entity().
Referenced by XonoticSoundList::ATTRIB(), XonoticMusicPlayerTab_fill(), and XonoticSoundList_keyDown().
Definition at line 122 of file soundlist.qc.
References entity().
Referenced by XonoticSoundList::ATTRIB(), and XonoticMusicPlayerTab_fill().
Definition at line 107 of file soundlist.qc.
References entity(), strfree, and strzone().
Referenced by XonoticSoundList::ATTRIB(), and XonoticMusicPlayerTab_fill().
Definition at line 97 of file soundlist.qc.
References cvar_set(), and entity().
Referenced by XonoticSoundList::ATTRIB(), and XonoticMusicPlayerTab_fill().
Definition at line 102 of file soundlist.qc.
References cvar_defstring(), cvar_set(), and entity().
Referenced by XonoticSoundList::ATTRIB(), and XonoticMusicPlayerTab_fill().
Definition at line 14 of file soundlist.qc.
References entity().
Definition at line 47 of file soundlist.qc.
References entity(), and search_end().
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(), entity(), eX, eY, getFadedAlpha(), and vector.
Definition at line 29 of file soundlist.qc.
References entity(), search_begin(), search_end(), search_getsize(), and strcat().
Definition at line 134 of file soundlist.qc.
References entity(), K_ENTER, K_KP_ENTER, K_MOUSE1, K_SPACE, NULL, S_CTRL, SoundList_Add(), and SUPER.
| void XonoticSoundList_resizeNotify | ( | entity | me, |
| vector | relOrigin, | ||
| vector | relSize, | ||
| vector | absOrigin, | ||
| vector | absSize ) |
Definition at line 53 of file soundlist.qc.
Definition at line 20 of file soundlist.qc.
References entity(), search_getfilename(), strlen, and substring().