![]() |
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.
Here is the call graph for this function:
|
inline |
Here is the caller graph for this function:| void Guild::NewsLogEntry::WritePacket | ( | WorldPackets::Guild::GuildNews & | newsPacket | ) | const |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
|
private |
|
private |
|
private |
1.8.8