Huggle  build:^490^dce1e5c
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
Huggle::IRC::NetworkIrc_th Class Reference

The NetworkIrc_th class is a network thread for Network Irc. More...

#include <networkirc.hpp>

+ Inheritance diagram for Huggle::IRC::NetworkIrc_th:

Public Member Functions

 NetworkIrc_th (QTcpSocket *socket)
 
bool IsFinished ()
 
void Line (QString line)
 
void ProcessPrivmsg (QString source, QString xx)
 

Public Attributes

NetworkIrcroot
 
bool Running
 

Protected Member Functions

void run ()
 

Private Attributes

QTcpSocket * s
 Pointer to a QT Socket that is handling the connection to irc server this object is managed by parent so don't delete it.
 
bool Stopped
 

Detailed Description

The NetworkIrc_th class is a network thread for Network Irc.

Definition at line 69 of file networkirc.hpp.

Member Function Documentation

void NetworkIrc_th::Line ( QString  line)
Todo:
implement PART
Todo:
implement KICK
Todo:
implement QUIT
Todo:
implement TOPIC
Todo:
implement CTCP
Todo:
implement NOTICES

Definition at line 206 of file networkirc.cpp.


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