|
Xonotic
|
Include dependency graph for i18n.qh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | CTX_CACHE 1 |
| #define | ZCTX(s) strzone(CTX(s)) |
Functions | |
| ERASEABLE string | CTX (string s) |
| ERASEABLE string | language_filename (string s) |
| SHUTDOWN (CTX_cache) | |
| STATIC_INIT (CTX_cache) | |
Variables | |
| HashMap | CTX_cache |
| string | prvm_language |
Definition at line 68 of file i18n.qh.
Referenced by ServerList_Update_favoriteButton(), XonoticScoreboardFadeTimeSlider_configureXonoticScoreboardFadeTimeSlider(), and XonoticServerListTab_fill().
Definition at line 45 of file i18n.qh.
References CTX_cache, HM_gets, HM_sets, LOG_DEBUGF, strstrofs, and substring().
Referenced by count_fill(), Label_getInfo(), and XonoticDecibelsSlider_valueToText().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 14 of file i18n.qh.
References fclose(), FILE_READ, fopen(), prvm_language, and strcat().
Referenced by CampaignFile_Load().
Here is the call graph for this function:
Here is the caller graph for this function:| SHUTDOWN | ( | CTX_cache | ) |
| STATIC_INIT | ( | CTX_cache | ) |
| HashMap CTX_cache |
Definition at line 33 of file i18n.qh.
Referenced by CTX(), SHUTDOWN(), and STATIC_INIT().
| string prvm_language |
Definition at line 8 of file i18n.qh.
Referenced by CheckFirstRunButton(), CSQC_Init(), firstRun_setLanguage(), language_filename(), m_init(), setZonedTooltip(), translate_key(), and XonoticLanguageList_setLanguage().