Protected Member Functions | Private Slots | Private Attributes | Friends

QTcpSocketComm Class Reference

List of all members.

Protected Member Functions

 QTcpSocketComm (QTcpSocket *qtcpsocket, TcpSocket *tcpsocket)

Private Slots

void connected ()
void disconnected ()
void hostFound ()
void readyRead ()
void error ()
void stateChanged ()

Private Attributes

QTcpSocket * qtcpsocket_
TcpSockettcpsocket_

Friends

class TcpSocket

Constructor & Destructor Documentation

QTcpSocketComm::QTcpSocketComm ( QTcpSocket *  qtcpsocket,
TcpSocket tcpsocket 
) [inline, protected]

Member Function Documentation

void QTcpSocketComm::connected (  )  [inline, private, slot]
void QTcpSocketComm::disconnected (  )  [inline, private, slot]
void QTcpSocketComm::error (  )  [inline, private, slot]
void QTcpSocketComm::hostFound (  )  [inline, private, slot]
void QTcpSocketComm::readyRead (  )  [inline, private, slot]
void QTcpSocketComm::stateChanged (  )  [inline, private, slot]

Friends And Related Function Documentation

friend class TcpSocket [friend]

Member Data Documentation

QTcpSocket* QTcpSocketComm::qtcpsocket_ [private]