![]() |
TrinityCore
|
Inheritance diagram for Guild::BankEventLogEntry:Public Member Functions | |
| bool | IsMoneyEvent () const |
| BankEventLogEntry (ObjectGuid::LowType guildId, uint32 guid, GuildBankEventLogTypes eventType, uint8 tabId, ObjectGuid::LowType playerGuid, uint64 itemOrMoney, uint16 itemStackCount, uint8 destTabId) | |
| BankEventLogEntry (ObjectGuid::LowType guildId, uint32 guid, time_t timestamp, uint8 tabId, GuildBankEventLogTypes eventType, ObjectGuid::LowType playerGuid, uint64 itemOrMoney, uint16 itemStackCount, uint8 destTabId) | |
| ~BankEventLogEntry () | |
| void | SaveToDB (CharacterDatabaseTransaction trans) const override |
| void | WritePacket (WorldPackets::Guild::GuildBankLogQueryResults &packet) 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 |
| time_t | GetTimestamp () const |
Static Public Member Functions | |
| static bool | IsMoneyEvent (GuildBankEventLogTypes eventType) |
Private Attributes | |
| GuildBankEventLogTypes | m_eventType |
| uint8 | m_bankTabId |
| ObjectGuid::LowType | m_playerGuid |
| uint64 | m_itemOrMoney |
| uint16 | m_itemStackCount |
| uint8 | m_destTabId |
Additional Inherited Members | |
Protected Attributes inherited from Guild::LogEntry | |
| ObjectGuid::LowType | m_guildId |
| uint32 | m_guid |
| time_t | m_timestamp |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
overridevirtual |
Implements Guild::LogEntry.
Definition at line 162 of file Guild.cpp.
Here is the call graph for this function:| void Guild::BankEventLogEntry::WritePacket | ( | WorldPackets::Guild::GuildBankLogQueryResults & | packet | ) | const |
|
private |
|
private |