![]() |
TrinityCore
|
This is the complete list of members for CalendarMgr, including all inherited members.
| _events | CalendarMgr | private |
| _freeEventIds | CalendarMgr | private |
| _freeInviteIds | CalendarMgr | private |
| _invites | CalendarMgr | private |
| _maxEventId | CalendarMgr | private |
| _maxInviteId | CalendarMgr | private |
| AddEvent(CalendarEvent *calendarEvent, CalendarSendEventType sendType) | CalendarMgr | |
| AddInvite(CalendarEvent *calendarEvent, CalendarInvite *invite, CharacterDatabaseTransaction trans=nullptr) | CalendarMgr | |
| CalendarMgr() | CalendarMgr | private |
| CalendarMgr(CalendarMgr const &)=delete | CalendarMgr | |
| CalendarMgr(CalendarMgr &&)=delete | CalendarMgr | |
| DeleteOldEvents() | CalendarMgr | |
| FreeEventId(uint64 id) | CalendarMgr | |
| FreeInviteId(uint64 id) | CalendarMgr | |
| GetAllEventRelatives(CalendarEvent const &calendarEvent) const | CalendarMgr | |
| GetEvent(uint64 eventId) const | CalendarMgr | |
| GetEventInvites(uint64 eventId) const | CalendarMgr | |
| GetEvents() const | CalendarMgr | inline |
| GetEventsCreatedBy(ObjectGuid guid, bool includeGuildEvents=false) const | CalendarMgr | |
| GetFreeEventId() | CalendarMgr | |
| GetFreeInviteId() | CalendarMgr | |
| GetGuildEvents(ObjectGuid::LowType guildId) const | CalendarMgr | |
| GetInvite(uint64 inviteId) const | CalendarMgr | |
| GetInvites() const | CalendarMgr | inline |
| GetPlayerEvents(ObjectGuid guid) const | CalendarMgr | |
| GetPlayerInvites(ObjectGuid guid) const | CalendarMgr | |
| GetPlayerNumPending(ObjectGuid guid) | CalendarMgr | |
| instance() | CalendarMgr | static |
| LoadFromDB() | CalendarMgr | |
| operator=(CalendarMgr const &)=delete | CalendarMgr | |
| operator=(CalendarMgr &&)=delete | CalendarMgr | |
| RemoveAllPlayerEventsAndInvites(ObjectGuid guid) | CalendarMgr | |
| RemoveEvent(uint64 eventId, ObjectGuid remover) | CalendarMgr | |
| RemoveEvent(CalendarEvent *calendarEvent, ObjectGuid remover) | CalendarMgr | |
| RemoveInvite(uint64 inviteId, uint64 eventId, ObjectGuid remover) | CalendarMgr | |
| RemovePlayerGuildEventsAndSignups(ObjectGuid guid, ObjectGuid::LowType guildId) | CalendarMgr | |
| SendCalendarClearPendingAction(ObjectGuid guid) const | CalendarMgr | |
| SendCalendarCommandResult(ObjectGuid guid, CalendarError err, char const *param=nullptr) const | CalendarMgr | |
| SendCalendarEvent(ObjectGuid guid, CalendarEvent const &calendarEvent, CalendarSendEventType sendType) const | CalendarMgr | |
| SendCalendarEventInvite(CalendarInvite const &invite) const | CalendarMgr | |
| SendCalendarEventInviteAlert(CalendarEvent const &calendarEvent, CalendarInvite const &invite) const | CalendarMgr | |
| SendCalendarEventInviteRemove(CalendarEvent const &calendarEvent, CalendarInvite const &invite, uint32 flags) const | CalendarMgr | |
| SendCalendarEventInviteRemoveAlert(ObjectGuid guid, CalendarEvent const &calendarEvent, CalendarInviteStatus status) const | CalendarMgr | |
| SendCalendarEventModeratorStatusAlert(CalendarEvent const &calendarEvent, CalendarInvite const &invite) const | CalendarMgr | |
| SendCalendarEventRemovedAlert(CalendarEvent const &calendarEvent) const | CalendarMgr | |
| SendCalendarEventStatus(CalendarEvent const &calendarEvent, CalendarInvite const &invite) const | CalendarMgr | |
| SendCalendarEventUpdateAlert(CalendarEvent const &calendarEvent, time_t originalDate) const | CalendarMgr | |
| SendPacketToAllEventRelatives(WorldPacket const *packet, CalendarEvent const &calendarEvent) const | CalendarMgr | |
| UpdateEvent(CalendarEvent *calendarEvent) | CalendarMgr | |
| UpdateInvite(CalendarInvite *invite, CharacterDatabaseTransaction trans=nullptr) | CalendarMgr | |
| ~CalendarMgr() | CalendarMgr | private |