#include <CalendarMgr.h>
|
| | CalendarEvent (CalendarEvent const &calendarEvent, uint64 eventId) |
| |
| | 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) |
| |
| | CalendarEvent () |
| |
| | CalendarEvent (CalendarEvent const &)=delete |
| |
| | CalendarEvent (CalendarEvent &&)=delete |
| |
| CalendarEvent & | operator= (CalendarEvent const &)=delete |
| |
| CalendarEvent & | operator= (CalendarEvent &&)=delete |
| |
| | ~CalendarEvent () |
| |
| void | SetEventId (uint64 eventId) |
| |
| uint64 | GetEventId () const |
| |
| void | SetOwnerGUID (ObjectGuid guid) |
| |
| ObjectGuid | GetOwnerGUID () const |
| |
| void | SetGuildId (ObjectGuid::LowType guildId) |
| |
| ObjectGuid::LowType | GetGuildId () const |
| |
| void | SetTitle (std::string const &title) |
| |
| std::string | GetTitle () const |
| |
| void | SetDescription (std::string const &description) |
| |
| std::string | GetDescription () const |
| |
| void | SetType (CalendarEventType eventType) |
| |
| CalendarEventType | GetType () const |
| |
| void | SetTextureId (int32 textureId) |
| |
| int32 | GetTextureId () const |
| |
| void | SetDate (time_t date) |
| |
| time_t | GetDate () const |
| |
| void | SetFlags (uint32 flags) |
| |
| uint32 | GetFlags () const |
| |
| bool | IsGuildEvent () const |
| |
| bool | IsGuildAnnouncement () const |
| |
| bool | IsLocked () const |
| |
| void | SetLockDate (time_t lockDate) |
| |
| time_t | GetLockDate () const |
| |
| std::string | BuildCalendarMailSubject (ObjectGuid remover) const |
| |
| std::string | BuildCalendarMailBody (Player const *invitee) const |
| |
Definition at line 202 of file CalendarMgr.h.
◆ CalendarEvent() [1/5]
◆ CalendarEvent() [2/5]
◆ CalendarEvent() [3/5]
| CalendarEvent::CalendarEvent |
( |
| ) |
|
|
inline |
◆ CalendarEvent() [4/5]
◆ CalendarEvent() [5/5]
◆ ~CalendarEvent()
| CalendarEvent::~CalendarEvent |
( |
| ) |
|
◆ BuildCalendarMailBody()
| std::string CalendarEvent::BuildCalendarMailBody |
( |
Player const * |
invitee | ) |
const |
◆ BuildCalendarMailSubject()
| std::string CalendarEvent::BuildCalendarMailSubject |
( |
ObjectGuid |
remover | ) |
const |
◆ GetDate()
| time_t CalendarEvent::GetDate |
( |
| ) |
const |
|
inline |
◆ GetDescription()
| std::string CalendarEvent::GetDescription |
( |
| ) |
const |
|
inline |
◆ GetEventId()
| uint64 CalendarEvent::GetEventId |
( |
| ) |
const |
|
inline |
◆ GetFlags()
| uint32 CalendarEvent::GetFlags |
( |
| ) |
const |
|
inline |
◆ GetGuildId()
◆ GetLockDate()
| time_t CalendarEvent::GetLockDate |
( |
| ) |
const |
|
inline |
◆ GetOwnerGUID()
◆ GetTextureId()
| int32 CalendarEvent::GetTextureId |
( |
| ) |
const |
|
inline |
◆ GetTitle()
| std::string CalendarEvent::GetTitle |
( |
| ) |
const |
|
inline |
◆ GetType()
◆ IsGuildAnnouncement() [1/2]
| bool CalendarEvent::IsGuildAnnouncement |
( |
| ) |
const |
|
inline |
◆ IsGuildAnnouncement() [2/2]
| static bool CalendarEvent::IsGuildAnnouncement |
( |
uint32 |
flags | ) |
|
|
inlinestatic |
◆ IsGuildEvent() [1/2]
| bool CalendarEvent::IsGuildEvent |
( |
| ) |
const |
|
inline |
◆ IsGuildEvent() [2/2]
| static bool CalendarEvent::IsGuildEvent |
( |
uint32 |
flags | ) |
|
|
inlinestatic |
◆ IsLocked()
| bool CalendarEvent::IsLocked |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ SetDate()
| void CalendarEvent::SetDate |
( |
time_t |
date | ) |
|
|
inline |
◆ SetDescription()
| void CalendarEvent::SetDescription |
( |
std::string const & |
description | ) |
|
|
inline |
◆ SetEventId()
| void CalendarEvent::SetEventId |
( |
uint64 |
eventId | ) |
|
|
inline |
◆ SetFlags()
| void CalendarEvent::SetFlags |
( |
uint32 |
flags | ) |
|
|
inline |
◆ SetGuildId()
◆ SetLockDate()
| void CalendarEvent::SetLockDate |
( |
time_t |
lockDate | ) |
|
|
inline |
◆ SetOwnerGUID()
| void CalendarEvent::SetOwnerGUID |
( |
ObjectGuid |
guid | ) |
|
|
inline |
◆ SetTextureId()
| void CalendarEvent::SetTextureId |
( |
int32 |
textureId | ) |
|
|
inline |
◆ SetTitle()
| void CalendarEvent::SetTitle |
( |
std::string const & |
title | ) |
|
|
inline |
◆ SetType()
◆ _date
| time_t CalendarEvent::_date |
|
private |
◆ _description
| std::string CalendarEvent::_description |
|
private |
◆ _eventGuildId
◆ _eventId
| uint64 CalendarEvent::_eventId |
|
private |
◆ _eventType
◆ _flags
◆ _lockDate
| time_t CalendarEvent::_lockDate |
|
private |
◆ _ownerGUID
◆ _textureId
| int32 CalendarEvent::_textureId |
|
private |
◆ _title
| std::string CalendarEvent::_title |
|
private |
The documentation for this struct was generated from the following files: