Heart 1.3.842.34c2ab5
Heart is base back end library for your c++ Qt projects.
QH::TcpSocket Class Reference

The AbstractSocket class This class is wraper of the QAbstract socket with slot implementation of the disconnect from host method. More...

#include <tcpsocket.h>

Inheritance diagram for QH::TcpSocket:
Inheritance graph
Collaboration diagram for QH::TcpSocket:
Collaboration graph

Public Slots

void handleDisckonnetFromHost ()
 handleDisckonnetFromHost This is slot wrapper of the disconectFromHost method of QAbstractSocket class.
 

Public Member Functions

 TcpSocket (QObject *parent)
 
 ~TcpSocket ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ TcpSocket()

QH::TcpSocket::TcpSocket ( QObject *  parent)

Definition at line 12 of file tcpsocket.cpp.

◆ ~TcpSocket()

QH::TcpSocket::~TcpSocket ( )

Definition at line 17 of file tcpsocket.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ handleDisckonnetFromHost

void QH::TcpSocket::handleDisckonnetFromHost ( )
slot

handleDisckonnetFromHost This is slot wrapper of the disconectFromHost method of QAbstractSocket class.

Definition at line 21 of file tcpsocket.cpp.

Here is the caller graph for this function:

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