#include <ui.h>
Public Attributes | |
menuType_t | type |
int | id |
char * | name |
menuFrameWork_t * | parent |
color_t | color |
vrect_t | rect |
char * | status |
int | x |
int | y |
int | width |
int | height |
int | flags |
int | uiFlags |
menuCondition_t | condition |
menuSound_t(* | activate )(struct menuCommon_s *) |
menuSound_t(* | change )(struct menuCommon_s *) |
menuSound_t(* | keydown )(struct menuCommon_s *, int key) |
menuSound_t(* | focus )(struct menuCommon_s *, qboolean gain) |
menuSound_t(* menuCommon_s::activate) (struct menuCommon_s *) |
Definition at line 157 of file ui.h.
Referenced by Common_DoEnter(), M_Menu_Demos(), M_Menu_Servers(), MenuList_Click(), and Parse_Bitmap().
menuSound_t(* menuCommon_s::change) (struct menuCommon_s *) |
Definition at line 158 of file ui.h.
Referenced by Field_Char(), M_Menu_Demos(), M_Menu_PlayerConfig(), M_Menu_Servers(), MenuList_Click(), MenuList_Key(), MenuList_SetValue(), Slider_DoSlide(), SpinControl_DoEnter(), and SpinControl_DoSlide().
color_t menuCommon_s::color |
Definition at line 145 of file ui.h.
Referenced by Static_Draw().
menuCondition_t menuCommon_s::condition |
int menuCommon_s::flags |
Definition at line 152 of file ui.h.
Referenced by Action_Draw(), Bitmap_Draw(), Field_Draw(), Field_TestKey(), Keybind_Draw(), M_Menu_Demos(), M_Menu_PlayerConfig(), M_Menu_Servers(), Menu_AdjustCursor(), Menu_DefaultKey(), Menu_HitTest(), Menu_ItemAtCursor(), Menu_SetFocus(), Menu_Size(), MenuList_Draw(), Savegame_Push(), Slider_Draw(), SpinControl_Draw(), Static_Draw(), UI_DoHitTest(), and UpdateSelection().
menuSound_t(* menuCommon_s::focus) (struct menuCommon_s *, qboolean gain) |
Definition at line 160 of file ui.h.
Referenced by Menu_SetFocus().
int menuCommon_s::height |
Definition at line 150 of file ui.h.
Referenced by Bitmap_Init(), Menu_Size(), MenuList_Click(), MenuList_Init(), MenuList_MouseMove(), Parse_Bitmap(), Size(), SizeCompact(), and SizeFull().
int menuCommon_s::id |
Definition at line 142 of file ui.h.
Referenced by M_Menu_PlayerConfig().
menuSound_t(* menuCommon_s::keydown) (struct menuCommon_s *, int key) |
Definition at line 159 of file ui.h.
Referenced by Menu_KeyEvent().
char* menuCommon_s::name |
Definition at line 143 of file ui.h.
Referenced by Action_Draw(), Action_Free(), Action_Init(), BitField_Free(), Field_Draw(), Field_Free(), Field_Init(), Keybind_Draw(), Keybind_Free(), Keybind_Init(), M_Menu_PlayerConfig(), Pairs_Free(), Savegame_Push(), Separator_Draw(), Size(), Slider_Draw(), Slider_Free(), Slider_Init(), SpinControl_Draw(), SpinControl_Free(), SpinControl_Init(), Static_Draw(), and Static_Init().
menuFrameWork_t* menuCommon_s::parent |
Definition at line 144 of file ui.h.
Referenced by keybind_cb(), Keybind_DoEnter(), Keybind_Draw(), Keybind_Key(), and Menu_SetFocus().
vrect_t menuCommon_s::rect |
Definition at line 146 of file ui.h.
Referenced by Action_Init(), Bitmap_Init(), Field_Draw(), Field_Init(), Keybind_Init(), Menu_HitTest(), MenuList_Click(), MenuList_Draw(), MenuList_Init(), Savegame_Push(), Separator_Init(), Slider_Init(), SpinControl_Init(), and Static_Init().
char* menuCommon_s::status |
Definition at line 147 of file ui.h.
Referenced by Action_Free(), BitField_Free(), Bitmap_Free(), Field_Free(), keybind_cb(), Keybind_Free(), Menu_SetFocus(), Pairs_Free(), Parse_Bitmap(), Slider_Free(), and SpinControl_Free().
menuType_t menuCommon_s::type |
Definition at line 141 of file ui.h.
Referenced by Keybind_Update(), M_Menu_Demos(), M_Menu_PlayerConfig(), M_Menu_Servers(), Menu_CharEvent(), Menu_KeyEvent(), Menu_MouseMove(), Menu_SelectItem(), Menu_Size(), Menu_SlideItem(), Parse_Bitmap(), and Savegame_Push().
int menuCommon_s::uiFlags |
Definition at line 153 of file ui.h.
Referenced by Action_Draw(), Action_Init(), Field_Draw(), Field_Init(), Keybind_Draw(), Keybind_Init(), Savegame_Push(), Slider_Draw(), SpinControl_Draw(), SpinControl_Init(), Static_Draw(), and Static_Init().
int menuCommon_s::width |
Definition at line 150 of file ui.h.
Referenced by Bitmap_Init(), Menu_Size(), Parse_Bitmap(), and Size().
int menuCommon_s::x |
Definition at line 149 of file ui.h.
Referenced by Action_Draw(), Action_Init(), Bitmap_Draw(), Bitmap_Init(), Field_Draw(), Field_Init(), Keybind_Draw(), Keybind_Init(), Menu_Size(), MenuList_Init(), Separator_Draw(), Size(), SizeCompact(), SizeFull(), Slider_Click(), Slider_Draw(), Slider_Init(), Slider_MouseMove(), SpinControl_Draw(), SpinControl_Init(), Static_Draw(), and Static_Init().
int menuCommon_s::y |
Definition at line 149 of file ui.h.
Referenced by Action_Draw(), Action_Init(), Bitmap_Draw(), Bitmap_Init(), Field_Draw(), Field_Init(), Keybind_Draw(), Keybind_Init(), Menu_Size(), MenuList_Init(), MenuList_MouseMove(), Separator_Draw(), Size(), SizeCompact(), SizeFull(), Slider_Click(), Slider_Draw(), Slider_Init(), SpinControl_Draw(), SpinControl_Init(), Static_Draw(), and Static_Init().