![]() |
TrinityCore
|
#include <Channel.h>
Classes | |
| struct | PlayerInfo |
Public Member Functions | |
| Channel (std::string const &name, uint32 channel_id, uint32 Team=0) | |
| std::string const & | GetName () const |
| uint32 | GetChannelId () const |
| bool | IsConstant () const |
| bool | IsAnnounce () const |
| bool | IsLFG () const |
| std::string const & | GetPassword () const |
| void | SetPassword (std::string const &npassword) |
| void | SetAnnounce (bool nannounce) |
| uint32 | GetNumPlayers () const |
| uint8 | GetFlags () const |
| bool | HasFlag (uint8 flag) const |
| void | JoinChannel (Player *player, std::string const &pass) |
| void | LeaveChannel (Player *player, bool send=true) |
| void | KickOrBan (Player const *player, std::string const &badname, bool ban) |
| void | Kick (Player const *player, std::string const &badname) |
| void | Ban (Player const *player, std::string const &badname) |
| void | UnBan (Player const *player, std::string const &badname) |
| void | Password (Player const *player, std::string const &pass) |
| void | SetMode (Player const *player, std::string const &p2n, bool mod, bool set) |
| void | SetOwner (ObjectGuid const &guid, bool exclaim=true) |
| void | SetOwner (Player const *player, std::string const &name) |
| void | SendWhoOwner (Player const *player) |
| void | SetModerator (Player const *player, std::string const &newname) |
| void | UnsetModerator (Player const *player, std::string const &newname) |
| void | SetMute (Player const *player, std::string const &newname) |
| void | UnsetMute (Player const *player, std::string const &newname) |
| void | SilenceAll (Player const *player, std::string const &name) |
| void | SilenceVoice (Player const *player, std::string const &name) |
| void | UnsilenceAll (Player const *player, std::string const &name) |
| void | UnsilenceVoice (Player const *player, std::string const &name) |
| void | List (Player const *player) |
| void | Announce (Player const *player) |
| void | Say (ObjectGuid const &guid, std::string const &what, uint32 lang) |
| void | DeclineInvite (Player const *player) |
| void | Invite (Player const *player, std::string const &newp) |
| void | Voice (Player const *player) |
| void | DeVoice (Player const *player) |
| void | JoinNotify (Player const *player) |
| void | LeaveNotify (Player const *player) |
| void | SetOwnership (bool ownership) |
Static Public Member Functions | |
| static void | CleanOldChannelsInDB () |
Private Types | |
| typedef std::map< ObjectGuid, PlayerInfo > | PlayerContainer |
| typedef GuidSet | BannedContainer |
Private Attributes | |
| bool | _announce |
| bool | _ownership |
| bool | _IsSaved |
| uint8 | _flags |
| uint32 | _channelId |
| uint32 | _team |
| ObjectGuid | _ownerGUID |
| std::string | _name |
| std::string | _password |
| PlayerContainer | _playersStore |
| BannedContainer | _bannedStore |
|
private |
|
private |
Here is the call graph for this function:
Here is the call graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Here is the caller graph for this function:
|
inline |
Here is the caller graph for this function:
|
inline |
Here is the caller graph for this function:
|
inline |
Here is the caller graph for this function:
|
inline |
|
inlineprivate |
Here is the caller graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
|
inline |
|
inlineprivate |
Here is the caller graph for this function:
|
inline |
Here is the caller graph for this function:
|
inline |
|
inlineprivate |
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the call graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:always true?
Here is the call graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
|
private |
Here is the call graph for this function:
|
private |
Here is the call graph for this function:
|
private |
Here is the call graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
|
private |
Here is the call graph for this function:
Here is the call graph for this function:| void Channel::Say | ( | ObjectGuid const & | guid, |
| std::string const & | what, | ||
| uint32 | lang | ||
| ) |
Here is the call graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
|
inline |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:| void Channel::SetOwner | ( | ObjectGuid const & | guid, |
| bool | exclaim = true |
||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
|
inline |
Here is the caller graph for this function:
|
inline |
Here is the call graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
1.8.8