UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
msgCategoryEntry_s Struct Reference

#include <cp_messageoptions.h>

Data Fields

const char * notifyType
 
struct msgCategory_scategory
 
struct msgCategoryEntry_snext
 
struct msgCategoryEntry_sprevious
 
messageSettings_tsettings
 
bool isCategory
 

Detailed Description

Definition at line 93 of file cp_messageoptions.h.

Field Documentation

struct msgCategory_s* msgCategoryEntry_s::category

associated category

Definition at line 95 of file cp_messageoptions.h.

Referenced by MSO_ParseCategory(), and MSO_UpdateVisibleButtons().

bool msgCategoryEntry_s::isCategory

flag indicating that this is a category and no notification type

Definition at line 99 of file cp_messageoptions.h.

Referenced by MSO_InitList(), MSO_ParseCategory(), MSO_Toggle_f(), and MSO_UpdateVisibleButtons().

struct msgCategoryEntry_s* msgCategoryEntry_s::next

pointer to next in category

Definition at line 96 of file cp_messageoptions.h.

Referenced by MSO_ParseCategory().

const char* msgCategoryEntry_s::notifyType

notification type or category name

Definition at line 94 of file cp_messageoptions.h.

Referenced by MSO_InitList(), MSO_ParseCategory(), and MSO_Toggle_f().

struct msgCategoryEntry_s* msgCategoryEntry_s::previous

pointer to previous in category

Definition at line 97 of file cp_messageoptions.h.

Referenced by MSO_ParseCategory().

messageSettings_t* msgCategoryEntry_s::settings

associated settings

Definition at line 98 of file cp_messageoptions.h.

Referenced by MSO_ParseCategory(), MSO_Toggle_f(), and MSO_UpdateVisibleButtons().


The documentation for this struct was generated from the following file: