- enum LocalSocketError
- enum LocalSocketState
- flags OpenMode
- enum OpenModeFlag
- QLocalSocket ( QObject * )
- ~QLocalSocket ()
- abort ()
- aboutToClose ()
- atEnd () const : 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 * )
- connectToServer ( const QString &, OpenMode )
- connected ()
- customEvent ( QEvent * )
- d_ptr : QScopedPointer<QObjectData>
- 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
- disconnectFromServer ()
- disconnectNotify ( const char * )
- disconnected ()
- dumpObjectInfo ()
- dumpObjectTree ()
- dynamicPropertyNames () const : QList<QByteArray>
- error () const : LocalSocketError
- error ( QLocalSocket::LocalSocketError )
- 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
- fullServerName () const : QString
- 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 )
|
- 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
- pos () const : qint64
- property ( const char * ) const : QVariant
- putChar ( char ) : bool
- read ( char *, qint64 ) : qint64
- read ( qint64 ) : QByteArray
- readAll () : QByteArray
- readBufferSize () const : qint64
- readChannelFinished ()
- readData ( char *, qint64 ) : 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 *
- serverName () const : QString
- setErrorString ( const QString & )
- setObjectName ( const QString & )
- setOpenMode ( OpenMode )
- setParent ( QObject * )
- setProperty ( const char *, const QVariant & ) : bool
- setReadBufferSize ( qint64 )
- setSocketDescriptor ( quintptr, LocalSocketState, OpenMode ) : bool
- setTextModeEnabled ( bool )
- signalsBlocked () const : bool
- size () const : qint64
- socketDescriptor () const : quintptr
- startTimer ( int ) : int
- state () const : LocalSocketState
- stateChanged ( QLocalSocket::LocalSocketState )
- staticMetaObject : const QMetaObject
- staticQtMetaObject : const QMetaObject
- thread () const : QThread *
- timerEvent ( QTimerEvent * )
- tr ( const char *, const char *, int ) : QString
- trUtf8 ( const char *, const char *, int ) : QString
- ungetChar ( char )
- waitForBytesWritten ( int ) : bool
- waitForConnected ( int ) : bool
- waitForDisconnected ( int ) : bool
- waitForReadyRead ( int ) : bool
- write ( const char *, qint64 ) : qint64
- write ( const char * ) : qint64
- write ( const QByteArray & ) : qint64
- writeData ( const char *, qint64 ) : qint64
|