#include </home/clem/local/src/opie/noncore/net/opieirc/ircchannel.h>
Collaboration diagram for IRCChannel:

Public Member Functions | |
| IRCChannel (QString channelname) | |
| ~IRCChannel () | |
| void | addPerson (IRCChannelPerson *person) |
| void | removePerson (IRCChannelPerson *person) |
| IRCChannelPerson * | getPerson (QString nickname) |
| QListIterator< IRCChannelPerson > | people () |
| void | setHasPeople (bool hasPeople) |
| QString | channelname () |
| bool | hasPeople () |
Static Public Member Functions | |
| static bool | isValid (const QString &channel) |
Protected Attributes | |
| QList< IRCChannelPerson > | m_people |
| QString | m_channelname |
| bool | m_hasPeople |
|
|
Definition at line 4 of file ircchannel.cpp. References FALSE, m_channelname, and m_hasPeople. |
|
|
Definition at line 9 of file ircchannel.cpp. |
|
|
Definition at line 26 of file ircchannel.cpp. References m_people. Referenced by IRCMessageParser::parseLiteralJoin(), and IRCMessageParser::parseNumericalNames(). |
|
|
|
Definition at line 39 of file ircchannel.cpp. References m_people. Referenced by IRCMessageParser::parseCTCPAction(), IRCMessageParser::parseCTCPPing(), IRCMessageParser::parseLiteralJoin(), and IRCMessageParser::parseLiteralKick(). |
|
|
Definition at line 18 of file ircchannel.cpp. References m_hasPeople. |
|
|
Definition at line 49 of file ircchannel.cpp. References QString::startsWith(). Referenced by IRCServerEditor::accept(), IRCMessageParser::parseLiteralMode(), and IRCMessageParser::parseLiteralPrivMsg(). |
|
|
Definition at line 34 of file ircchannel.cpp. References m_people. Referenced by IRCChannelList::update(). |
|
|
Definition at line 30 of file ircchannel.cpp. References m_people. Referenced by IRCMessageParser::parseLiteralKick(). |
|
|
Definition at line 22 of file ircchannel.cpp. References m_hasPeople. Referenced by IRCMessageParser::parseNumericalEndOfNames(). |
|
|
Definition at line 55 of file ircchannel.h. Referenced by channelname(), and IRCChannel(). |
|
|
Definition at line 56 of file ircchannel.h. Referenced by hasPeople(), IRCChannel(), and setHasPeople(). |
|
|
Definition at line 54 of file ircchannel.h. Referenced by addPerson(), getPerson(), people(), removePerson(), and ~IRCChannel(). |
1.4.2