-
QSctpServer
(QObject *)
-
~QSctpServer
()
-
acceptError
(QAbstractSocket::SocketError )
-
addPendingConnection
(QTcpSocket *)
-
blockSignals
(bool )
-
childEvent
(QChildEvent *)
-
children
() const
-
close
()
-
connect
(const QObject *, const QMetaMethod &, const QObject *, const QMetaMethod &, Qt::ConnectionType )
-
connect
(const QObject *, const char *, const char *, Qt::ConnectionType ) const
-
connect
(const QObject *, PointerToMemberFunction , const QObject *, PointerToMemberFunction , Qt::ConnectionType )
-
connect
(const QObject *, PointerToMemberFunction , Functor )
-
connect
(const QObject *, PointerToMemberFunction , const QObject *, Functor , Qt::ConnectionType )
-
connectNotify
(const QMetaMethod &)
-
customEvent
(QEvent *)
-
d_ptr
:
-
deleteLater
()
-
destroyed
(QObject *)
-
disconnect
(const QMetaObject::Connection &)
-
disconnect
(const char *, const QObject *, const char *) const
-
disconnect
(const QObject *, const char *) const
-
disconnect
(const QObject *, PointerToMemberFunction , const QObject *, PointerToMemberFunction )
-
disconnectNotify
(const QMetaMethod &)
-
dumpObjectInfo
() const
-
dumpObjectTree
() const
-
dynamicPropertyNames
() const
-
errorString
() const : QString
-
event
(QEvent *)
-
eventFilter
(QObject *, QEvent *)
-
findChild
(const QString &, Qt::FindChildOptions ) const
-
findChildren
(const QString &, Qt::FindChildOptions ) const
-
findChildren
(const QRegExp &, Qt::FindChildOptions ) const
-
findChildren
(const QRegularExpression &, Qt::FindChildOptions ) const
-
hasPendingConnections
() const : bool
-
incomingConnection
(qintptr )
-
inherits
(const char *) const
-
installEventFilter
(QObject *)
-
isListening
() const : bool
-
isSignalConnected
(const QMetaMethod &) const
-
isWidgetType
() const
-
isWindowType
() const
-
killTimer
(int )
|
-
listen
(const QHostAddress &, quint16 ) : bool
-
maxPendingConnections
() const : int
-
maximumChannelCount
() const : int
-
metaObject
() const : const QMetaObject *
-
moveToThread
(QThread *)
-
newConnection
()
-
nextPendingConnection
() : QTcpSocket *
-
nextPendingDatagramConnection
() : QSctpSocket *
-
objectName
() const
-
objectNameChanged
(const QString &)
-
parent
() const
-
pauseAccepting
()
-
property
(const char *) const
-
proxy
() const : QNetworkProxy
-
qt_metacall
(
QMetaObject::Call
,
int
,
void **
) : int
-
qt_metacast
(
const char *
) : void *
-
receivers
(const char *) const
-
removeEventFilter
(QObject *)
-
resumeAccepting
()
-
sender
() const
-
senderSignalIndex
() const
-
serverAddress
() const : QHostAddress
-
serverError
() const : QAbstractSocket::SocketError
-
serverPort
() const : quint16
-
setMaxPendingConnections
(int )
-
setMaximumChannelCount
(int )
-
setObjectName
(const QString &)
-
setParent
(QObject *)
-
setProperty
(const char *, const QVariant &)
-
setProxy
(const QNetworkProxy &)
-
setSocketDescriptor
(qintptr ) : bool
-
signalsBlocked
() const
-
socketDescriptor
() const : qintptr
-
startTimer
(int , Qt::TimerType )
-
startTimer
(std::chrono::milliseconds , Qt::TimerType )
-
staticMetaObject
: const QMetaObject
-
staticQtMetaObject
:
-
thread
() const
-
timerEvent
(QTimerEvent *)
-
tr
(const char *, const char *, int ) : QString
-
trUtf8
(const char *, const char *, int ) : QString
-
waitForNewConnection
(int , bool *) : bool
|