#include <ui_shared.h>
Data Fields | |
| Window | window |
| const char * | font |
| qboolean | fullScreen |
| int | itemCount |
| int | fontIndex |
| int | cursorItem |
| int | fadeCycle |
| float | fadeClamp |
| float | fadeAmount |
| const char * | onOpen |
| const char * | onClose |
| const char * | onAccept |
| const char * | onESC |
| const char * | soundName |
| vec4_t | focusColor |
| vec4_t | disableColor |
| itemDef_t * | items [MAX_MENUITEMS] |
| int | descX |
| int | descY |
| vec4_t | descColor |
| int | descAlignment |
| float | descScale |
| float | appearanceTime |
| int | appearanceCnt |
| float | appearanceIncrement |
|
|
Definition at line 334 of file ui_shared.h. Referenced by Menu_Paint(). |
|
|
Definition at line 335 of file ui_shared.h. Referenced by Menu_Paint(), and MenuParse_appearanceIncrement(). |
|
|
Definition at line 333 of file ui_shared.h. Referenced by Menu_Paint(), and Menus_Activate(). |
|
|
Definition at line 313 of file ui_shared.h. Referenced by Item_SetFocus(), Menu_Init(), Menu_SetNextCursorItem(), and Menu_SetPrevCursorItem(). |
|
|
Definition at line 331 of file ui_shared.h. Referenced by Item_Paint(), and MenuParse_descAlignment(). |
|
|
Definition at line 330 of file ui_shared.h. Referenced by Item_Paint(), and MenuParse_descColor(). |
|
|
Definition at line 332 of file ui_shared.h. Referenced by Item_Paint(), and MenuParse_descScale(). |
|
|
Definition at line 328 of file ui_shared.h. Referenced by Item_Paint(), and MenuParse_descX(). |
|
|
Definition at line 329 of file ui_shared.h. Referenced by Item_Paint(), and MenuParse_descY(). |
|
|
Definition at line 326 of file ui_shared.h. Referenced by Item_OwnerDraw_Paint(), Item_TextColor(), and MenuParse_disablecolor(). |
|
|
Definition at line 316 of file ui_shared.h. Referenced by Item_OwnerDraw_Paint(), Item_Paint(), Item_TextColor(), Menu_Init(), Menu_Paint(), and MenuParse_fadeAmount(). |
|
|
Definition at line 315 of file ui_shared.h. Referenced by Item_OwnerDraw_Paint(), Item_Paint(), Item_TextColor(), Menu_Init(), Menu_Paint(), and MenuParse_fadeClamp(). |
|
|
Definition at line 314 of file ui_shared.h. Referenced by Item_OwnerDraw_Paint(), Item_Paint(), Item_TextColor(), Menu_Init(), Menu_Paint(), and MenuParse_fadeCycle(). |
|
|
Definition at line 325 of file ui_shared.h. Referenced by Item_Bind_Paint(), Item_Multi_Paint(), Item_OwnerDraw_Paint(), Item_Slider_Paint(), Item_TextColor(), Item_TextField_Paint(), Item_YesNo_Paint(), and MenuParse_focuscolor(). |
|
|
Definition at line 309 of file ui_shared.h. Referenced by MenuParse_font(). |
|
|
Definition at line 312 of file ui_shared.h. |
|
|
Definition at line 310 of file ui_shared.h. Referenced by Menu_Paint(), Menu_PostParse(), MenuParse_fullscreen(), and Menus_AnyFullScreenVisible(). |
|
|
|
|
Definition at line 320 of file ui_shared.h. Referenced by Menu_HandleKey(), and MenuParse_onAccept(). |
|
|
Definition at line 318 of file ui_shared.h. Referenced by MenuParse_onClose(). |
|
|
Definition at line 322 of file ui_shared.h. Referenced by Menu_HandleKey(), and MenuParse_onESC(). |
|
|
Definition at line 317 of file ui_shared.h. Referenced by MenuParse_onOpen(), and Menus_Activate(). |
|
|
Definition at line 323 of file ui_shared.h. Referenced by MenuParse_soundLoop(), and Menus_Activate(). |
|