#include <ui_icon.h>
Data Fields | |
char | name [MAX_VAR] |
vec2_t | size |
qboolean | single |
qboolean | blend |
qboolean | pack64 |
vec4_t | color [ICON_STATUS_MAX] |
char * | image [ICON_STATUS_MAX] |
vec2_t | pos [ICON_STATUS_MAX] |
Definition at line 39 of file ui_icon.h.
Definition at line 43 of file ui_icon.h.
Referenced by UI_DrawIconInBox().
vec4_t uiIcon_s::color[ICON_STATUS_MAX] |
Definition at line 46 of file ui_icon.h.
Referenced by UI_ContainerNodeDrawSingle(), UI_DrawDisabled(), UI_DrawFree(), UI_DrawIconInBox(), and UI_RowsNodeDraw().
char* uiIcon_s::image[ICON_STATUS_MAX] |
Definition at line 47 of file ui_icon.h.
Referenced by UI_AutoGenerateIcon(), UI_CheckBoxNodeDraw(), UI_DrawIconInBox(), UI_OptionListNodeDraw(), UI_OptionTreeNodeDraw(), and UI_PanelNodeDraw().
char uiIcon_s::name[MAX_VAR] |
Definition at line 40 of file ui_icon.h.
Referenced by UI_AllocStaticIcon(), UI_GetIconByName(), and UI_ParseIcon().
Definition at line 44 of file ui_icon.h.
Referenced by UI_DrawIconInBox().
vec2_t uiIcon_s::pos[ICON_STATUS_MAX] |
Definition at line 48 of file ui_icon.h.
Referenced by UI_DrawIconInBox().
Definition at line 42 of file ui_icon.h.
Referenced by UI_DrawIconInBox().
Definition at line 41 of file ui_icon.h.
Referenced by UI_AutoGenerateIcon(), UI_DrawIconInBox(), and UI_OptionTreeNodeDraw().