|
UFO: Alien Invasion
|

Go to the source code of this file.
Functions | |
| void | UI_Init (void) |
| void | UI_Shutdown (void) |
| Reset and free the UI data hunk. | |
| void | UI_Reinit (void) |
| void | UI_ExecuteConfunc (const char *fmt,...) __attribute__((format(__printf__ |
| void int | UI_DebugMode (void) |
| Get the current debug mode (0 mean disabled). | |
Get the current debug mode (0 mean disabled).
Definition at line 52 of file ui_main.cpp.
References cvar_t::integer.
Referenced by UI_Draw(), UI_ExecuteConfunc(), and UI_GetNodeInTreeAtPosition().
| void UI_ExecuteConfunc | ( | const char * | fmt, |
| ... ) |
References __attribute__, format(), and UI_DebugMode().
Definition at line 278 of file ui_main.cpp.
References Cmd_AddCommand(), Com_Printf(), CVAR_ARCHIVE, CVAR_DEVELOPER, Cvar_Get(), cvar_t::integer, Mem_CreatePool, Mem_PoolAllocTypeN, OBJZERO, ui_dynPool, ui_dynStringPool, ui_global, UI_InitActions(), UI_InitData(), UI_InitDraw(), UI_InitLua(), UI_InitNodes(), UI_InitWindows(), UI_Restart_f(), ui_sounds, and ui_sysPool.
Referenced by CL_InitLocal(), CampaignTest::SetUpTestCase(), FootStepTest::SetUpTestCase(), MapDefMassRMATest::SetUpTestCase(), MapDefStatsTest::SetUpTestCase(), MapDefTest::SetUpTestCase(), ParticleTest::SetUpTestCase(), ScriptTest::SetUpTestCase(), UILevel2Test::SetUpTestCase(), and UI_Restart_f().
Reinit input and font
Definition at line 191 of file ui_main.cpp.
References UI_InitFonts(), UI_InvalidateMouse(), and UI_ReleaseInput().
Referenced by UI_Restart_f(), and VID_Restart_f().
Reset and free the UI data hunk.
Definition at line 205 of file ui_main.cpp.
References uiNode_t::behaviour, Cmd_Exists(), Cmd_RemoveCommand(), uiNode_t::firstChild, i, Mem_Free, Mem_FreePool, uiNode_t::name, uiNode_t::next, OBJZERO, uiNode_t::parent, ui_dynPool, ui_dynStringPool, UI_FontShutdown(), UI_GetNodeBehaviour(), ui_global, UI_ResetInput(), UI_ResetTimers(), UI_ShutdownLua(), and ui_sysPool.
Referenced by CL_Shutdown(), UILevel2Test::TearDownTestCase(), TEST_Shutdown(), and UI_Restart_f().