Uses of Class
io.qt.core.QThread
Packages that use 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
Methods in io.qt.core that return QThreadModifier 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
Methods in io.qt.core with parameters of type QThreadModifier and TypeMethodDescriptionfinal boolean
static QAbstractEventDispatcher
final boolean
QObject.moveToThread
(QThread thread) Constructors in io.qt.core with parameters of type QThread -
Uses of QThread in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QThread -
Uses of QThread in io.qt.quick
Methods in io.qt.quick with parameters of type QThreadModifier and TypeMethodDescriptionfinal void
QQuickRenderControl.prepareThread
(QThread targetThread) -
Uses of QThread in io.qt.sql