#include <cp_messageoptions.h>
Data Fields | |
const char * | notifyType |
struct msgCategory_s * | category |
struct msgCategoryEntry_s * | next |
struct msgCategoryEntry_s * | previous |
messageSettings_t * | settings |
qboolean | isCategory |
Definition at line 92 of file cp_messageoptions.h.
associated category
Definition at line 94 of file cp_messageoptions.h.
Referenced by MSO_ParseCategories(), and MSO_UpdateVisibleButtons().
flag indicating that this is a category and no notification type
Definition at line 98 of file cp_messageoptions.h.
Referenced by MSO_InitList(), MSO_ParseCategories(), MSO_Toggle_f(), and MSO_UpdateVisibleButtons().
pointer to next in category
Definition at line 95 of file cp_messageoptions.h.
Referenced by MSO_ParseCategories().
const char* msgCategoryEntry_s::notifyType |
notification type or category name
Definition at line 93 of file cp_messageoptions.h.
Referenced by MSO_InitList(), MSO_ParseCategories(), and MSO_Toggle_f().
pointer to previous in category
Definition at line 96 of file cp_messageoptions.h.
Referenced by MSO_ParseCategories().
associated settings
Definition at line 97 of file cp_messageoptions.h.
Referenced by MSO_ParseCategories(), MSO_Toggle_f(), and MSO_UpdateVisibleButtons().