Uses of Class
io.qt.scxml.QScxmlEvent
Packages that use QScxmlEvent
-
Uses of QScxmlEvent in io.qt.scxml
Methods in io.qt.scxml that return QScxmlEventModifier and TypeMethodDescriptionQScxmlEvent.clone()
final QScxmlEvent
QScxmlCppDataModel.scxmlEvent()
Methods in io.qt.scxml with parameters of type QScxmlEventModifier and TypeMethodDescriptionfinal void
QScxmlEvent.assign
(QScxmlEvent other) abstract void
QScxmlInvokableService.postEvent
(QScxmlEvent event) final void
QScxmlCppDataModel.setScxmlEvent
(QScxmlEvent scxmlEvent) abstract void
QScxmlDataModel.setScxmlEvent
(QScxmlEvent event) void
QScxmlNullDataModel.setScxmlEvent
(QScxmlEvent event) final void
QScxmlStateMachine.submitEvent
(QScxmlEvent event) Method parameters in io.qt.scxml with type arguments of type QScxmlEventModifier and TypeMethodDescriptionQScxmlStateMachine.connectToEvent
(String scxmlStateName, QMetaObject.Connectable1<QScxmlEvent> signal, Qt.ConnectionType... type) QScxmlStateMachine.connectToEvent
(String scxmlStateName, QMetaObject.Slot1<QScxmlEvent> slot, Qt.ConnectionType... type) Constructors in io.qt.scxml with parameters of type QScxmlEvent