Communi  3.5.0
A cross-platform IRC framework written with Qt
Public Member Functions | Properties | List of all members
IrcPrivateMessage Class Reference

Represents a private message.

Inherits IrcMessage.

Public Member Functions

Q_INVOKABLE IrcPrivateMessage (IrcConnection *connection)
 
- Public Member Functions inherited from IrcMessage
Q_INVOKABLE IrcMessage (IrcConnection *connection)
 
virtual ~IrcMessage ()
 
Q_INVOKABLE IrcMessageclone (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 &parameter)
 
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

bool action
 
QString content
 
bool private
 
bool request
 
QString statusPrefix
 
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

- Public Types inherited from IrcMessage
- Static Public Member Functions inherited from IrcMessage
static Q_INVOKABLE IrcMessagefromData (const QByteArray &data, IrcConnection *connection)
 
static Q_INVOKABLE IrcMessagefromParameters (const QString &prefix, const QString &command, const QStringList &parameters, IrcConnection *connection)
 

Constructor & Destructor Documentation

IrcPrivateMessage::IrcPrivateMessage ( IrcConnection connection)
explicit

Constructs a new IrcPrivateMessage with connection.

Property Documentation

bool IrcPrivateMessage::action
read

This property is true if the message is an action; otherwise false.

Access function:
  • bool isAction() const
QString IrcPrivateMessage::content
read

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 isPrivate() const
bool IrcPrivateMessage::request
read

This property is true if the message is a request; otherwise false.

Access function:
  • bool isRequest() const
QString IrcPrivateMessage::statusPrefix
read
Since
3.4

This property holds the status prefix of the message.

Access function:
QString IrcPrivateMessage::target
read

This property holds the target channel or user in question.

Access function: