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

Public Types | |
| enum | IRCChannelPersonFlag { PERSON_FLAG_OP = 0x01, PERSON_FLAG_VOICE = 0x02, PERSON_FLAG_HALFOP = 0x04 } |
Public Member Functions | |
| IRCChannelPerson (IRCPerson *person=0) | |
| ~IRCChannelPerson () | |
| QString | setOp (const QString &nickname, bool set) |
| QString | setVoice (const QString &nickname, bool set) |
| QString | nick () |
| const unsigned int | flags () |
| void | setFlags (int flags) |
| void | setNick (const QString &nickname) |
Protected Attributes | |
| IRCPerson * | m_person |
| unsigned int | m_flags |
|
|
Definition at line 34 of file ircchannelperson.h. |
|
|
Definition at line 28 of file ircchannelperson.cpp. |
|
|
Definition at line 34 of file ircchannelperson.cpp. |
|
|
Definition at line 80 of file ircchannelperson.cpp. References m_flags. Referenced by IRCChannelList::update(). |
|
|
Definition at line 62 of file ircchannelperson.cpp. References m_person, IRCPerson::nick(), and QString::null. Referenced by setOp(), setVoice(), and IRCChannelList::update(). |
|
|
Definition at line 70 of file ircchannelperson.cpp. References m_flags. Referenced by IRCMessageParser::parseNumericalNames(). |
|
|
Definition at line 75 of file ircchannelperson.cpp. References m_person, and IRCPerson::setNick(). |
|
||||||||||||
|
Definition at line 40 of file ircchannelperson.cpp. References m_flags, nick(), PERSON_FLAG_OP, and tr. |
|
||||||||||||
|
Definition at line 51 of file ircchannelperson.cpp. References m_flags, nick(), PERSON_FLAG_VOICE, and tr. |
|
|
Definition at line 52 of file ircchannelperson.h. Referenced by flags(), IRCChannelPerson(), setFlags(), setOp(), and setVoice(). |
|
|
Definition at line 51 of file ircchannelperson.h. Referenced by IRCChannelPerson(), nick(), and setNick(). |
1.4.2