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()Creates and returns a copy of this object.final QScxmlEventQScxmlCppDataModel.scxmlEvent()Methods in io.qt.scxml with parameters of type QScxmlEventModifier and TypeMethodDescriptionfinal voidQScxmlEvent.assign(QScxmlEvent other) abstract voidQScxmlInvokableService.postEvent(QScxmlEvent event) final voidQScxmlCppDataModel.setScxmlEvent(QScxmlEvent scxmlEvent) abstract voidQScxmlDataModel.setScxmlEvent(QScxmlEvent event) voidQScxmlNullDataModel.setScxmlEvent(QScxmlEvent event) final voidQScxmlStateMachine.submitEvent(QScxmlEvent event) Method parameters in io.qt.scxml with type arguments of type QScxmlEventModifier and TypeMethodDescriptionfinal QMetaObject.ConnectionQScxmlStateMachine.connectToEvent(String scxmlEventSpec, QObject context, QMetaObject.Slot1<QScxmlEvent> functor) Overloaded function forQScxmlStateMachine.connectToEvent(java.lang.String, io.qt.core.QObject, io.qt.core.QMetaObject.Slot1, io.qt.core.Qt.ConnectionType[])withtype = io.qt.core.Qt.ConnectionType.AutoConnection.final QMetaObject.ConnectionQScxmlStateMachine.connectToEvent(String scxmlEventSpec, QObject context, QMetaObject.Slot1<QScxmlEvent> functor, Qt.ConnectionType ... type) SeeQScxmlStateMachine::connectToEvent<Functor>(QString, const QtPrivate::ContextTypeForFunctor::ContextType<Functor>*, Functor&&, Qt::ConnectionType) QScxmlStateMachine.connectToEvent(String scxmlStateName, QMetaObject.Connectable1<QScxmlEvent> signal, Qt.ConnectionType ... type) final QMetaObject.ConnectionQScxmlStateMachine.connectToEvent(String scxmlEventSpec, QMetaObject.Slot1<QScxmlEvent> functor) Overloaded function forQScxmlStateMachine.connectToEvent(java.lang.String, io.qt.core.QMetaObject.Slot1, io.qt.core.Qt.ConnectionType[])withtype = io.qt.core.Qt.ConnectionType.AutoConnection.final QMetaObject.ConnectionQScxmlStateMachine.connectToEvent(String scxmlEventSpec, QMetaObject.Slot1<QScxmlEvent> functor, Qt.ConnectionType ... type) Constructors in io.qt.scxml with parameters of type QScxmlEvent