|
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) |
|
|
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 const int | MAX_MESSAGE_LENGTH = 510 |
|
static const int | SAFE_MESSAGE_LENGTH = 400 |
|
Definition at line 31 of file ircclient.h.
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: