The IrcPrivateMessage class represents a private IRC message.
More...
#include <IrcMessage>
Inherits IrcMessage.
List of all members.
Additional Inherited Members |
| enum | Type {
Unknown,
Nick,
Quit,
Join,
Part,
Topic,
Invite,
Kick,
Mode,
Private,
Notice,
Ping,
Pong,
Error,
Numeric
} |
| static Q_INVOKABLE IrcMessage * | fromCommand (const QString &sender, IrcCommand *command, QObject *parent=0) |
| static Q_INVOKABLE IrcMessage * | fromData (const QByteArray &data, const QByteArray &encoding, QObject *parent=0) |
Detailed Description
The IrcPrivateMessage class represents a private IRC message.
Constructor & Destructor Documentation
| IrcPrivateMessage::IrcPrivateMessage |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
Property Documentation
| bool IrcPrivateMessage::action |
|
read |
This property is true if the message is an action; otherwise false.
- Access functions:
-
| QString IrcPrivateMessage::message |
|
read |
This property holds the message.
- Access functions:
-
| bool IrcPrivateMessage::request |
|
read |
This property is true if the message is a request; otherwise false.
- Access functions:
-
| QString IrcPrivateMessage::target |
|
read |
This property holds the target channel or user in question.
- Access functions:
-
The documentation for this class was generated from the following files: