39 const std::string &name,
40 const std::string &announcement = std::string());
64 void setName(
const std::string &channelName)
65 {
mName = channelName; }
A tab for a chat channel.
const std::string & getName() const
Get this channel's name.
std::string mAnnouncement
void setName(const std::string &channelName)
Sets the name of the channel.
int getId() const
Get the id associated witht his channel.
const std::string & getAnnouncement() const
Get the announcement message for this channel.
void setAnnouncement(const std::string &channelAnnouncement)
Sets the announcement string of the channel.