UFO: Alien Invasion
Loading...
Searching...
No Matches
msgCategoryEntry_t Struct Reference

#include <cp_messageoptions.h>

Collaboration diagram for msgCategoryEntry_t:
Collaboration graph

Data Fields

const char * notifyType
struct msgCategory_s * category
struct msgCategoryEntry_s * next
struct msgCategoryEntry_s * previous
messageSettings_tsettings
bool isCategory

Detailed Description

Definition at line 93 of file cp_messageoptions.h.

Field Documentation

◆ category

struct msgCategory_s* msgCategoryEntry_t::category

associated category

Definition at line 95 of file cp_messageoptions.h.

Referenced by MSO_ParseCategory(), and MSO_UpdateVisibleButtons().

◆ isCategory

bool msgCategoryEntry_t::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().

◆ next

struct msgCategoryEntry_s* msgCategoryEntry_t::next

pointer to next in category

Definition at line 96 of file cp_messageoptions.h.

Referenced by MSO_ParseCategory().

◆ notifyType

const char* msgCategoryEntry_t::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().

◆ previous

struct msgCategoryEntry_s* msgCategoryEntry_t::previous

pointer to previous in category

Definition at line 97 of file cp_messageoptions.h.

Referenced by MSO_ParseCategory().

◆ settings

messageSettings_t* msgCategoryEntry_t::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: