- enum Error
 
- flags OpenMode
 
- enum OpenModeFlag
 
- enum Protocol
 
- enum Type
 
- Q3SocketDevice ( Type )
 
- Q3SocketDevice ( Type, Protocol, int )
 
- Q3SocketDevice ( int, Type )
 
- ~Q3SocketDevice ()
 
- aboutToClose ()
 
- accept () : int
 
- address () const : QHostAddress
 
- addressReusable () const : bool
 
- at () const : Offset
 
- at ( Offset ) : bool
 
- atEnd () const : bool
 
- bind ( const QHostAddress &, Q_UINT16 ) : bool
 
- blockSignals ( bool ) : bool
 
- blocking () const : bool
 
- bytesAvailable () const : qint64
 
- bytesToWrite () const : qint64
 
- bytesWritten ( qint64 )
 
- canReadLine () const : bool
 
- childEvent ( QChildEvent * )
 
- children () const : const QObjectList &
 
- close ()
 
- connect ( const QHostAddress &, Q_UINT16 ) : bool
 
- connect ( const QObject *, const char *, const char *, Qt::ConnectionType ) const : bool
 
- connectNotify ( const char * )
 
- customEvent ( QEvent * )
 
- deleteLater ()
 
- destroyed ( QObject * )
 
- disconnect ( const QObject *, const char *, const QObject *, const char * ) : bool
 
- disconnect ( const char *, const QObject *, const char * ) : bool
 
- disconnect ( const QObject *, const char * ) : bool
 
- disconnectNotify ( const char * )
 
- dumpObjectInfo ()
 
- dumpObjectTree ()
 
- error () const : Error
 
- errorString () const : QString
 
- event ( QEvent * ) : bool
 
- eventFilter ( QObject *, QEvent * ) : bool
 
- findChild ( const QString & ) const : T
 
- findChildren ( const QString & ) const : QList<T>
 
- findChildren ( const QRegExp & ) const : QList<T>
 
- flush () : bool
 
- getChar ( char * ) : bool
 
- inherits ( const char * ) const : bool
 
- installEventFilter ( QObject * )
 
- isOpen () const : bool
 
- isReadable () const : bool
 
- isSequential () const : bool
 
- isTextModeEnabled () const : bool
 
- isValid () const : bool
 
- isWidgetType () const : bool
 
- isWritable () const : bool
 
- killTimer ( int )
 
- listen ( int ) : bool
 
- metaObject () const : const QMetaObject *
 
- moveToThread ( QThread * )
 
- objectName () const : QString
 
  | 
- open ( int ) : bool
 
- openMode () const : OpenMode
 
- parent () const : QObject *
 
- peek ( char *, qint64 ) : qint64
 
- peek ( qint64 ) : QByteArray
 
- peerAddress () const : QHostAddress
 
- peerPort () const : Q_UINT16
 
- port () const : Q_UINT16
 
- pos () const : qint64
 
- property ( const char * ) const : QVariant
 
- protocol () const : Protocol
 
- putChar ( char ) : bool
 
- read ( char *, qint64 ) : qint64
 
- read ( qint64 ) : QByteArray
 
- readAll () : QByteArray
 
- readBlock ( char *, Q_ULONG ) : qint64
 
- readData ( char *, qint64 ) : qint64
 
- readLine ( char *, qint64 ) : qint64
 
- readLine ( qint64 ) : QByteArray
 
- readLineData ( char *, qint64 ) : qint64
 
- readyRead ()
 
- receiveBufferSize () const : int
 
- receivers ( const char * ) const : int
 
- removeEventFilter ( QObject * )
 
- reset () : bool
 
- seek ( qint64 ) : bool
 
- sendBufferSize () const : int
 
- sender () const : QObject *
 
- setAddressReusable ( bool )
 
- setBlocking ( bool )
 
- setError ( Error )
 
- setErrorString ( const QString & )
 
- setObjectName ( const QString & )
 
- setOpenMode ( OpenMode )
 
- setParent ( QObject * )
 
- setProperty ( const char *, const QVariant & ) : bool
 
- setReceiveBufferSize ( uint )
 
- setSendBufferSize ( uint )
 
- setSocket ( int, Type )
 
- setTextModeEnabled ( bool )
 
- signalsBlocked () const : bool
 
- size () const : qint64
 
- socket () const : int
 
- startTimer ( int ) : int
 
- thread () const : QThread *
 
- timerEvent ( QTimerEvent * )
 
- tr ( const char *, const char * ) : QString
 
- trUtf8 ( const char *, const char * ) : QString
 
- type () const : Type
 
- ungetChar ( char )
 
- waitForBytesWritten ( int ) : bool
 
- waitForMore ( int, bool * ) const : Q_LONG
 
- waitForReadyRead ( int ) : bool
 
- write ( const char *, qint64 ) : qint64
 
- write ( const QByteArray & ) : qint64
 
- writeBlock ( const char *, Q_ULONG ) : Q_LONG
 
- writeBlock ( const char *, Q_ULONG, const QHostAddress &, Q_UINT16 ) : Q_LONG
 
- writeData ( const char *, qint64 ) : qint64
 
 
 |