Uses of Class
io.qt.core.QFutureInterface
-
Uses of QFutureInterface in io.qt.core
Modifier and TypeMethodDescriptionstatic <T> QFutureInterface<T>
QFutureInterface.canceledResult()
QFutureInterface.clone()
static QFutureInterface<Void>
QFutureInterface.createVoidFutureInterface()
Overloaded factory forcreateVoidFutureInterface(io.qt.core.QFutureInterfaceBase.State)
withinitialState = io.qt.core.QFutureInterfaceBase.State.NoState
.static QFutureInterface<Void>
QFutureInterface.createVoidFutureInterface
(QFutureInterfaceBase other) static QFutureInterface<Void>
QFutureInterface.createVoidFutureInterface
(QFutureInterfaceBase.State initialState) ModifierConstructorDescriptionQFuture
(QFutureInterface<T> d) QFutureInterface
(QFutureInterface<T> other) QPromise
(QFutureInterface<T> other)