Qt 4.8
Public Functions | Public Variables | List of all members
QTcpServerConnectionPrivate Class Reference

Public Functions

 QTcpServerConnectionPrivate ()
 

Public Variables

bool block
 
QDeclarativeDebugServerdebugServer
 
int port
 
QPacketProtocolprotocol
 
QTcpSocketsocket
 
QTcpServertcpServer
 

Detailed Description

Definition at line 53 of file qtcpserverconnection.cpp.

Constructors and Destructors

◆ QTcpServerConnectionPrivate()

QTcpServerConnectionPrivate::QTcpServerConnectionPrivate ( )

Definition at line 66 of file qtcpserverconnection.cpp.

66  :
67  port(0),
68  block(false),
69  socket(0),
70  protocol(0),
71  tcpServer(0),
72  debugServer(0)
73 {
74 }
QDeclarativeDebugServer * debugServer

Properties

◆ block

bool QTcpServerConnectionPrivate::block

Definition at line 58 of file qtcpserverconnection.cpp.

◆ debugServer

QDeclarativeDebugServer* QTcpServerConnectionPrivate::debugServer

Definition at line 63 of file qtcpserverconnection.cpp.

◆ port

int QTcpServerConnectionPrivate::port

Definition at line 57 of file qtcpserverconnection.cpp.

◆ protocol

QPacketProtocol* QTcpServerConnectionPrivate::protocol

Definition at line 60 of file qtcpserverconnection.cpp.

◆ socket

QTcpSocket* QTcpServerConnectionPrivate::socket

Definition at line 59 of file qtcpserverconnection.cpp.

◆ tcpServer

QTcpServer* QTcpServerConnectionPrivate::tcpServer

Definition at line 61 of file qtcpserverconnection.cpp.


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