![]() |
TrinityCore
|
#include <SupportMgr.h>
Inheritance diagram for ComplaintTicket:Public Member Functions | |
| ComplaintTicket () | |
| ComplaintTicket (Player *player) | |
| ~ComplaintTicket () | |
| ObjectGuid | GetTargetCharacterGuid () const |
| ReportType | GetReportType () const |
| ReportMajorCategory | GetMajorCategory () const |
| ReportMinorCategory | GetMinorCategoryFlags () const |
| std::string const & | GetNote () const |
| void | SetTargetCharacterGuid (ObjectGuid targetCharacterGuid) |
| void | SetReportType (ReportType reportType) |
| void | SetMajorCategory (ReportMajorCategory majorCategory) |
| void | SetMinorCategoryFlags (ReportMinorCategory minorCategoryFlags) |
| void | SetChatLog (ChatLog const &log) |
| void | SetNote (std::string const ¬e) |
| void | LoadFromDB (Field *fields) override |
| void | LoadChatLineFromDB (Field *fields) |
| void | SaveToDB () const override |
| void | DeleteFromDB () override |
| std::string | FormatViewMessageString (ChatHandler &handler, bool detailed=false) const override |
| virtual std::string | FormatViewMessageString (ChatHandler &handler, bool detailed=false) const=0 |
| virtual std::string | FormatViewMessageString (ChatHandler &handler, const char *szClosedName, const char *szAssignedToName, const char *szUnassignedName, const char *szDeletedName) const |
Public Member Functions inherited from Ticket | |
| Ticket () | |
| Ticket (Player *player) | |
| Ticket (Ticket const &)=delete | |
| Ticket (Ticket &&)=delete | |
| Ticket & | operator= (Ticket const &)=delete |
| Ticket & | operator= (Ticket &&)=delete |
| virtual | ~Ticket () |
| bool | IsClosed () const |
| bool | IsFromPlayer (ObjectGuid guid) const |
| bool | IsAssigned () const |
| bool | IsAssignedTo (ObjectGuid guid) const |
| bool | IsAssignedNotTo (ObjectGuid guid) const |
| uint32 | GetId () const |
| ObjectGuid | GetPlayerGuid () const |
| Player * | GetPlayer () const |
| std::string | GetPlayerName () const |
| Player * | GetAssignedPlayer () const |
| ObjectGuid | GetAssignedToGUID () const |
| std::string | GetAssignedToName () const |
| std::string const & | GetComment () const |
| virtual void | SetAssignedTo (ObjectGuid guid, bool=false) |
| virtual void | SetUnassigned () |
| void | SetClosedBy (ObjectGuid value) |
| void | SetComment (std::string const &comment) |
| void | SetPosition (uint32 mapId, Position const &pos) |
| void | SetFacing (float facing) |
| void | TeleportTo (Player *player) const |
Private Attributes | |
| ObjectGuid | _targetCharacterGuid |
| ReportType | _reportType |
| ReportMajorCategory | _majorCategory |
| ReportMinorCategory | _minorCategoryFlags |
| ChatLog | _chatLog |
| std::string | _note |
Additional Inherited Members | |
Protected Attributes inherited from Ticket | |
| uint32 | _id |
| ObjectGuid | _playerGuid |
| uint16 | _mapId |
| Position | _pos |
| uint64 | _createTime |
| ObjectGuid | _closedBy |
| ObjectGuid | _assignedTo |
| std::string | _comment |
Definition at line 176 of file SupportMgr.h.
| ComplaintTicket::ComplaintTicket | ( | ) |
Definition at line 178 of file SupportMgr.cpp.
| ComplaintTicket::ComplaintTicket | ( | Player * | player | ) |
Definition at line 183 of file SupportMgr.cpp.
|
default |
|
overridevirtual |
Implements Ticket.
Definition at line 278 of file SupportMgr.cpp.
Here is the call graph for this function:
|
overridevirtual |
Implements Ticket.
Definition at line 289 of file SupportMgr.cpp.
Here is the call graph for this function:
|
virtual |
Implements Ticket.
|
virtual |
Reimplemented from Ticket.
Definition at line 141 of file SupportMgr.cpp.
|
inline |
Definition at line 185 of file SupportMgr.h.
|
inline |
Definition at line 186 of file SupportMgr.h.
|
inline |
Definition at line 187 of file SupportMgr.h.
|
inline |
Definition at line 184 of file SupportMgr.h.
|
inline |
Definition at line 183 of file SupportMgr.h.
| void ComplaintTicket::LoadChatLineFromDB | ( | Field * | fields | ) |
|
overridevirtual |
Implements Ticket.
Definition at line 191 of file SupportMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements Ticket.
Definition at line 233 of file SupportMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 212 of file SupportMgr.h.
|
private |
Definition at line 210 of file SupportMgr.h.
|
private |
Definition at line 211 of file SupportMgr.h.
|
private |
Definition at line 213 of file SupportMgr.h.
|
private |
Definition at line 209 of file SupportMgr.h.
|
private |
Definition at line 208 of file SupportMgr.h.