![]() |
TrinityCore
|
#include <PetitionMgr.h>
Public Member Functions | |
| bool | IsPetitionSignedByAccount (uint32 accountId) const |
| void | AddSignature (uint32 accountId, ObjectGuid playerGuid, bool isLoading) |
| void | UpdateName (std::string const &newName) |
| void | RemoveSignatureBySigner (ObjectGuid playerGuid) |
Public Attributes | |
| ObjectGuid | PetitionGuid |
| ObjectGuid | OwnerGuid |
| std::string | PetitionName |
| SignaturesVector | Signatures |
Definition at line 53 of file PetitionMgr.h.
| void Petition::AddSignature | ( | uint32 | accountId, |
| ObjectGuid | playerGuid, | ||
| bool | isLoading | ||
| ) |
Definition at line 186 of file PetitionMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool Petition::IsPetitionSignedByAccount | ( | uint32 | accountId | ) | const |
| void Petition::RemoveSignatureBySigner | ( | ObjectGuid | playerGuid | ) |
| void Petition::UpdateName | ( | std::string const & | newName | ) |
Definition at line 203 of file PetitionMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| ObjectGuid Petition::OwnerGuid |
Definition at line 56 of file PetitionMgr.h.
| ObjectGuid Petition::PetitionGuid |
Definition at line 55 of file PetitionMgr.h.
| std::string Petition::PetitionName |
Definition at line 57 of file PetitionMgr.h.
| SignaturesVector Petition::Signatures |
Definition at line 58 of file PetitionMgr.h.