The InvokeInfo class represents a service invocation. More...
Header: | #include <InvokeInfo> |
CMake: | find_package(Qt6 COMPONENTS Scxml REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::Scxml) |
qmake: | QT += scxml |
Since: | Qt 5.8 |
bool | autoforward |
QScxmlExecutableContent::StringId | context |
QScxmlExecutableContent::EvaluatorId | expr |
QScxmlExecutableContent::ContainerId | finalize |
QScxmlExecutableContent::StringId | id |
QScxmlExecutableContent::StringId | location |
QScxmlExecutableContent::StringId | prefix |
This variable holds whether events should automatically be forwarded to the invoked service
This variable holds the context to interpret the location in
This variable holds the expression representing the srcexpr of the invoke element
This variable holds the ID of the container of executable content to be run on finalizing the invocation
This variable holds the ID specified by the id
attribute in the <invoke>
element.
This variable holds the data model location to write the invocation ID to
This variable holds the unique prefix for this invocation in the context of the state from which it is called
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qscxmlexecutablecontent-invokeinfo.html