Heart 1.3.848.aa44c26
Heart is base back end library for your c++ Qt projects.
|
The AbstractSocket class This class is wraper of the QAbstract socket with slot implementation of the disconnect from host method. More...
#include <tcpsocket.h>
Public Slots | |
void | handleDisckonnetFromHost () |
handleDisckonnetFromHost This is slot wrapper of the disconectFromHost method of QAbstractSocket class. | |
Public Member Functions | |
TcpSocket (QObject *parent) | |
~TcpSocket () | |
The AbstractSocket class This class is wraper of the QAbstract socket with slot implementation of the disconnect from host method.
Definition at line 18 of file tcpsocket.h.
QH::TcpSocket::TcpSocket | ( | QObject * | parent | ) |
Definition at line 12 of file tcpsocket.cpp.
QH::TcpSocket::~TcpSocket | ( | ) |
|
slot |
handleDisckonnetFromHost This is slot wrapper of the disconectFromHost method of QAbstractSocket class.
Definition at line 21 of file tcpsocket.cpp.