#include <ChannelText.h>
Public Types | |
| enum | ChannelDefinitionTypes { eReadOnlyChannel = 1, eWhisperChannel = 2 } |
Public Member Functions | |
| ChannelDefinition (const char *channel="", unsigned int type=0) | |
| const char * | getChannel () |
| void | setChannel (const char *c) |
| unsigned int | getType () |
| void | setType (unsigned int t) |
Protected Attributes | |
| std::string | channel_ |
| unsigned int | type_ |
Definition at line 28 of file ChannelText.h.
| ChannelDefinition::ChannelDefinition | ( | const char * | channel = "", |
|
| unsigned int | type = 0 | |||
| ) |
Definition at line 202 of file ChannelText.cpp.
| const char* ChannelDefinition::getChannel | ( | ) | [inline] |
Definition at line 40 of file ChannelText.h.
References channel_.
Referenced by ServerChannelManager::ChannelEntry::getName().
| void ChannelDefinition::setChannel | ( | const char * | c | ) | [inline] |
| unsigned int ChannelDefinition::getType | ( | ) | [inline] |
Definition at line 43 of file ChannelText.h.
References type_.
Referenced by ServerChannelManager::processMessage().
| void ChannelDefinition::setType | ( | unsigned int | t | ) | [inline] |
std::string ChannelDefinition::channel_ [protected] |
unsigned int ChannelDefinition::type_ [protected] |
1.5.3