|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <CalendarMgr.h>
Public Member Functions | |
| CalendarInvite () | |
| CalendarInvite (CalendarInvite const &calendarInvite, uint64 inviteId, uint64 eventId, uint64 creatorGuid) | |
| CalendarInvite (uint64 inviteId, uint64 eventId, uint64 invitee, uint64 senderGUID, time_t statusTime, CalendarInviteStatus status, CalendarModerationRank rank, std::string text) | |
| uint64 | GetEventId () const |
| uint64 | GetInviteeGUID () const |
| uint64 | GetInviteId () const |
| CalendarModerationRank | GetRank () const |
| uint64 | GetSenderGUID () const |
| CalendarInviteStatus | GetStatus () const |
| time_t | GetStatusTime () const |
| std::string | GetText () const |
| void | SetEventId (uint64 eventId) |
| void | SetInvitee (uint64 guid) |
| void | SetInviteId (uint64 inviteId) |
| void | SetRank (CalendarModerationRank rank) |
| void | SetSenderGUID (uint64 guid) |
| void | SetStatus (CalendarInviteStatus status) |
| void | SetStatusTime (time_t statusTime) |
| void | SetText (const std::string &text) |
| ~CalendarInvite () | |
Private Attributes | |
| uint64 | _eventId |
| uint64 | _invitee |
| uint64 | _inviteId |
| CalendarModerationRank | _rank |
| uint64 | _senderGUID |
| CalendarInviteStatus | _status |
| time_t | _statusTime |
| std::string | _text |
Definition at line 124 of file CalendarMgr.h.
|
inline |
Definition at line 127 of file CalendarMgr.h.
References _eventId, _invitee, _inviteId, _rank, _senderGUID, _status, _statusTime, _text, CALENDAR_RANK_MODERATOR, CALENDAR_RANK_OWNER, CALENDAR_STATUS_CONFIRMED, CALENDAR_STATUS_INVITED, CalendarInvite(), GetInviteeGUID(), GetRank(), and GetText().
Referenced by CalendarInvite().
|
inline |
Definition at line 139 of file CalendarMgr.h.
References _eventId, _invitee, _inviteId, _rank, _senderGUID, _status, _statusTime, _text, CALENDAR_RANK_PLAYER, and CALENDAR_STATUS_INVITED.
|
inline |
Definition at line 142 of file CalendarMgr.h.
References _eventId, _invitee, _inviteId, _rank, _senderGUID, _status, _statusTime, and _text.
| CalendarInvite::~CalendarInvite | ( | ) |
Definition at line 15 of file CalendarMgr.cpp.
References _inviteId, and sCalendarMgr.
|
inline |
Definition at line 153 of file CalendarMgr.h.
References _eventId.
Referenced by CalendarMgr::AddInvite(), CalendarMgr::SendCalendarEventInvite(), CalendarMgr::SendCalendarEventInviteRemove(), CalendarMgr::SendCalendarEventModeratorStatus(), and CalendarMgr::UpdateInvite().
|
inline |
Definition at line 159 of file CalendarMgr.h.
References _invitee.
Referenced by CalendarMgr::AddInvite(), CalendarInvite(), CalendarMgr::RemoveEvent(), CalendarMgr::SendCalendarEvent(), CalendarMgr::SendCalendarEventInvite(), CalendarMgr::SendCalendarEventInviteAlert(), CalendarMgr::SendCalendarEventInviteRemove(), CalendarMgr::SendCalendarEventModeratorStatus(), CalendarMgr::SendCalendarEventStatus(), CalendarMgr::SendCalendarEventStatusAlert(), and CalendarMgr::UpdateInvite().
|
inline |
Definition at line 150 of file CalendarMgr.h.
References _inviteId.
Referenced by CalendarMgr::RemoveEvent(), CalendarMgr::SendCalendarEvent(), CalendarMgr::SendCalendarEventInvite(), CalendarMgr::SendCalendarEventInviteAlert(), and CalendarMgr::UpdateInvite().
|
inline |
Definition at line 171 of file CalendarMgr.h.
References _rank.
Referenced by CalendarInvite(), CalendarMgr::SendCalendarEvent(), CalendarMgr::SendCalendarEventInviteAlert(), CalendarMgr::SendCalendarEventModeratorStatus(), and CalendarMgr::UpdateInvite().
|
inline |
Definition at line 156 of file CalendarMgr.h.
References _senderGUID.
Referenced by CalendarMgr::SendCalendarEventInvite(), CalendarMgr::SendCalendarEventInviteAlert(), and CalendarMgr::UpdateInvite().
|
inline |
Definition at line 168 of file CalendarMgr.h.
References _status.
Referenced by CalendarMgr::SendCalendarEvent(), CalendarMgr::SendCalendarEventInvite(), CalendarMgr::SendCalendarEventInviteAlert(), CalendarMgr::SendCalendarEventStatus(), CalendarMgr::SendCalendarEventStatusAlert(), and CalendarMgr::UpdateInvite().
|
inline |
Definition at line 162 of file CalendarMgr.h.
References _statusTime.
Referenced by CalendarMgr::SendCalendarEvent(), CalendarMgr::SendCalendarEventInvite(), CalendarMgr::SendCalendarEventStatus(), and CalendarMgr::UpdateInvite().
|
inline |
Definition at line 165 of file CalendarMgr.h.
References _text.
Referenced by CalendarInvite(), CalendarMgr::SendCalendarEvent(), and CalendarMgr::UpdateInvite().
|
inline |
Definition at line 152 of file CalendarMgr.h.
References _eventId.
|
inline |
Definition at line 158 of file CalendarMgr.h.
References _invitee.
|
inline |
Definition at line 149 of file CalendarMgr.h.
References _inviteId.
|
inline |
Definition at line 170 of file CalendarMgr.h.
References _rank.
|
inline |
Definition at line 155 of file CalendarMgr.h.
References _senderGUID.
|
inline |
Definition at line 167 of file CalendarMgr.h.
References _status.
|
inline |
Definition at line 161 of file CalendarMgr.h.
References _statusTime.
|
inline |
Definition at line 164 of file CalendarMgr.h.
References _text.
|
private |
Definition at line 175 of file CalendarMgr.h.
Referenced by CalendarInvite(), CalendarInvite(), CalendarInvite(), GetEventId(), and SetEventId().
|
private |
Definition at line 176 of file CalendarMgr.h.
Referenced by CalendarInvite(), CalendarInvite(), CalendarInvite(), GetInviteeGUID(), and SetInvitee().
|
private |
Definition at line 174 of file CalendarMgr.h.
Referenced by CalendarInvite(), CalendarInvite(), CalendarInvite(), GetInviteId(), SetInviteId(), and ~CalendarInvite().
|
private |
Definition at line 180 of file CalendarMgr.h.
Referenced by CalendarInvite(), CalendarInvite(), CalendarInvite(), GetRank(), and SetRank().
|
private |
Definition at line 177 of file CalendarMgr.h.
Referenced by CalendarInvite(), CalendarInvite(), CalendarInvite(), GetSenderGUID(), and SetSenderGUID().
|
private |
Definition at line 179 of file CalendarMgr.h.
Referenced by CalendarInvite(), CalendarInvite(), CalendarInvite(), GetStatus(), and SetStatus().
|
private |
Definition at line 178 of file CalendarMgr.h.
Referenced by CalendarInvite(), CalendarInvite(), CalendarInvite(), GetStatusTime(), and SetStatusTime().
|
private |
Definition at line 181 of file CalendarMgr.h.
Referenced by CalendarInvite(), CalendarInvite(), CalendarInvite(), GetText(), and SetText().