Quake II RTX doxygen  1.0 dev
menuCommon_s Struct Reference

#include <ui.h>

Public Attributes

menuType_t type
 
int id
 
char * name
 
menuFrameWork_tparent
 
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)
 

Detailed Description

Definition at line 140 of file ui.h.

Member Data Documentation

◆ activate

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().

◆ change

◆ color

color_t menuCommon_s::color

Definition at line 145 of file ui.h.

Referenced by Static_Draw().

◆ condition

menuCondition_t menuCommon_s::condition

Definition at line 155 of file ui.h.

◆ flags

◆ focus

menuSound_t(* menuCommon_s::focus) (struct menuCommon_s *, qboolean gain)

Definition at line 160 of file ui.h.

Referenced by Menu_SetFocus().

◆ height

int menuCommon_s::height

◆ id

int menuCommon_s::id

Definition at line 142 of file ui.h.

Referenced by M_Menu_PlayerConfig().

◆ keydown

menuSound_t(* menuCommon_s::keydown) (struct menuCommon_s *, int key)

Definition at line 159 of file ui.h.

Referenced by Menu_KeyEvent().

◆ name

◆ parent

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().

◆ rect

◆ status

◆ type

◆ uiFlags

◆ width

int menuCommon_s::width

Definition at line 150 of file ui.h.

Referenced by Bitmap_Init(), Menu_Size(), Parse_Bitmap(), and Size().

◆ x

◆ y