Uses of Class
io.qt.core.QStateMachine.Error
Package | Description |
---|---|
io.qt.core |
-
Uses of QStateMachine.Error in io.qt.core
Methods in io.qt.core that return QStateMachine.Error Modifier and Type Method Description QStateMachine.Error
QStateMachine. error()
static QStateMachine.Error
QStateMachine.Error. resolve(int value)
Returns the corresponding enum entry for the given value.static QStateMachine.Error
QStateMachine.Error. valueOf(String name)
Returns the enum constant of this type with the specified name.static QStateMachine.Error[]
QStateMachine.Error. values()
Returns an array containing the constants of this enum type, in the order they are declared.