Uses of Class
io.qt.core.QFutureInterfaceBase.State
Package | Description |
---|---|
io.qt.core |
-
Uses of QFutureInterfaceBase.State in io.qt.core
Methods in io.qt.core that return QFutureInterfaceBase.State Modifier and Type Method Description static QFutureInterfaceBase.State
QFutureInterfaceBase.State. resolve(int value)
Returns the corresponding enum entry for the given value.static QFutureInterfaceBase.State
QFutureInterfaceBase.State. valueOf(String name)
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.State Modifier and Type Method Description boolean
QFutureInterfaceBase. queryState(QFutureInterfaceBase.State state)
Constructors in io.qt.core with parameters of type QFutureInterfaceBase.State Constructor Description QFutureInterface(QFutureInterfaceBase.State initialState)
QFutureInterfaceBase(QFutureInterfaceBase.State initialState)
QVoidFutureInterface(QFutureInterfaceBase.State initialState)