input_urn
/home/onoda/Documents/qt-everywhere-opensource-src-4.7.4/doc/html/qtcpserver.html

output_urn
QTcpServer

inherits

public_types

properties

public_functions
QTcpServer ( QObject * parent = 0 )
 virtual ~QTcpServer ()
 void close ()
 QString errorString () const
 virtual bool hasPendingConnections () const
 bool isListening () const
 bool listen ( const QHostAddress & address = QHostAddress::Any, quint16 port = 0 )
 int maxPendingConnections () const
 virtual QTcpSocket * nextPendingConnection ()
 QNetworkProxy proxy () const
 QHostAddress serverAddress () const
 QAbstractSocket::SocketError serverError () const
 quint16 serverPort () const
 void setMaxPendingConnections ( int numConnections )
 void setProxy ( const QNetworkProxy & networkProxy )
 bool setSocketDescriptor ( int socketDescriptor )
 int socketDescriptor () const
 bool waitForNewConnection ( int msec = 0, bool * timedOut = 0 )

public_slots

signals
 void newConnection ()

static_public_members

protected_functions
 void addPendingConnection ( QTcpSocket * socket )
 virtual void incomingConnection ( int socketDescriptor )

reimplemented_public_functions

reimplemented_protected_functions

protected_slots

related_non_members

templateClass
false

abstractClass
false

enbeddedClass
false

flag_objects

parent_flag_objects

typedefed_objects

parent_typedefed_objects

class_objects

parent_class_objects

enums

parent_enums

parent_index
343

parent_name
QObject

