Represents a private message.
Inherits IrcMessage.
|
enum | Flag { None = 0x0,
Own = 0x1,
Identified = 0x2,
Unidentified = 0x4
} |
|
enum | Type {
Unknown,
Capability,
Error,
Invite,
Join,
Kick,
Mode,
Motd,
Names,
Nick,
Notice,
Numeric,
Part,
Ping,
Pong,
Private,
Quit,
Topic
} |
|
static Q_INVOKABLE IrcMessage * | fromData (const QByteArray &data, IrcConnection *connection) |
|
static Q_INVOKABLE IrcMessage * | fromParameters (const QString &prefix, const QString &command, const QStringList ¶meters, IrcConnection *connection) |
|
IrcPrivateMessage::IrcPrivateMessage |
( |
IrcConnection * |
connection | ) |
|
|
explicit |
bool IrcPrivateMessage::action |
|
read |
This property is true
if the message is an action; otherwise false
.
- Access function:
-
This property holds the message content.
- Access function:
-
bool IrcPrivateMessage::private |
|
read |
This property is true
if the message is private, or false
if it is a channel message.
- Access function:
-
bool IrcPrivateMessage::request |
|
read |
This property is true
if the message is a request; otherwise false
.
- Access function:
-
This property holds the target channel or user in question.
- Access function:
-