QwuiTcpServer Class Reference
A simple subclass of QTcpServer. This class provides only a signal newConnection(int) with the incoming connection socket descriptor as parameter.
More...
#include <qwuitcpserver.h>
List of all members.
Detailed Description
A simple subclass of QTcpServer. This class provides only a signal newConnection(int) with the incoming connection socket descriptor as parameter.
Constructor & Destructor Documentation
QwuiTcpServer::QwuiTcpServer |
( |
QObject * |
parent = NULL |
) |
|
QwuiTcpServer::~QwuiTcpServer |
( |
|
) |
[virtual] |
Member Function Documentation
void QwuiTcpServer::incomingConnection |
( |
int |
socketDescriptor |
) |
[protected, virtual] |
void QwuiTcpServer::newConnection |
( |
int |
socketDescriptor |
) |
[signal] |
The documentation for this class was generated from the following files: