Uses of Enum
io.qt.core.QFutureInterfaceBase.State
Packages that use QFutureInterfaceBase.State
-
Uses of QFutureInterfaceBase.State in io.qt.core
Methods in io.qt.core that return QFutureInterfaceBase.StateModifier and TypeMethodDescriptionstatic QFutureInterfaceBase.State
QFutureInterfaceBase.State.resolve
(int value) Returns the corresponding enum entry for the given value.static QFutureInterfaceBase.State
Returns the corresponding enum entry for the given value and name.static QFutureInterfaceBase.State
Returns the enum constant of this type with the specified name.static QFutureInterfaceBase.State[]
QFutureInterfaceBase.State.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type QFutureInterfaceBase.StateModifier and TypeMethodDescriptionstatic QFutureInterface<Void>
QFutureInterface.createVoidFutureInterface
(QFutureInterfaceBase.State initialState) final boolean
QFutureInterfaceBase.queryState
(QFutureInterfaceBase.State state) SeeQFutureInterfaceBase::
queryState(QFutureInterfaceBase::State)const Constructors in io.qt.core with parameters of type QFutureInterfaceBase.StateModifierConstructorDescriptionQFutureInterface
(QFutureInterfaceBase.State initialState) QFutureInterfaceBase
(QFutureInterfaceBase.State initialState) SeeQFutureInterfaceBase::
QFutureInterfaceBase(QFutureInterfaceBase::State)