Go to the source code of this file.
Variables | |
uiStatic_t | uis |
cvar_t * | ui_debug |
static cvar_t * | ui_open |
static cvar_t * | ui_scale |
static const cmdreg_t | c_ui [] |
LIST_DECL | ( | ui_menus | ) |
qboolean UI_CursorInRect | ( | vrect_t * | rect | ) |
Definition at line 297 of file ui.c.
Referenced by Menu_HitTest(), MenuList_Click(), and Slider_Click().
qboolean UI_DoHitTest | ( | void | ) |
Definition at line 368 of file ui.c.
Referenced by UI_MouseEvent(), UI_PopMenu(), and UI_PushMenu().
Definition at line 325 of file ui.c.
Referenced by Action_Draw(), Keybind_Draw(), Slider_Draw(), and SpinControl_Draw().
Definition at line 342 of file ui.c.
Referenced by Menu_Draw().
Definition at line 314 of file ui.c.
Referenced by Action_Draw(), Draw(), DrawStatus(), Field_Draw(), Keybind_Draw(), Menu_Draw(), MenuList_DrawString(), Separator_Draw(), Slider_Draw(), SpinControl_Draw(), Static_Draw(), and UI_Draw().
menuFrameWork_t* UI_FindMenu | ( | const char * | name | ) |
Definition at line 190 of file ui.c.
Referenced by Parse_File(), UI_OpenMenu(), and UI_PushMenu_f().
Definition at line 251 of file ui.c.
Referenced by AddServer(), BuildDir(), BuildName(), PingSelected(), UI_ErrorEvent(), and UI_StatusEvent().
char* UI_GetColumn | ( | char * | s, |
int | n | ||
) |
Definition at line 281 of file ui.c.
Referenced by MenuList_Key(), namecmp(), pingcmp(), and WriteCache().
Definition at line 627 of file ui.c.
Referenced by CL_InitRefresh(), CL_RestartFilesystem(), and CL_RestartRefresh().
qboolean UI_IsTransparent | ( | void | ) |
|
static |
void UI_OpenMenu | ( | uiMenu_t | type | ) |
Definition at line 208 of file ui.c.
Referenced by CL_CheckForResend(), CL_Disconnect(), CL_Init(), CL_RestartFilesystem(), CL_RestartRefresh(), and Key_Event().
Definition at line 143 of file ui.c.
Referenced by Menu_DefaultKey(), UI_PopMenu_f(), and UI_PushMenu().
void UI_PushMenu | ( | menuFrameWork_t * | menu | ) |
|
static |
Definition at line 674 of file ui.c.
Referenced by CL_RestartFilesystem(), CL_RestartRefresh(), and CL_ShutdownRefresh().
void UI_StartSound | ( | menuSound_t | sound | ) |
Definition at line 330 of file ui.c.
Referenced by Action_Init(), Field_Init(), Keybind_Init(), Savegame_Push(), SpinControl_Init(), and Static_Init().
|
static |
Definition at line 589 of file ui.c.
Referenced by UI_Init(), and UI_Shutdown().
cvar_t* ui_debug |
Definition at line 28 of file ui.c.
Referenced by Menu_Draw(), UI_Draw(), and UI_Init().
|
static |
Definition at line 29 of file ui.c.
Referenced by UI_Init(), and UI_OpenMenu().
|
static |
Definition at line 30 of file ui.c.
Referenced by UI_ModeChanged(), UI_Resize(), and UI_Shutdown().
uiStatic_t uis |
Definition at line 24 of file ui.c.
Referenced by Action_Draw(), Bitmap_Draw(), Change(), ColorForStatus(), Draw(), DrawStatus(), Field_Draw(), Keybind_Draw(), M_Menu_Demos(), M_Menu_PlayerConfig(), M_Menu_Servers(), Menu_Draw(), Menu_DrawStatus(), Menu_Init(), Menu_Size(), MenuList_Click(), MenuList_Draw(), MenuList_Key(), MenuList_MouseMove(), Parse_Color(), Parse_File(), PlayerModel_Free(), PlayerModel_Load(), Pop(), Push(), R_RenderFrame_RTX(), ReloadMedia(), RunFrame(), Size(), SizeCompact(), SizeFull(), Slider_Click(), Slider_Draw(), Slider_MouseMove(), SpinControl_Draw(), UI_CharEvent(), UI_CursorInRect(), UI_DoHitTest(), UI_Draw(), UI_DrawChar(), UI_DrawString(), UI_ForceMenuOff(), UI_Init(), UI_IsTransparent(), UI_KeyEvent(), UI_MouseEvent(), UI_OpenMenu(), UI_PopMenu(), UI_PopMenu_f(), UI_PushMenu(), UI_Resize(), UI_Shutdown(), and UpdateSelection().