Fraxinus  16.5.0-fx-rc9
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 57 of file cxSocket.h.

Constructor & Destructor Documentation

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

Definition at line 49 of file cxSocket.cpp.

Member Function Documentation

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

Definition at line 55 of file cxSocket.cpp.


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