Uses of Class
io.qt.QThreadAffinityException
Packages that use QThreadAffinityException
-
Uses of QThreadAffinityException in io.qt
Methods in io.qt that throw QThreadAffinityExceptionModifier and TypeMethodDescriptionstatic 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.