- enum BindFlag
 
- flags BindMode
 
- enum NetworkLayerProtocol
 
- flags OpenMode
 
- enum OpenModeFlag
 
- enum SocketError
 
- enum SocketState
 
- enum SocketType
 
- QUdpSocket ( QObject * )
 
- ~QUdpSocket ()
 
- abort ()
 
- aboutToClose ()
 
- atEnd () const : bool
 
- bind ( const QHostAddress &, quint16 ) : bool
 
- bind ( const QHostAddress &, quint16, BindMode ) : bool
 
- bind ( quint16 ) : bool
 
- bind ( quint16, BindMode ) : bool
 
- blockSignals ( bool ) : bool
 
- bytesAvailable () const : qint64
 
- bytesToWrite () const : qint64
 
- bytesWritten ( qint64 )
 
- canReadLine () const : bool
 
- childEvent ( QChildEvent * )
 
- children () const : const QObjectList &
 
- close ()
 
- connect ( const QObject *, const char *, const QObject *, const char *, Qt::ConnectionType ) : bool
 
- connect ( const QObject *, const char *, const char *, Qt::ConnectionType ) const : bool
 
- connectNotify ( const char * )
 
- connectToHost ( const QString &, quint16, OpenMode )
 
- connectToHost ( const QHostAddress &, quint16, OpenMode )
 
- connectToHostImplementation ( const QString &, quint16, OpenMode )
 
- connected ()
 
- 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
 
- disconnectFromHost ()
 
- disconnectFromHostImplementation ()
 
- disconnectNotify ( const char * )
 
- disconnected ()
 
- dumpObjectInfo ()
 
- dumpObjectTree ()
 
- error () const : SocketError
 
- error ( QAbstractSocket::SocketError )
 
- 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
 
- hasPendingDatagrams () const : bool
 
- hostFound ()
 
- 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 )
 
- localAddress () const : QHostAddress
 
- localPort () const : quint16
 
- metaObject () const : const QMetaObject *
 
  | 
- moveToThread ( QThread * )
 
- objectName () const : QString
 
- open ( OpenMode ) : bool
 
- openMode () const : OpenMode
 
- parent () const : QObject *
 
- peek ( char *, qint64 ) : qint64
 
- peek ( qint64 ) : QByteArray
 
- peerAddress () const : QHostAddress
 
- peerName () const : QString
 
- peerPort () const : quint16
 
- pendingDatagramSize () const : qint64
 
- pos () const : qint64
 
- property ( const char * ) const : QVariant
 
- proxy () const : QNetworkProxy
 
- putChar ( char ) : bool
 
- read ( char *, qint64 ) : qint64
 
- read ( qint64 ) : QByteArray
 
- readAll () : QByteArray
 
- readBufferSize () const : qint64
 
- readData ( char *, qint64 ) : qint64
 
- readDatagram ( char *, qint64, QHostAddress *, quint16 * ) : qint64
 
- readLine ( char *, qint64 ) : qint64
 
- readLine ( qint64 ) : QByteArray
 
- readLineData ( char *, qint64 ) : qint64
 
- readyRead ()
 
- receivers ( const char * ) const : int
 
- removeEventFilter ( QObject * )
 
- reset () : bool
 
- seek ( qint64 ) : bool
 
- sender () const : QObject *
 
- setErrorString ( const QString & )
 
- setLocalAddress ( const QHostAddress & )
 
- setLocalPort ( quint16 )
 
- setObjectName ( const QString & )
 
- setOpenMode ( OpenMode )
 
- setParent ( QObject * )
 
- setPeerAddress ( const QHostAddress & )
 
- setPeerName ( const QString & )
 
- setPeerPort ( quint16 )
 
- setProperty ( const char *, const QVariant & ) : bool
 
- setProxy ( const QNetworkProxy & )
 
- setReadBufferSize ( qint64 )
 
- setSocketDescriptor ( int, SocketState, OpenMode ) : bool
 
- setSocketError ( SocketError )
 
- setSocketState ( SocketState )
 
- setTextModeEnabled ( bool )
 
- signalsBlocked () const : bool
 
- size () const : qint64
 
- socketDescriptor () const : int
 
- socketType () const : SocketType
 
- startTimer ( int ) : int
 
- state () const : SocketState
 
- stateChanged ( QAbstractSocket::SocketState )
 
- thread () const : QThread *
 
- timerEvent ( QTimerEvent * )
 
- tr ( const char *, const char * ) : QString
 
- trUtf8 ( const char *, const char * ) : QString
 
- ungetChar ( char )
 
- waitForBytesWritten ( int ) : bool
 
- waitForConnected ( int ) : bool
 
- waitForDisconnected ( int ) : bool
 
- waitForReadyRead ( int ) : bool
 
- write ( const char *, qint64 ) : qint64
 
- write ( const QByteArray & ) : qint64
 
- writeData ( const char *, qint64 ) : qint64
 
- writeDatagram ( const char *, qint64, const QHostAddress &, quint16 ) : qint64
 
- writeDatagram ( const QByteArray &, const QHostAddress &, quint16 ) : qint64
 
 
 |