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

Represents a reply message to a WHOWAS command. More...

Inherits IrcMessage.

Public Member Functions

Q_INVOKABLE IrcWhowasMessage (IrcConnection *connection)
 
- Public Member Functions inherited from IrcMessage
Q_INVOKABLE IrcMessage (IrcConnection *connection)
 
virtual ~IrcMessage ()
 
QByteArray encoding () const
 
Q_INVOKABLE QByteArray toData () const
 

Properties

QString account
 
QString info
 
QString realName
 
QString server
 
- Properties inherited from IrcMessage
QString account
 
QString command
 
IrcConnection connection
 
Flags flags
 
QString host
 
QString ident
 
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
enum  Flag {
  None = 0x00, Own = 0x01, Identified = 0x02, Unidentified = 0x04,
  Playback = 0x08, Implicit = 0x10
}
 
enum  Type {
  Unknown, Capability, Error, Invite,
  Join, Kick, Mode, Motd,
  Names, Nick, Notice, Numeric,
  Part, Ping, Pong, Private,
  Quit, Topic, WhoReply, Account,
  Away, Whois, Whowas, HostChange
}
 
- 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)
 

Detailed Description

Since
3.3

Constructor & Destructor Documentation

IrcWhowasMessage::IrcWhowasMessage ( IrcConnection connection)
explicit

Constructs a new IrcWhowasMessage with connection.

Property Documentation

QString IrcWhowasMessage::account
read

This property holds the account of the user.

Access function:
QString IrcWhowasMessage::info
read

This property holds info of the server the user was on.

Access function:
QString IrcWhowasMessage::realName
read

This property holds the real name of the user.

Access function:
QString IrcWhowasMessage::server
read

This property holds the server address user was on.

Access function: