Uses of Enum
io.qt.scxml.QScxmlEvent.EventType
Packages that use QScxmlEvent.EventType
-
Uses of QScxmlEvent.EventType in io.qt.scxml
Subclasses with type arguments of type QScxmlEvent.EventType in io.qt.scxmlMethods in io.qt.scxml that return QScxmlEvent.EventTypeModifier and TypeMethodDescriptionfinal QScxmlEvent.EventTypeQScxmlEvent.eventType()static QScxmlEvent.EventTypeQScxmlEvent.EventType.resolve(int value) Returns the corresponding enum entry for the given value.static QScxmlEvent.EventTypeReturns 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 voidQScxmlEvent.setEventType(QScxmlEvent.EventType type)