![]() |
Communi 1.0.0
A cross-platform IRC client library written with Qt 4
|
The IrcNoticeMessage class represents a notice IRC message. More...
#include <IrcMessage>
Inherits IrcMessage.
Public Member Functions | |
| Q_INVOKABLE | IrcNoticeMessage (QObject *parent=0) |
Properties | |
| QString | message |
| bool | reply |
| QString | target |
The IrcNoticeMessage class represents a notice IRC message.
| IrcNoticeMessage::IrcNoticeMessage | ( | QObject * | parent = 0 | ) | [explicit] |
Constructs a new IrcNoticeMessage with parent.
QString IrcNoticeMessage::message [read] |
This property holds the message.
bool IrcNoticeMessage::reply [read] |
This property is true if the message is a reply; otherwise false.
QString IrcNoticeMessage::target [read] |
This property holds the target channel or user in question.
1.7.4