43 User(QString nick, QString ident, QString host);
77 void Line(QString line);
78 void ProcessPrivmsg(QString source, QString xx);
108 void Join(QString name);
109 void Part(QString name);
110 void Data(QString text);
111 void Send(QString name, QString text);
117 QMutex *messages_lock;
119 QStringList Channels;
121 QList<Message> Messages;
135 #endif // NETWORKIRC_H
The NetworkIrc_th class is a network thread for Network Irc.
QTcpSocket * s
Pointer to a QT Socket that is handling the connection to irc server this object is managed by parent...
Represent a message on irc network sent either to a channel or to a user.
bool IsConnected()
IsConnected checks for connection.
The NetworkIrc provides connection to IRC servers.
The User class represent a user of irc network.
Represent a channel on IRC network.
void Connect()
Connect to server.
QTcpSocket * s
Pointer to a QT Socket that is handling the connection to irc server owned by this class...