TrinityCore
|
Public Member Functions | |
NewsLogEntry (ObjectGuid::LowType guildId, uint32 guid, GuildNews type, ObjectGuid playerGuid, uint32 flags, uint32 value) | |
NewsLogEntry (ObjectGuid::LowType guildId, uint32 guid, time_t timestamp, GuildNews type, ObjectGuid playerGuid, uint32 flags, uint32 value) | |
~NewsLogEntry () | |
GuildNews | GetType () const |
ObjectGuid | GetPlayerGuid () const |
uint32 | GetValue () const |
uint32 | GetFlags () const |
void | SetSticky (bool sticky) |
void | SaveToDB (SQLTransaction &trans) const override |
void | WritePacket (WorldPackets::Guild::GuildNews &newsPacket) const |
Public Member Functions inherited from Guild::LogEntry | |
LogEntry (ObjectGuid::LowType guildId, uint32 guid) | |
LogEntry (ObjectGuid::LowType guildId, uint32 guid, time_t timestamp) | |
virtual | ~LogEntry () |
uint32 | GetGUID () const |
uint64 | GetTimestamp () const |
Private Attributes | |
GuildNews | m_type |
ObjectGuid | m_playerGuid |
uint32 | m_flags |
uint32 | m_value |
Additional Inherited Members | |
Protected Attributes inherited from Guild::LogEntry | |
ObjectGuid::LowType | m_guildId |
uint32 | m_guid |
uint64 | m_timestamp |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
overridevirtual |
Implements Guild::LogEntry.
|
inline |
void Guild::NewsLogEntry::WritePacket | ( | WorldPackets::Guild::GuildNews & | newsPacket | ) | const |
|
private |
|
private |
|
private |
|
private |