- typedef Offset
- enum OpenMode
- QTcpSocket ( QObject * parent = 0 )
- ~QTcpSocket ()
- void abort ()
- Q_LONGLONG at () const
- bool atEnd () const
- bool blockSignals ( bool block )
- Q_LONGLONG bytesAvailable () const
- Q_LONGLONG bytesToWrite () const
- void bytesWritten ( Q_LONGLONG numBytes )
- bool canReadLine () const
- void childEvent ( QChildEvent * event )
- const QObjectList & children () const
- void close ()
- void closed ()
- void closing ()
- bool connect ( const QObject * sender, const char * signal, const QObject * receiver, const char * member, Qt::ConnectionType type = Qt::AutoConnection )
- bool connect ( const QObject * sender, const char * signal, const char * member, Qt::ConnectionType type = Qt::AutoConnection ) const
- void connectNotify ( const char * signal )
- bool connectToHost ( const QString & hostName, Q_UINT16 port )
- bool connectToHost ( const QHostAddress & address, Q_UINT16 port )
- void connected ()
- void customEvent ( QCustomEvent * event )
- void deleteLater ()
- void destroyed ( QObject * obj = 0 )
- bool disconnect ( const QObject * sender, const char * signal, const QObject * receiver, const char * member )
- bool disconnect ( const char * signal = 0, const QObject * receiver = 0, const char * member = 0 )
- bool disconnect ( const QObject * receiver, const char * member = 0 )
- void disconnectNotify ( const char * signal )
- void dumpObjectInfo ()
- void dumpObjectTree ()
- void error ( int socketError )
- QString errorString () const
- bool event ( QEvent * e )
- bool eventFilter ( QObject * watched, QEvent * e )
- QObject * findChild ( const QString & name ) const
- QObjectList findChildren ( const QString & name ) const
- QObjectList findChildren ( const QRegExp & re ) const
- int flags () const
- void flush ()
- int getch ()
- void hostFound ()
- bool inherits ( const char * clname ) const
- void installEventFilter ( const QObject * filterObj )
- bool isAncestorOf ( const QObject * child ) const
- bool isAsynchronous () const
- bool isBlocking () const
- bool isBuffered () const
- bool isCombinedAccess () const
- bool isDirectAccess () const
- bool isInactive () const
- bool isOpen () const
- bool isRaw () const
- bool isReadWrite () const
- bool isReadable () const
- bool isSequentialAccess () const
|
|