Uses of Class
io.qt.scxml.QScxmlEvent
Package | Description |
---|---|
io.qt.scxml |
-
Uses of QScxmlEvent in io.qt.scxml
Methods in io.qt.scxml that return QScxmlEvent Modifier and Type Method Description QScxmlEvent
QScxmlEvent. clone()
QScxmlEvent
QScxmlCppDataModel. scxmlEvent()
Methods in io.qt.scxml with parameters of type QScxmlEvent Modifier and Type Method Description abstract void
QScxmlInvokableService. postEvent(QScxmlEvent event)
void
QScxmlCppDataModel. setScxmlEvent(QScxmlEvent scxmlEvent)
abstract void
QScxmlDataModel. setScxmlEvent(QScxmlEvent event)
void
QScxmlEcmaScriptDataModel. setScxmlEvent(QScxmlEvent event)
void
QScxmlNullDataModel. setScxmlEvent(QScxmlEvent event)
void
QScxmlStateMachine. submitEvent(QScxmlEvent event)
Method parameters in io.qt.scxml with type arguments of type QScxmlEvent Modifier and Type Method Description QMetaObject.Connection
QScxmlStateMachine. connectToEvent(String scxmlStateName, QMetaObject.Slot1<QScxmlEvent> slot)
QMetaObject.Connection
QScxmlStateMachine. connectToEvent(String scxmlStateName, QMetaObject.Slot1<QScxmlEvent> slot, Qt.ConnectionType type)
Constructors in io.qt.scxml with parameters of type QScxmlEvent Constructor Description QScxmlEvent(QScxmlEvent other)