Uses of Enum
io.qt.statemachine.QHistoryState.HistoryType
-
Uses of QHistoryState.HistoryType in io.qt.statemachine
Methods in io.qt.statemachine that return QHistoryState.HistoryTypeModifier and TypeMethodDescriptionQHistoryState.getHistoryType()Kotlin property getter.QHistoryState.historyType()static QHistoryState.HistoryTypeQHistoryState.HistoryType.resolve(int value) Returns the corresponding enum entry for the given value.static QHistoryState.HistoryTypeReturns the enum constant of this type with the specified name.static QHistoryState.HistoryType[]QHistoryState.HistoryType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.statemachine that return types with arguments of type QHistoryState.HistoryTypeMethods in io.qt.statemachine with parameters of type QHistoryState.HistoryTypeModifier and TypeMethodDescriptionfinal voidQHistoryState.setHistoryType(QHistoryState.HistoryType type) Constructors in io.qt.statemachine with parameters of type QHistoryState.HistoryTypeModifierConstructorDescriptionOverloaded constructor forQHistoryState(io.qt.statemachine.QHistoryState.HistoryType, io.qt.statemachine.QState)withparent = null.QHistoryState(QHistoryState.HistoryType type, QState parent)