Uses of Class
io.qt.core.QFutureInterfaceBase
Package | Description |
---|---|
io.qt.core |
-
Uses of QFutureInterfaceBase in io.qt.core
Subclasses of QFutureInterfaceBase in io.qt.core Modifier and Type Class Description class
QFutureInterface<T>
Java wrapper for Qt class QFutureInterfaceclass
QVoidFutureInterface
Java wrapper for Qt class QVoidFutureInterfaceMethods in io.qt.core that return QFutureInterfaceBase Modifier and Type Method Description QFutureInterfaceBase
QFutureInterfaceBase. clone()
Methods in io.qt.core with parameters of type QFutureInterfaceBase Modifier and Type Method Description void
QFutureInterfaceBase. swap(QFutureInterfaceBase other)
Method parameters in io.qt.core with type arguments of type QFutureInterfaceBase Modifier and Type Method Description protected void
QFutureInterfaceBase. setContinuation(Consumer<QFutureInterfaceBase> continuation)
Constructors in io.qt.core with parameters of type QFutureInterfaceBase Constructor Description QFutureInterface(QFutureInterfaceBase dd)
QFutureInterfaceBase(QFutureInterfaceBase other)
QVoidFutureInterface(QFutureInterfaceBase dd)