JavaScript is disabled on your browser.
Skip navigation links
QtJambi 6.6.3
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
io.qt.QThreadAffinityException
Packages that use
QThreadAffinityException
Package
Description
io.qt
Uses of
QThreadAffinityException
in
io.qt
Methods in
io.qt
that throw
QThreadAffinityException
Modifier and Type
Method
Description
static void
QtUtilities.
threadCheck
(
QObject
object)
Checks if the current thread is the given object's thread and throws QThreadAffinityException otherwise.
static void
QtUtilities.
uiThreadCheck
()
Checks if the current thread is UI thread and throws QThreadAffinityException otherwise.