Uses of Enum
io.qt.scxml.QScxmlEvent.EventType
Packages that use QScxmlEvent.EventType
-
Uses of QScxmlEvent.EventType in io.qt.scxml
Methods in io.qt.scxml that return QScxmlEvent.EventTypeModifier and TypeMethodDescriptionfinal QScxmlEvent.EventType
QScxmlEvent.eventType()
static QScxmlEvent.EventType
QScxmlEvent.EventType.resolve
(int value) Returns the corresponding enum entry for the given value.static QScxmlEvent.EventType
Returns the enum constant of this type with the specified name.static QScxmlEvent.EventType[]
QScxmlEvent.EventType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.scxml with parameters of type QScxmlEvent.EventTypeModifier and TypeMethodDescriptionfinal void
QScxmlEvent.setEventType
(QScxmlEvent.EventType type)