Uses of Interface
io.qt.core.QRunnable
Package | Description |
---|---|
io.qt.core | |
io.qt.quick |
-
Uses of QRunnable in io.qt.core
Classes in io.qt.core that implement QRunnable Modifier and Type Class Description static class
QRunnable.Impl
Implementor class for interfaceQRunnable
Methods in io.qt.core that return QRunnable Modifier and Type Method Description static QRunnable
QRunnable. of(Runnable runnable)
Methods in io.qt.core with parameters of type QRunnable Modifier and Type Method Description void
QThreadPool. cancel(QRunnable runnable)
Deprecated.use tryTake(), but note the different deletion rulesstatic QRunnable.MemberAccess
QRunnable.MemberAccess. of(QRunnable instance)
void
QFutureInterfaceBase. setRunnable(QRunnable runnable)
boolean
QThreadPool. tryTake(QRunnable runnable)
-
Uses of QRunnable in io.qt.quick
Methods in io.qt.quick with parameters of type QRunnable Modifier and Type Method Description void
QQuickWindow. scheduleRenderJob(QRunnable job, QQuickWindow.RenderStage schedule)