![]() |
TrinityCore
|
#include <CalendarMgr.h>
Static Public Member Functions | |
| static CalendarMgr * | instance () |
Private Member Functions | |
| CalendarMgr () | |
| ~CalendarMgr () | |
Private Attributes | |
| CalendarEventStore | _events |
| CalendarEventInviteStore | _invites |
| std::deque< uint64 > | _freeEventIds |
| std::deque< uint64 > | _freeInviteIds |
| uint64 | _maxEventId |
| uint64 | _maxInviteId |
|
private |
|
private |
| void CalendarMgr::AddEvent | ( | CalendarEvent * | calendarEvent, |
| CalendarSendEventType | sendType | ||
| ) |
Here is the call graph for this function:| void CalendarMgr::AddInvite | ( | CalendarEvent * | calendarEvent, |
| CalendarInvite * | invite | ||
| ) |
| void CalendarMgr::AddInvite | ( | CalendarEvent * | calendarEvent, |
| CalendarInvite * | invite, | ||
| SQLTransaction & | trans | ||
| ) |
Here is the call graph for this function:| void CalendarMgr::FreeEventId | ( | uint64 | id | ) |
| void CalendarMgr::FreeInviteId | ( | uint64 | id | ) |
| CalendarEvent * CalendarMgr::GetEvent | ( | uint64 | eventId | ) | const |
Here is the caller graph for this function:| CalendarInviteStore const & CalendarMgr::GetEventInvites | ( | uint64 | eventId | ) |
|
inline |
| uint64 CalendarMgr::GetFreeEventId | ( | ) |
| uint64 CalendarMgr::GetFreeInviteId | ( | ) |
| CalendarInvite * CalendarMgr::GetInvite | ( | uint64 | inviteId | ) | const |
|
inline |
| CalendarEventStore CalendarMgr::GetPlayerEvents | ( | ObjectGuid | guid | ) |
Here is the call graph for this function:| CalendarInviteStore CalendarMgr::GetPlayerInvites | ( | ObjectGuid | guid | ) |
| uint32 CalendarMgr::GetPlayerNumPending | ( | ObjectGuid | guid | ) |
Here is the call graph for this function:
|
static |
| void CalendarMgr::LoadFromDB | ( | ) |
Here is the call graph for this function:| void CalendarMgr::RemoveAllPlayerEventsAndInvites | ( | ObjectGuid | guid | ) |
Here is the call graph for this function:| void CalendarMgr::RemoveEvent | ( | uint64 | eventId, |
| ObjectGuid | remover | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void CalendarMgr::RemoveInvite | ( | uint64 | inviteId, |
| uint64 | eventId, | ||
| ObjectGuid | remover | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void CalendarMgr::RemovePlayerGuildEventsAndSignups | ( | ObjectGuid | guid, |
| ObjectGuid::LowType | guildId | ||
| ) |
Here is the call graph for this function:| void CalendarMgr::SendCalendarClearPendingAction | ( | ObjectGuid | guid | ) |
Here is the call graph for this function:| void CalendarMgr::SendCalendarCommandResult | ( | ObjectGuid | guid, |
| CalendarError | err, | ||
| char const * | param = NULL |
||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void CalendarMgr::SendCalendarEvent | ( | ObjectGuid | guid, |
| CalendarEvent const & | calendarEvent, | ||
| CalendarSendEventType | sendType | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void CalendarMgr::SendCalendarEventInvite | ( | CalendarInvite const & | invite | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void CalendarMgr::SendCalendarEventInviteAlert | ( | CalendarEvent const & | calendarEvent, |
| CalendarInvite const & | invite | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void CalendarMgr::SendCalendarEventInviteRemove | ( | CalendarEvent const & | calendarEvent, |
| CalendarInvite const & | invite, | ||
| uint32 | flags | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void CalendarMgr::SendCalendarEventInviteRemoveAlert | ( | ObjectGuid | guid, |
| CalendarEvent const & | calendarEvent, | ||
| CalendarInviteStatus | status | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void CalendarMgr::SendCalendarEventModeratorStatusAlert | ( | CalendarEvent const & | calendarEvent, |
| CalendarInvite const & | invite | ||
| ) |
Here is the call graph for this function:| void CalendarMgr::SendCalendarEventRemovedAlert | ( | CalendarEvent const & | calendarEvent | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void CalendarMgr::SendCalendarEventStatus | ( | CalendarEvent const & | calendarEvent, |
| CalendarInvite const & | invite | ||
| ) |
Here is the call graph for this function:| void CalendarMgr::SendCalendarEventUpdateAlert | ( | CalendarEvent const & | calendarEvent, |
| time_t | originalDate | ||
| ) |
Here is the call graph for this function:| void CalendarMgr::SendPacketToAllEventRelatives | ( | WorldPacket const * | packet, |
| CalendarEvent const & | calendarEvent | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void CalendarMgr::UpdateEvent | ( | CalendarEvent * | calendarEvent | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void CalendarMgr::UpdateInvite | ( | CalendarInvite * | invite | ) |
Here is the caller graph for this function:| void CalendarMgr::UpdateInvite | ( | CalendarInvite * | invite, |
| SQLTransaction & | trans | ||
| ) |
Here is the call graph for this function:
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
1.8.8