#include <ui_shared.h>
Data Fields | |
| qhandle_t(* | registerShaderNoMip )(const char *p) |
| void(* | setColor )(const vec4_t v) |
| void(* | drawHandlePic )(float x, float y, float w, float h, qhandle_t asset) |
| void(* | drawStretchPic )(float x, float y, float w, float h, float s1, float t1, float s2, float t2, qhandle_t hShader) |
| void(* | drawText )(float x, float y, float scale, vec4_t color, const char *text, float adjust, int limit, int style, int iMenuFont) |
| int(* | textWidth )(const char *text, float scale, int iMenuFont) |
| int(* | textHeight )(const char *text, float scale, int iMenuFont) |
| qhandle_t(* | registerModel )(const char *p) |
| void(* | modelBounds )(qhandle_t model, vec3_t min, vec3_t max) |
| void(* | fillRect )(float x, float y, float w, float h, const vec4_t color) |
| void(* | drawRect )(float x, float y, float w, float h, float size, const vec4_t color) |
| void(* | drawSides )(float x, float y, float w, float h, float size) |
| void(* | drawTopBottom )(float x, float y, float w, float h, float size) |
| void(* | clearScene )() |
| void(* | addRefEntityToScene )(const refEntity_t *re) |
| void(* | renderScene )(const refdef_t *fd) |
| qhandle_t(* | RegisterFont )(const char *fontName) |
| int(* | Font_StrLenPixels )(const char *text, const int iFontIndex, const float scale) |
| int(* | Font_StrLenChars )(const char *text) |
| int(* | Font_HeightPixels )(const int iFontIndex, const float scale) |
| void(* | Font_DrawString )(int ox, int oy, const char *text, const float *rgba, const int setIndex, int iCharLimit, const float scale) |
| qboolean(* | Language_IsAsian )(void) |
| qboolean(* | Language_UsesSpaces )(void) |
| unsigned int(* | AnyLanguage_ReadCharFromString )(const char *psText, int *piAdvanceCount, qboolean *pbIsTrailingPunctuation) |
| void(* | ownerDrawItem )(float x, float y, float w, float h, float text_x, float text_y, int ownerDraw, int ownerDrawFlags, int align, float special, float scale, vec4_t color, qhandle_t shader, int textStyle, int iMenuFont) |
| float(* | getValue )(int ownerDraw) |
| qboolean(* | ownerDrawVisible )(int flags) |
| void(* | runScript )(char **p) |
| qboolean(* | deferScript )(char **p) |
| void(* | getTeamColor )(vec4_t *color) |
| void(* | getCVarString )(const char *cvar, char *buffer, int bufsize) |
| float(* | getCVarValue )(const char *cvar) |
| void(* | setCVar )(const char *cvar, const char *value) |
| void(* | drawTextWithCursor )(float x, float y, float scale, vec4_t color, const char *text, int cursorPos, char cursor, int limit, int style, int iFontIndex) |
| void(* | setOverstrikeMode )(qboolean b) |
| qboolean(* | getOverstrikeMode )() |
| void(* | startLocalSound )(sfxHandle_t sfx, int channelNum) |
| qboolean(* | ownerDrawHandleKey )(int ownerDraw, int flags, float *special, int key) |
| int(* | feederCount )(float feederID) |
| const char *(* | feederItemText )(float feederID, int index, int column, qhandle_t *handle1, qhandle_t *handle2, qhandle_t *handle3) |
| qhandle_t(* | feederItemImage )(float feederID, int index) |
| qboolean(* | feederSelection )(float feederID, int index, itemDef_t *item) |
| void(* | keynumToStringBuf )(int keynum, char *buf, int buflen) |
| void(* | getBindingBuf )(int keynum, char *buf, int buflen) |
| void(* | setBinding )(int keynum, const char *binding) |
| void(* | executeText )(int exec_when, const char *text) |
| void(* | Error )(int level, const char *error,...) |
| void(* | Print )(const char *msg,...) |
| void(* | Pause )(qboolean b) |
| int(* | ownerDrawWidth )(int ownerDraw, float scale) |
| sfxHandle_t(* | registerSound )(const char *name) |
| void(* | startBackgroundTrack )(const char *intro, const char *loop, qboolean bReturnWithoutStarting) |
| void(* | stopBackgroundTrack )() |
| int(* | playCinematic )(const char *name, float x, float y, float w, float h) |
| void(* | stopCinematic )(int handle) |
| void(* | drawCinematic )(int handle, float x, float y, float w, float h) |
| void(* | runCinematicFrame )(int handle) |
| float | yscale |
| float | xscale |
| float | bias |
| int | realTime |
| int | frameTime |
| int | cursorx |
| int | cursory |
| qboolean | debug |
| cachedAssets_t | Assets |
| glconfig_t | glconfig |
| qhandle_t | whiteShader |
| qhandle_t | gradientImage |
| qhandle_t | cursor |
| float | FPS |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), and Item_Model_Paint(). |
|
|
Referenced by _UI_Init(), and CG_LoadHudMenu(). |
|
|
Definition at line 469 of file ui_shared.h. Referenced by _UI_Refresh(), Asset_Parse(), AssetCache(), CG_Asset_Parse(), CG_AssetCache(), CG_Init(), GradientBar_Paint(), Item_ListBox_Paint(), Item_Model_Paint(), Item_SetFocus(), Item_Slider_Paint(), Item_TextScroll_Paint(), Menu_Init(), MenuFontToHandle(), MenuParse_font(), Script_SetFocus(), and UI_FeederSelection(). |
|
|
Definition at line 462 of file ui_shared.h. Referenced by _UI_Init(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), and Item_Model_Paint(). |
|
|
Definition at line 474 of file ui_shared.h. Referenced by _UI_Init(). |
|
|
|
|
Definition at line 467 of file ui_shared.h. Referenced by _UI_Refresh(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), and Script_Defer(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), and Window_Paint(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), GradientBar_Paint(), Item_Image_Paint(), Item_ListBox_Paint(), Item_Slider_Paint(), Item_TextScroll_Paint(), Menu_Paint(), and Window_Paint(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), Item_ListBox_Paint(), Item_Paint(), Menu_Paint(), and Window_Paint(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), and Window_Paint(). |
|
|
Referenced by _UI_Init(), and CG_LoadHudMenu(). |
|
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), and Item_TextField_Paint(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), and Window_Paint(). |
|
|
Referenced by _UI_Init(), and CG_LoadHudMenu(). |
|
|
Referenced by _UI_Init(), Menu_HandleKey(), and Script_Exec(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), Item_ListBox_HandleKey(), Item_ListBox_MaxScroll(), Item_ListBox_OverLB(), and Item_ListBox_Paint(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), and Item_ListBox_Paint(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), and Item_ListBox_Paint(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), Item_ListBox_HandleKey(), Item_ListBox_Paint(), Item_Multi_HandleKey(), and Menu_SetFeederSelection(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), Item_ListBox_Paint(), and Window_Paint(). |
|
|
Referenced by _UI_Init(), and CG_LoadHudMenu(). |
|
|
Referenced by _UI_Init(), and CG_LoadHudMenu(). |
|
|
Referenced by _UI_Init(), and CG_LoadHudMenu(). |
|
|
Referenced by _UI_Init(), and CG_LoadHudMenu(). |
|
|
Definition at line 475 of file ui_shared.h. Referenced by _UI_Refresh(), and Menu_PaintAll(). |
|
|
Definition at line 464 of file ui_shared.h. Referenced by _UI_Refresh(), and UI_ConsoleCommand(). |
|
|
Referenced by _UI_Init(), and String_Init(). |
|
|
|
|
Referenced by _UI_Init(), Item_TextField_HandleKey(), and Item_TextField_Paint(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), Script_SetTeamColor(), and Window_Paint(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), and Item_OwnerDraw_Paint(). |
|
|
Definition at line 471 of file ui_shared.h. Referenced by _UI_Init(). |
|
|
Definition at line 473 of file ui_shared.h. |
|
|
Referenced by _UI_Init(), and BindingFromName(). |
|
|
Referenced by _UI_Init(), and CG_LoadHudMenu(). |
|
|
Referenced by _UI_Init(), and CG_LoadHudMenu(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), and Item_Model_Paint(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), and Item_OwnerDraw_HandleKey(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), and Item_OwnerDraw_Paint(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), Item_Paint(), and Menu_Paint(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), and Item_SetTextExtents(). |
|
|
Referenced by _UI_Init(), and Menus_HandleOOBClick(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), and Window_Paint(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), Item_Slider_HandleKey(), and UI_Alloc(). |
|
|
|
Referenced by _UI_Init(), CG_Asset_Parse(), CG_LoadHudMenu(), and MenuParse_font(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), and ItemParse_asset_model_go(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), ItemParse_asset_shader(), ItemParse_background(), Menu_SetItemBackground(), MenuParse_background(), and Script_SetBackground(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), ItemParse_focusSound(), and Script_Play(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), and Item_Model_Paint(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), and Window_Paint(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), and Item_RunScript(). |
|
|
Referenced by _UI_Init(), Controls_SetConfig(), and Item_Bind_HandleKey(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), GradientBar_Paint(), Item_ListBox_Paint(), Item_Slider_Paint(), and Window_Paint(). |
|
|
|
Referenced by _UI_Init(), Item_TextField_HandleKey(), and Menu_HandleKey(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), Menus_Activate(), and Script_playLooped(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), Item_SetFocus(), Script_Play(), and Script_SetFocus(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), and Script_playLooped(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), and Menu_ShowItemByName(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), Item_Bind_Paint(), Item_ListBox_Paint(), Item_Paint(), Item_SetTextExtents(), and Item_Text_AutoWrapped_Paint(). |
|
|
Referenced by _UI_Init(), CG_LoadHudMenu(), Item_Bind_Paint(), Item_Paint(), Item_SetTextExtents(), and Item_Text_AutoWrapped_Paint(). |
|
|
Definition at line 472 of file ui_shared.h. Referenced by _UI_DrawSides(), _UI_DrawTopBottom(), _UI_Init(), UI_DrawSides(), UI_DrawTopBottom(), and UI_FillRect(). |
|
|
Definition at line 461 of file ui_shared.h. Referenced by _UI_DrawSides(), _UI_Init(), and Item_Model_Paint(). |
|
|
Definition at line 460 of file ui_shared.h. Referenced by _UI_DrawTopBottom(), _UI_Init(), and Item_Model_Paint(). |