AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
CalendarEvent Member List

This is the complete list of members for CalendarEvent, including all inherited members.

_creatorGUIDCalendarEventprivate
_descriptionCalendarEventprivate
_dungeonIdCalendarEventprivate
_eventIdCalendarEventprivate
_eventTimeCalendarEventprivate
_flagsCalendarEventprivate
_guildIdCalendarEventprivate
_timezoneTimeCalendarEventprivate
_titleCalendarEventprivate
_typeCalendarEventprivate
BuildCalendarMailBody() constCalendarEvent
BuildCalendarMailSubject(ObjectGuid remover) constCalendarEvent
CalendarEvent(CalendarEvent const &calendarEvent, uint64 eventId)CalendarEventinline
CalendarEvent(uint64 eventId, ObjectGuid creatorGUID, uint32 guildId, CalendarEventType type, int32 dungeonId, time_t eventTime, uint32 flags, time_t timezoneTime, std::string title, std::string description)CalendarEventinline
CalendarEvent()CalendarEventinline
GetCreatorGUID() constCalendarEventinline
GetDescription() constCalendarEventinline
GetDungeonId() constCalendarEventinline
GetEventId() constCalendarEventinline
GetEventTime() constCalendarEventinline
GetFlags() constCalendarEventinline
GetGuildId() constCalendarEventinline
GetTimeZoneTime() constCalendarEventinline
GetTitle() constCalendarEventinline
GetType() constCalendarEventinline
IsGuildAnnouncement() constCalendarEventinline
IsGuildAnnouncement(uint32 flags)CalendarEventinlinestatic
IsGuildEvent() constCalendarEventinline
IsGuildEvent(uint32 flags)CalendarEventinlinestatic
SetCreatorGUID(ObjectGuid guid)CalendarEventinline
SetDescription(const std::string &description)CalendarEventinline
SetDungeonId(int32 dungeonId)CalendarEventinline
SetEventId(uint64 eventId)CalendarEventinline
SetEventTime(time_t eventTime)CalendarEventinline
SetFlags(uint32 flags)CalendarEventinline
SetGuildId(uint32 guildId)CalendarEventinline
SetTimeZoneTime(time_t timezoneTime)CalendarEventinline
SetTitle(const std::string &title)CalendarEventinline
SetType(CalendarEventType type)CalendarEventinline
~CalendarEvent()CalendarEvent