Represents a numeric 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) |
|
IrcNumericMessage::IrcNumericMessage |
( |
IrcConnection * |
connection | ) |
|
|
explicit |
int IrcNumericMessage::code |
|
read |
This property holds the numeric code.
- Access function:
-