Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QCtfServer Member List

This is the complete list of members for QCtfServer, including all inherited members.

bindableObjectName()QObject
bindingStorage()QObjectinline
bindingStorage() constQObjectinline
blockSignals(bool b) noexceptQObject
bufferData(const QString &stream, const QByteArray &data, quint32 flags)QCtfServer
bufferOnIdle() constQCtfServer
childEvent(QChildEvent *event)QObjectprotectedvirtual
children() constQObjectinline
CompressionMask enum valueQCtfServer
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection)QObjectstatic
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection)QObjectstatic
connect(const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) constQObjectinline
connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::ContextTypeForFunctor< Func2 >::ContextType *context, Func2 &&slot, Qt::ConnectionType type=Qt::AutoConnection)QObjectinlinestatic
connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 &&slot)QObjectinlinestatic
Connected enum valueQCtfServer
connectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
create(Function &&f, Args &&... args)QThreadstatic
currentThread()QThreadstatic
currentThreadId() noexcept Q_DECL_PURE_FUNCTIONQThreadinlinestatic
customEvent(QEvent *event)QObjectprotectedvirtual
d_ptrQObjectprotected
deleteLater()QObjectslot
destroyed(QObject *=nullptr)QObjectsignal
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *member)QObjectstatic
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member)QObjectstatic
disconnect(const char *signal=nullptr, const QObject *receiver=nullptr, const char *member=nullptr) constQObjectinline
disconnect(const QObject *receiver, const char *member=nullptr) constQObjectinline
disconnect(const QMetaObject::Connection &)QObjectstatic
disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot)QObjectinlinestatic
disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *receiver, void **zero)QObjectinlinestatic
disconnectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
DontBufferOnIdle enum valueQCtfServer
dumpObjectInfo() constQObject
dumpObjectTree() constQObject
dynamicPropertyNames() constQObject
Error enum valueQCtfServer
event(QEvent *event) overrideQThreadvirtual
eventDispatcher() constQThread
eventFilter(QObject *watched, QEvent *event)QObjectvirtual
exec()QThreadprotected
exit(int retcode=0)QThreadslot
findChild(QAnyStringView aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObjectinline
findChild(Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObjectinline
findChildren(QAnyStringView aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObjectinline
findChildren(Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObjectinline
finished(QPrivateSignal)QThreadsignal
HighestPriority enum valueQThread
HighPriority enum valueQThread
idealThreadCount() noexceptQThreadstatic
Idle enum valueQCtfServer
IdlePriority enum valueQThread
InheritPriority enum valueQThread
inherits(const char *classname) constQObjectinline
installEventFilter(QObject *filterObj)QObject
isCurrentThread() constQThread
isFinished() constQThread
isInterruptionRequested() constQThread
isMainThread()QThreadstatic
isQuickItemType() constQObjectinline
isRunning() constQThread
isSignalConnected(const QMetaMethod &signal) constQObjectprotected
isWidgetType() constQObjectinline
isWindowType() constQObjectinline
killTimer(int id)QObject
killTimer(Qt::TimerId id)QObject
loopLevel() constQThread
LowestPriority enum valueQThread
LowPriority enum valueQThread
moveToThread(QThread *thread QT6_DECL_NEW_OVERLOAD_TAIL)QObject
msleep(unsigned long)QThreadstatic
NormalPriority enum valueQThread
objectNameQObject
objectName() constQObject
objectNameChanged(const QString &objectName, QPrivateSignal)QObjectsignal
parent() constQObjectinline
Priority enum nameQThread
priority() constQThread
property(const char *name) constQObject
QCtfServer(QObject *parent=nullptr)QCtfServer
qFindChildqFindChildren(const QObject *obj, const QString &name)()QObjectrelated
qFindChildrenqFindChildren(const QObject *obj, const QString &name)()QObjectrelated
QObject(QObject *parent=nullptr)QObjectexplicit
QObject(QObjectPrivate &dd, QObject *parent=nullptr)QObjectprotected
qobject_cast(const QObject *object)QObjectrelated
QObjectListQObjectrelated
QThread(QObject *parent=nullptr)QThreadexplicit
QThread(QThreadPrivate &dd, QObject *parent=nullptr)QThreadprotected
quit()QThreadslot
receivers(const char *signal) constQObjectprotected
removeEventFilter(QObject *obj)QObject
RequestBufferSize enum valueQCtfServer
RequestClientId enum valueQCtfServer
RequestClientVersion enum valueQCtfServer
RequestCompressionScheme enum valueQCtfServer
RequestFlags enum valueQCtfServer
RequestIds enum nameQCtfServer
requestInterruption()QThread
RequestSessionName enum valueQCtfServer
RequestSessionTracepoints enum valueQCtfServer
run() overrideQCtfServervirtual
sender() constQObjectprotected
senderSignalIndex() constQObjectprotected
ServerFlags enum nameQCtfServer
ServerStatus enum nameQCtfServer
sessionName() constQCtfServer
sessionTracepoints() constQCtfServer
setCallback(ServerCallback *cb)QCtfServer
setEventDispatcher(QAbstractEventDispatcher *eventDispatcher)QThread
setHost(const QString &address)QCtfServer
setObjectName(const QString &name)QObjectinline
setObjectName(QAnyStringView name)QObject
setParent(QObject *parent)QObject
setPort(int port)QCtfServer
setPriority(Priority priority)QThread
setProperty(const char *name, const QVariant &value)QObject
setProperty(const char *name, QVariant &&value)QObjectinline
setStackSize(uint stackSize)QThread
setTerminationEnabled(bool enabled=true)QThreadprotectedstatic
signalsBlocked() const noexceptQObjectinline
sleep(unsigned long)QThreadstatic
sleep(std::chrono::nanoseconds nsec)QThreadstatic
stackSize() constQThread
start(Priority=InheritPriority)QThreadslot
started(QPrivateSignal)QThreadsignal
startServer()QCtfServer
startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer)QObject
startTimer(std::chrono::nanoseconds time, Qt::TimerType timerType=Qt::CoarseTimer)QObject
status() constQCtfServer
stopServer()QCtfServer
terminate()QThreadslot
thread() constQObject
TimeCriticalPriority enum valueQThread
timerEvent(QTimerEvent *event)QObjectprotectedvirtual
Uninitialized enum valueQCtfServer
usleep(unsigned long)QThreadstatic
wait(QDeadlineTimer deadline=QDeadlineTimer(QDeadlineTimer::Forever))QThread
wait(unsigned long time)QThreadinline
yieldCurrentThread()QThreadstatic
~QCtfServer()QCtfServer
~QObject()QObjectvirtual
~QThread()QThread