|
Xonotic
|
#include "cvarlist.qh"#include "inputbox.qh"#include "../item/checkbox.qh"#include "../item/container.qh"
Include dependency graph for cvarlist.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | CvarList_End_Editing (entity box, entity me) |
| void | CvarList_Filter_Change (entity box, entity me) |
| void | CvarList_Filter_ModifiedCvars (entity box, entity me) |
| void | CvarList_Load (entity me, string filter) |
| void | CvarList_Revert_Click (entity btn, entity me) |
| void | CvarList_Value_Change (entity box, entity me) |
| entity | makeXonoticCvarList () |
| void | XonoticCvarList_configureXonoticCvarList (entity me) |
| void | XonoticCvarList_destroy (entity me) |
| void | XonoticCvarList_drawListBoxItem (entity me, int i, vector absSize, bool isSelected, bool isFocused) |
| void | XonoticCvarList_hideNotify (entity me) |
| float | XonoticCvarList_keyDown (entity me, float scan, float ascii, float shift) |
| float | XonoticCvarList_mouseRelease (entity me, vector pos) |
| void | XonoticCvarList_resizeNotify (entity me, vector relOrigin, vector relSize, vector absOrigin, vector absSize) |
| void | XonoticCvarList_setSelected (entity me, float i) |
| void | XonoticCvarList_showNotify (entity me) |
| float | XonoticCvarList_updateCvarType (entity me) |
Variables | |
| string | autocvar_menu_forced_saved_cvars |
| string | autocvar_menu_reverted_nonsaved_cvars |
Definition at line 251 of file cvarlist.qc.
Definition at line 126 of file cvarlist.qc.
References CvarList_Load().
Here is the call graph for this function:Definition at line 131 of file cvarlist.qc.
References autocvar_menu_cvarlist_onlymodified, cvar_set(), CvarList_Load(), and ftos().
Here is the call graph for this function:Definition at line 21 of file cvarlist.qc.
References autocvar_menu_cvarlist_onlymodified, buf_create, cvar_defstring(), and cvar_string().
Referenced by CvarList_Filter_Change(), CvarList_Filter_ModifiedCvars(), and XonoticCvarList_showNotify().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 236 of file cvarlist.qc.
References autocvar_menu_forced_saved_cvars, autocvar_menu_reverted_nonsaved_cvars, cvar_set(), strcat(), strhasword, strlen(), and substring().
Referenced by XonoticCvarList_keyDown().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 220 of file cvarlist.qc.
References autocvar_menu_forced_saved_cvars, autocvar_menu_reverted_nonsaved_cvars, cvar_set(), localcmd, strcat(), and substring().
Here is the call graph for this function:| entity makeXonoticCvarList | ( | ) |
Definition at line 8 of file cvarlist.qc.
Referenced by XonoticCvarsDialog_fill().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 58 of file cvarlist.qc.
| void XonoticCvarList_drawListBoxItem | ( | entity | me, |
| int | i, | ||
| vector | absSize, | ||
| bool | isSelected, | ||
| bool | isFocused | ||
| ) |
Definition at line 151 of file cvarlist.qc.
References autocvar_menu_forced_saved_cvars, autocvar_menu_reverted_nonsaved_cvars, cvar_defstring(), cvar_string(), CVAR_TYPEFLAG_SAVED, draw_Fill(), draw_Text(), draw_TextShortenToWidth(), eX, eY, getFadedAlpha(), strhasword, v, and vector().
Here is the call graph for this function:Definition at line 193 of file cvarlist.qc.
References CvarList_Revert_Click(), K_ENTER, K_MOUSE3, K_SPACE, NULL, S_CTRL, and SUPER.
Here is the call graph for this function:| void XonoticCvarList_resizeNotify | ( | entity | me, |
| vector | relOrigin, | ||
| vector | relSize, | ||
| vector | absOrigin, | ||
| vector | absSize | ||
| ) |
Definition at line 102 of file cvarlist.qc.
References cvar_defstring(), cvar_string(), strcpy, strfree, strlen(), and SUPER.
Here is the call graph for this function:Definition at line 42 of file cvarlist.qc.
References CvarList_Load().
Here is the call graph for this function:Definition at line 65 of file cvarlist.qc.
References autocvar_menu_forced_saved_cvars, strcat(), and strhasword.
Here is the call graph for this function:| string autocvar_menu_forced_saved_cvars |
Definition at line 63 of file cvarlist.qc.
Referenced by CvarList_Revert_Click(), CvarList_Value_Change(), XonoticCvarList_drawListBoxItem(), and XonoticCvarList_updateCvarType().
| string autocvar_menu_reverted_nonsaved_cvars |
Definition at line 64 of file cvarlist.qc.
Referenced by CvarList_Revert_Click(), CvarList_Value_Change(), and XonoticCvarList_drawListBoxItem().