Uses of Class
io.qt.core.QThread
-
Uses of QThread in io.qt
Modifier and TypeMethodDescriptionQThreadAffinityException.currentThread()
QThreadAffinityException.expectedThread()
QtThreadAffineInterface.thread()
Returns the thread affinity of the object.ModifierConstructorDescriptionQThreadAffinityException
(String message, QObject object, QThread expectedThread, QThread currentThread) Creates a new QThreadAffinityException with the given message, object and thread. -
Uses of QThread in io.qt.core
Modifier and TypeMethodDescriptionstatic QThread
static QThread
static QThread
static QThread
static QThread
static QThread
static QThread
static QThread
static QThread
QThread.create
(ThreadGroup group, Runnable runnable) static QThread
QThread.create
(ThreadGroup group, Runnable runnable, long stackSize) static QThread
QThread.create
(ThreadGroup group, Runnable runnable, long stackSize, QObject parent) static QThread
QThread.create
(ThreadGroup group, Runnable runnable, String name) static QThread
QThread.create
(ThreadGroup group, Runnable runnable, String name, long stackSize) static QThread
QThread.create
(ThreadGroup group, Runnable runnable, String name, long stackSize, QObject parent) static QThread
QThread.create
(ThreadGroup group, Runnable runnable, String name, QObject parent) static QThread
QThread.currentThread()
final QThread
QObject.thread()
static QThread
Modifier and TypeMethodDescriptionfinal boolean
static QAbstractEventDispatcher
final void
QObject.moveToThread
(QThread thread) -
Uses of QThread in io.qt.gui.rhi
-
Uses of QThread in io.qt.quick
Modifier and TypeMethodDescriptionfinal void
QQuickRenderControl.prepareThread
(QThread targetThread)