![]() |
TrinityCore
|
This is the complete list of members for Channel, including all inherited members.
| _announceEnabled | Channel | private |
| _bannedStore | Channel | private |
| _channelFlags | Channel | private |
| _channelGuid | Channel | private |
| _channelId | Channel | private |
| _channelName | Channel | private |
| _channelPassword | Channel | private |
| _channelTeam | Channel | private |
| _isDirty | Channel | private |
| _isOwnerInvisible | Channel | private |
| _nextActivityUpdateTime | Channel | private |
| _ownerGuid | Channel | private |
| _ownershipEnabled | Channel | private |
| _playersStore | Channel | private |
| _zoneEntry | Channel | private |
| AddonSay(ObjectGuid const &guid, std::string const &prefix, std::string const &what, bool isLogged) const | Channel | |
| Announce(Player const *player) | Channel | |
| Ban(Player const *player, std::string const &badname) | Channel | inline |
| BannedContainer typedef | Channel | private |
| Channel(ObjectGuid const &guid, uint32 channelId, uint32 team=0, AreaTableEntry const *zoneEntry=nullptr) | Channel | |
| Channel(ObjectGuid const &guid, std::string const &name, uint32 team=0, std::string const &banList="") | Channel | |
| Channel(Channel const &)=delete | Channel | |
| Channel(Channel &&)=delete | Channel | |
| CheckPassword(std::string const &password) const | Channel | inline |
| DeclineInvite(Player const *player) | Channel | |
| GetChannelId() const | Channel | inline |
| GetChannelName(std::string &channelName, uint32 channelId, LocaleConstant locale, AreaTableEntry const *zoneEntry) | Channel | static |
| GetFlags() const | Channel | inline |
| GetGUID() const | Channel | inline |
| GetName(LocaleConstant locale=DEFAULT_LOCALE) const | Channel | |
| GetNumPlayers() const | Channel | inline |
| GetPlayerFlags(ObjectGuid const &guid) const | Channel | inlineprivate |
| GetZoneEntry() const | Channel | inline |
| HasFlag(uint8 flag) const | Channel | inline |
| Invite(Player const *player, std::string const &newp) | Channel | |
| IsAnnounce() const | Channel | inline |
| IsBanned(ObjectGuid guid) const | Channel | inlineprivate |
| IsConstant() const | Channel | inline |
| IsLFG() const | Channel | inline |
| IsOn(ObjectGuid who) const | Channel | inlineprivate |
| JoinChannel(Player *player, std::string const &pass="") | Channel | |
| JoinNotify(Player const *player) | Channel | |
| Kick(Player const *player, std::string const &badname) | Channel | inline |
| KickOrBan(Player const *player, std::string const &badname, bool ban) | Channel | |
| LeaveChannel(Player *player, bool send=true, bool suspend=false) | Channel | |
| LeaveNotify(Player const *player) | Channel | |
| List(Player const *player) | Channel | |
| operator=(Channel const &)=delete | Channel | |
| operator=(Channel &&)=delete | Channel | |
| Password(Player const *player, std::string const &pass) | Channel | |
| PlayerContainer typedef | Channel | private |
| Say(ObjectGuid const &guid, std::string const &what, uint32 lang) const | Channel | |
| SendToAll(Builder &builder, ObjectGuid const &guid=ObjectGuid::Empty, ObjectGuid const &accountGuid=ObjectGuid::Empty) const | Channel | private |
| SendToAllButOne(Builder &builder, ObjectGuid const &who) const | Channel | private |
| SendToAllWithAddon(Builder &builder, std::string const &addonPrefix, ObjectGuid const &guid=ObjectGuid::Empty, ObjectGuid const &accountGuid=ObjectGuid::Empty) const | Channel | private |
| SendToOne(Builder &builder, ObjectGuid const &who) const | Channel | private |
| SendWhoOwner(Player const *player) | Channel | |
| SetAnnounce(bool announce) | Channel | inline |
| SetDirty() | Channel | inline |
| SetInvisible(Player const *player, bool on) | Channel | |
| SetMode(Player const *player, std::string const &p2n, bool mod, bool set) | Channel | |
| SetModerator(Player const *player, std::string const &newname) | Channel | inline |
| SetModerator(ObjectGuid const &guid, bool set) | Channel | private |
| SetMute(Player const *player, std::string const &newname) | Channel | inline |
| SetMute(ObjectGuid const &guid, bool set) | Channel | private |
| SetOwner(ObjectGuid const &guid, bool exclaim=true) | Channel | |
| SetOwner(Player const *player, std::string const &name) | Channel | |
| SetOwnership(bool ownership) | Channel | inline |
| SetPassword(std::string const &password) | Channel | inline |
| SilenceAll(Player const *player, std::string const &name) | Channel | |
| UnBan(Player const *player, std::string const &badname) | Channel | |
| UnsetModerator(Player const *player, std::string const &newname) | Channel | inline |
| UnsetMute(Player const *player, std::string const &newname) | Channel | inline |
| UnsilenceAll(Player const *player, std::string const &name) | Channel | |
| UpdateChannelInDB() | Channel | |
| ~Channel() | Channel |