addUser(ChatClient *) | ChatChannel | |
canJoin() const | ChatChannel | |
ChannelUsers typedef (defined in ChatChannel) | ChatChannel | |
ChatChannel(int id, const std::string &name, const std::string &announcement=std::string(), const std::string &password=std::string(), bool joinable=true) | ChatChannel | |
getAnnouncement() const | ChatChannel | [inline] |
getId() const | ChatChannel | [inline] |
getName() const | ChatChannel | [inline] |
getPassword() const | ChatChannel | [inline] |
getUserList() const | ChatChannel | [inline] |
getUserMode(ChatClient *) | ChatChannel | |
removeAllUsers() | ChatChannel | |
removeUser(ChatClient *) | ChatChannel | |
setAnnouncement(const std::string &channelAnnouncement) | ChatChannel | [inline] |
setName(const std::string &channelName) | ChatChannel | [inline] |
setPassword(const std::string &channelPassword) | ChatChannel | [inline] |
setUserMode(ChatClient *, unsigned char mode) | ChatChannel |