![]() |
TrinityCore
|
#include <PetitionMgr.h>
Public Member Functions | |
| PetitionMgr () | |
| ~PetitionMgr () | |
| void | LoadPetitions () |
| void | LoadSignatures () |
| void | AddPetition (ObjectGuid petitionGuid, ObjectGuid ownerGuid, std::string const &name, CharterTypes type, bool isLoading) |
| void | RemovePetition (ObjectGuid petitionGuid) |
| Petition * | GetPetition (ObjectGuid petitionGuid) |
| Petition * | GetPetitionByOwnerWithType (ObjectGuid ownerGuid, CharterTypes type) |
| void | RemovePetitionsByOwnerAndType (ObjectGuid ownerGuid, CharterTypes type) |
| void | RemoveSignaturesBySignerAndType (ObjectGuid signerGuid, CharterTypes type) |
Static Public Member Functions | |
| static PetitionMgr * | instance () |
Definition at line 65 of file PetitionMgr.h.
|
inline |
Definition at line 68 of file PetitionMgr.h.
|
inline |
Definition at line 69 of file PetitionMgr.h.
| void PetitionMgr::AddPetition | ( | ObjectGuid | petitionGuid, |
| ObjectGuid | ownerGuid, | ||
| std::string const & | name, | ||
| CharterTypes | type, | ||
| bool | isLoading | ||
| ) |
Definition at line 89 of file PetitionMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| Petition * PetitionMgr::GetPetition | ( | ObjectGuid | petitionGuid | ) |
| Petition * PetitionMgr::GetPetitionByOwnerWithType | ( | ObjectGuid | ownerGuid, |
| CharterTypes | type | ||
| ) |
Definition at line 136 of file PetitionMgr.cpp.
|
static |
Definition at line 33 of file PetitionMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void PetitionMgr::LoadPetitions | ( | ) |
| void PetitionMgr::LoadSignatures | ( | ) |
| void PetitionMgr::RemovePetition | ( | ObjectGuid | petitionGuid | ) |
| void PetitionMgr::RemovePetitionsByOwnerAndType | ( | ObjectGuid | ownerGuid, |
| CharterTypes | type | ||
| ) |
| void PetitionMgr::RemoveSignaturesBySignerAndType | ( | ObjectGuid | signerGuid, |
| CharterTypes | type | ||
| ) |