![]() |
TrinityCore
|
#include <SupportMgr.h>
Inheritance diagram for BugTicket:Public Member Functions | |
| BugTicket () | |
| BugTicket (Player *player) | |
| ~BugTicket () | |
| std::string const & | GetNote () const |
| void | SetNote (std::string const ¬e) |
| void | LoadFromDB (Field *fields) override |
| 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 | |
| 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 154 of file SupportMgr.h.
| BugTicket::BugTicket | ( | ) |
Definition at line 91 of file SupportMgr.cpp.
| BugTicket::BugTicket | ( | Player * | player | ) |
Definition at line 93 of file SupportMgr.cpp.
| BugTicket::~BugTicket | ( | ) |
Definition at line 98 of file SupportMgr.cpp.
|
overridevirtual |
Implements Ticket.
Definition at line 150 of file SupportMgr.cpp.
Here is the call graph for this function:
|
overridevirtual |
Implements Ticket.
Definition at line 157 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 161 of file SupportMgr.h.
|
overridevirtual |
Implements Ticket.
Definition at line 100 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 130 of file SupportMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
private |
Definition at line 173 of file SupportMgr.h.