CustusX  18.04
An IGT application
cx::SingleConnectionTcpServer Class Reference

#include <cxSocket.h>

Inheritance diagram for cx::SingleConnectionTcpServer:

Signals

void incoming (qintptr socketDescriptor)
 

Public Member Functions

 SingleConnectionTcpServer (QObject *parent)
 

Protected Member Functions

void incomingConnection (qintptr socketDescriptor)
 

Detailed Description

Reimplement QTcpServer::incomingConnection() to do nothing but emit a signal.

Used internally by SocketConnection.

Definition at line 36 of file cxSocket.h.

Constructor & Destructor Documentation

cx::SingleConnectionTcpServer::SingleConnectionTcpServer ( QObject *  parent)

Definition at line 28 of file cxSocket.cpp.

Member Function Documentation

void cx::SingleConnectionTcpServer::incoming ( qintptr  socketDescriptor)
signal
void cx::SingleConnectionTcpServer::incomingConnection ( qintptr  socketDescriptor)
protected

Definition at line 34 of file cxSocket.cpp.


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