#include <qmenu.h>
Public Attributes | |
int | x |
int | y |
int | cursor |
int | nitems |
int | nslots |
void * | items [64] |
const char * | statusbar |
void(* | cursordraw )(struct _tag_menuframework *m) |
int _tag_menuframework::cursor |
Definition at line 52 of file qmenu.h.
Referenced by Default_MenuKey(), DownloadOptions_MenuInit(), KeyCursorDrawFunc(), LoadGame_MenuKey(), Menu_AdjustCursor(), Menu_ItemAtCursor(), Menulist_DoEnter(), SaveGame_MenuKey(), and VID_MenuKey().
void(* _tag_menuframework::cursordraw) (struct _tag_menuframework *m) |
Definition at line 60 of file qmenu.h.
Referenced by Keys_MenuInit(), and Menu_Draw().
void* _tag_menuframework::items[64] |
Definition at line 56 of file qmenu.h.
Referenced by Menu_AddItem(), Menu_Center(), Menu_Draw(), Menu_ItemAtCursor(), and Menu_TallySlots().
int _tag_menuframework::nitems |
Definition at line 54 of file qmenu.h.
Referenced by AddressBook_MenuInit(), DMOptions_MenuInit(), DownloadOptions_MenuInit(), Game_MenuInit(), JoinServer_MenuInit(), Keys_MenuInit(), LoadGame_MenuInit(), Menu_AddItem(), Menu_AdjustCursor(), Menu_Center(), Menu_Draw(), Menu_ItemAtCursor(), Menu_TallySlots(), Multiplayer_MenuInit(), Options_MenuInit(), PlayerConfig_MenuInit(), SaveGame_MenuInit(), StartServer_MenuInit(), and VID_MenuInit().
int _tag_menuframework::nslots |
Definition at line 55 of file qmenu.h.
Referenced by Menu_AddItem().
const char* _tag_menuframework::statusbar |
Definition at line 58 of file qmenu.h.
Referenced by Menu_Draw(), and Menu_SetStatusBar().
int _tag_menuframework::x |
Definition at line 51 of file qmenu.h.
Referenced by Action_Draw(), AddressBook_MenuInit(), DMOptions_MenuInit(), DownloadOptions_MenuInit(), DrawKeyBindingFunc(), Field_Draw(), Game_MenuInit(), JoinServer_MenuInit(), KeyCursorDrawFunc(), Keys_MenuInit(), LoadGame_MenuInit(), Menu_Draw(), MenuList_Draw(), Multiplayer_MenuInit(), Options_MenuInit(), PlayerConfig_MenuDraw(), PlayerConfig_MenuInit(), SaveGame_MenuInit(), StartServer_MenuInit(), and VID_MenuInit().
int _tag_menuframework::y |
Definition at line 51 of file qmenu.h.
Referenced by Action_Draw(), AddressBook_MenuInit(), DrawKeyBindingFunc(), Field_Draw(), KeyCursorDrawFunc(), LoadGame_MenuInit(), Menu_Center(), Menu_Draw(), MenuList_Draw(), Options_MenuInit(), PlayerConfig_MenuInit(), SaveGame_MenuInit(), and VID_MenuInit().