IRCClient Class Reference
+ Inheritance diagram for IRCClient:

Signals

void hostLookupError (QHostInfo::HostInfoError errorValue)
 
void infoMessage (const QString &message)
 These are the messages that IRCClient class sends to inform the upper layers of progress. More...
 
void ircServerResponse (const QString &message)
 

Public Member Functions

void connect (const QString &address, unsigned short port)
 
void connectSocketSignals (SocketSignalsAdapter *pAdapter)
 
void disconnect ()
 
bool isConnected () const
 
bool sendMessage (const QString &message)
 
void setFakeRecvLag (int lagMs)
 

Static Public Attributes

static const int MAX_MESSAGE_LENGTH = 510
 
static const int SAFE_MESSAGE_LENGTH = 400
 

Detailed Description

Definition at line 31 of file ircclient.h.

Member Function Documentation

void IRCClient::infoMessage ( const QString &  message)
signal

These are the messages that IRCClient class sends to inform the upper layers of progress.

These messages should be used for informational purposes only.


The documentation for this class was generated from the following files: