Qt 5.12
Qt Core
C++ Classes
QThread
Qt 5.12.0 Reference Documentation
List of All Members for QThread
This is the complete list of members for
QThread
, including inherited members.
enum
Priority
QThread
(QObject *)
~QThread
()
create
(Function &&, Args &&... ) : QThread *
create
(Function &&) : QThread *
currentThread
() : QThread *
currentThreadId
() : Qt::HANDLE
event
(QEvent *) : bool
eventDispatcher
() const : QAbstractEventDispatcher *
exec
() : int
exit
(int )
finished
()
idealThreadCount
() : int
isFinished
() const : bool
isInterruptionRequested
() const : bool
isRunning
() const : bool
loopLevel
() const : int
metaObject
() const : const QMetaObject *
msleep
(unsigned long )
priority
() const : QThread::Priority
qt_metacall
(
QMetaObject::Call
,
int
,
void **
) : int
qt_metacast
(
const char *
) : void *
quit
()
requestInterruption
()
run
()
setEventDispatcher
(QAbstractEventDispatcher *)
setPriority
(QThread::Priority )
setStackSize
(uint )
setTerminationEnabled
(bool )
sleep
(unsigned long )
stackSize
() const : uint
start
(QThread::Priority )
started
()
staticMetaObject
: const QMetaObject
terminate
()
tr
(const char *, const char *, int ) : QString
trUtf8
(const char *, const char *, int ) : QString
usleep
(unsigned long )
wait
(unsigned long ) : bool
yieldCurrentThread
()