Represents a mode message.
Inherits IrcMessage.
Public Types | |
Public Types inherited from IrcMessage |
Public Member Functions | |
Q_INVOKABLE | IrcModeMessage (IrcConnection *connection) |
Public Member Functions inherited from IrcMessage | |
Q_INVOKABLE | IrcMessage (IrcConnection *connection) |
virtual | ~IrcMessage () |
Q_INVOKABLE IrcMessage * | clone (QObject *parent=0) const |
QByteArray | encoding () const |
QString | parameter (int index) const |
Q_INVOKABLE void | setFlag (Flag flag, bool on=true) |
void | setParameter (int index, const QString ¶meter) |
void | setTag (const QString &name, const QVariant &tag) |
QVariant | tag (const QString &name) const |
Q_INVOKABLE bool | testFlag (Flag flag) const |
Q_INVOKABLE QByteArray | toData () const |
Properties | |
QString | argument |
QStringList | arguments |
Kind | kind |
QString | mode |
bool | reply |
QString | target |
Properties inherited from IrcMessage | |
QString | account |
QString | command |
IrcConnection | connection |
Flags | flags |
QString | host |
QString | ident |
bool | implicit |
IrcNetwork | network |
QString | nick |
bool | own |
QStringList | parameters |
QString | prefix |
QVariantMap | tags |
QDateTime | timeStamp |
Type | type |
bool | valid |
Additional Inherited Members | |
Static Public Member Functions inherited from IrcMessage | |
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) |
enum IrcModeMessage::Kind |
|
explicit |
Constructs a new IrcModeMessage with connection.
|
read |
This property holds the first mode argument.
|
read |
|
read |
This property holds the kind of the mode.
|
read |
This property holds the channel or user mode.
|
read |
This property holds whether the message is a reply.
Mode messages are sent when a mode changes (false
) and when joining a channel (true
).