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 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 TypeMethodDescriptionfinal QMetaObject.Connection
QScxmlStateMachine.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.Connection
QScxmlStateMachine.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.Connection
QScxmlStateMachine.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.Connection
QScxmlStateMachine.connectToEvent
(String scxmlEventSpec, QMetaObject.Slot1<QScxmlEvent> functor, Qt.ConnectionType ... type) Constructors in io.qt.scxml with parameters of type QScxmlEvent