![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
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 |
| DeleteOldEvents() | CalendarMgr | |
| FreeEventId(uint64 id) | CalendarMgr | |
| FreeInviteId(uint64 id) | CalendarMgr | |
| GetEvent(uint64 eventId, CalendarEventStore::iterator *it=nullptr) | CalendarMgr | |
| GetEventInvites(uint64 eventId) | CalendarMgr | |
| GetEvents() const | CalendarMgr | inline |
| GetEventsCreatedBy(ObjectGuid guid, bool includeGuildEvents=false) | CalendarMgr | |
| GetFreeEventId() | CalendarMgr | |
| GetFreeInviteId() | CalendarMgr | |
| GetGuildEvents(uint32 guildId) | CalendarMgr | |
| GetInvite(uint64 inviteId) const | CalendarMgr | |
| GetInvites() const | CalendarMgr | inline |
| GetPlayerEvents(ObjectGuid guid) | CalendarMgr | |
| GetPlayerInvites(ObjectGuid guid) | CalendarMgr | |
| GetPlayerNumPending(ObjectGuid guid) | CalendarMgr | |
| instance() | CalendarMgr | static |
| LoadFromDB() | CalendarMgr | |
| RemoveAllPlayerEventsAndInvites(ObjectGuid guid) | CalendarMgr | |
| RemoveEvent(uint64 eventId, ObjectGuid remover) | CalendarMgr | |
| RemoveEvent(CalendarEvent *calendarEvent, ObjectGuid remover, CalendarEventStore::const_iterator *currIt=nullptr) | CalendarMgr | |
| RemoveInvite(uint64 inviteId, uint64 eventId, ObjectGuid remover) | CalendarMgr | |
| RemoveInvite(uint64 inviteId, uint64 eventId, uint64 remover) | CalendarMgr | |
| RemovePlayerGuildEventsAndSignups(ObjectGuid guid, uint32 guildId) | CalendarMgr | |
| SendCalendarClearPendingAction(ObjectGuid guid) | CalendarMgr | |
| SendCalendarCommandResult(ObjectGuid guid, CalendarError err, char const *param=nullptr) | CalendarMgr | |
| SendCalendarEvent(ObjectGuid guid, CalendarEvent const &calendarEvent, CalendarSendEventType sendType) | CalendarMgr | |
| SendCalendarEventInvite(CalendarInvite const &invite) | CalendarMgr | |
| SendCalendarEventInviteAlert(CalendarEvent const &calendarEvent, CalendarInvite const &invite) | CalendarMgr | |
| SendCalendarEventInviteRemove(CalendarEvent const &calendarEvent, CalendarInvite const &invite, uint32 flags) | CalendarMgr | |
| SendCalendarEventInviteRemoveAlert(ObjectGuid guid, CalendarEvent const &calendarEvent, CalendarInviteStatus status) | CalendarMgr | |
| SendCalendarEventModeratorStatusAlert(CalendarEvent const &calendarEvent, CalendarInvite const &invite) | CalendarMgr | |
| SendCalendarEventRemovedAlert(CalendarEvent const &calendarEvent) | CalendarMgr | |
| SendCalendarEventStatus(CalendarEvent const &calendarEvent, CalendarInvite const &invite) | CalendarMgr | |
| SendCalendarEventUpdateAlert(CalendarEvent const &calendarEvent, time_t oldEventTime) | CalendarMgr | |
| SendPacketToAllEventRelatives(WorldPacket packet, CalendarEvent const &calendarEvent) | CalendarMgr | |
| UpdateEvent(CalendarEvent *calendarEvent) | CalendarMgr | |
| UpdateInvite(CalendarInvite *invite, CharacterDatabaseTransaction trans=nullptr) | CalendarMgr | |
| ~CalendarMgr() | CalendarMgr | private |