Uses of Class
io.qt.scxml.QScxmlEvent.EventType
Package | Description |
---|---|
io.qt.scxml |
-
Uses of QScxmlEvent.EventType in io.qt.scxml
Methods in io.qt.scxml that return QScxmlEvent.EventType Modifier and Type Method Description QScxmlEvent.EventType
QScxmlEvent. eventType()
static QScxmlEvent.EventType
QScxmlEvent.EventType. resolve(int value)
Returns the corresponding enum entry for the given value.static QScxmlEvent.EventType
QScxmlEvent.EventType. valueOf(String name)
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.EventType Modifier and Type Method Description void
QScxmlEvent. setEventType(QScxmlEvent.EventType type)