![]() |
Communi 1.0.0
A cross-platform IRC client library written with Qt 4
|
The IrcPartMessage class represents a part IRC message. More...
#include <IrcMessage>
Inherits IrcMessage.
Public Member Functions | |
| Q_INVOKABLE | IrcPartMessage (QObject *parent=0) |
Properties | |
| QString | channel |
| QString | reason |
The IrcPartMessage class represents a part IRC message.
| IrcPartMessage::IrcPartMessage | ( | QObject * | parent = 0 | ) | [explicit] |
Constructs a new IrcPartMessage with parent.
QString IrcPartMessage::channel [read] |
This property holds the channel in question.
QString IrcPartMessage::reason [read] |
This property holds the optional part reason.
1.7.4