TrinityCore
CalendarEvent Member List

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

_dateCalendarEventprivate
_descriptionCalendarEventprivate
_eventGuildIdCalendarEventprivate
_eventIdCalendarEventprivate
_eventTypeCalendarEventprivate
_flagsCalendarEventprivate
_lockDateCalendarEventprivate
_ownerGUIDCalendarEventprivate
_textureIdCalendarEventprivate
_titleCalendarEventprivate
BuildCalendarMailBody(Player const *invitee) constCalendarEvent
BuildCalendarMailSubject(ObjectGuid remover) constCalendarEvent
CalendarEvent(CalendarEvent const &calendarEvent, uint64 eventId)CalendarEventinline
CalendarEvent(uint64 eventId, ObjectGuid ownerGUID, ObjectGuid::LowType guildId, CalendarEventType type, int32 textureId, time_t date, uint32 flags, std::string title, std::string description, time_t lockDate)CalendarEventinline
CalendarEvent()CalendarEventinline
CalendarEvent(CalendarEvent const &)=deleteCalendarEvent
CalendarEvent(CalendarEvent &&)=deleteCalendarEvent
GetDate() constCalendarEventinline
GetDescription() constCalendarEventinline
GetEventId() constCalendarEventinline
GetFlags() constCalendarEventinline
GetGuildId() constCalendarEventinline
GetLockDate() constCalendarEventinline
GetOwnerGUID() constCalendarEventinline
GetTextureId() constCalendarEventinline
GetTitle() constCalendarEventinline
GetType() constCalendarEventinline
IsGuildAnnouncement() constCalendarEventinline
IsGuildAnnouncement(uint32 flags)CalendarEventinlinestatic
IsGuildEvent() constCalendarEventinline
IsGuildEvent(uint32 flags)CalendarEventinlinestatic
IsLocked() constCalendarEventinline
operator=(CalendarEvent const &)=deleteCalendarEvent
operator=(CalendarEvent &&)=deleteCalendarEvent
SetDate(time_t date)CalendarEventinline
SetDescription(std::string const &description)CalendarEventinline
SetEventId(uint64 eventId)CalendarEventinline
SetFlags(uint32 flags)CalendarEventinline
SetGuildId(ObjectGuid::LowType guildId)CalendarEventinline
SetLockDate(time_t lockDate)CalendarEventinline
SetOwnerGUID(ObjectGuid guid)CalendarEventinline
SetTextureId(int32 textureId)CalendarEventinline
SetTitle(std::string const &title)CalendarEventinline
SetType(CalendarEventType eventType)CalendarEventinline
~CalendarEvent()CalendarEvent