Keeps track of channel status.
More...
Inherits IrcBuffer.
◆ IrcChannel()
| IrcChannel::IrcChannel |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
Constructs a new channel object with parent.
◆ ~IrcChannel()
| IrcChannel::~IrcChannel |
( |
| ) |
|
|
virtual |
Destructs the channel object.
◆ close
| void IrcChannel::close |
( |
const QString & |
reason = QString() | ) |
|
|
slot |
◆ join
| void IrcChannel::join |
( |
const QString & |
key = QString() | ) |
|
|
slot |
◆ part
| void IrcChannel::part |
( |
const QString & |
reason = QString() | ) |
|
|
slot |
◆ who
◆ key
- Since
- 3.1
This property holds the channel key.
- Access function:
-
- Notifier signal:
- void keyChanged(const QString& key)
◆ mode
This property holds the complete channel mode including possible arguments.
- Access function:
-
- Notifier signal:
- void modeChanged(const QString& mode)
◆ topic
| QString IrcChannel::topic |
|
read |
This property holds the channel topic.
- Access function:
-
- Notifier signal:
- void topicChanged(const QString& topic)