Uses of Enum
io.qt.core.QHistoryState.HistoryType
Packages that use QHistoryState.HistoryType
-
Uses of QHistoryState.HistoryType in io.qt.core
Methods in io.qt.core that return QHistoryState.HistoryTypeModifier and TypeMethodDescriptionQHistoryState.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.core with parameters of type QHistoryState.HistoryTypeModifier and TypeMethodDescriptionfinal voidQHistoryState.setHistoryType(QHistoryState.HistoryType type) Constructors in io.qt.core with parameters of type QHistoryState.HistoryTypeModifierConstructorDescriptionOverloaded constructor forQHistoryState(io.qt.core.QHistoryState.HistoryType, io.qt.core.QState)withparent = null.QHistoryState(QHistoryState.HistoryType type, QState parent)