summaryrefslogtreecommitdiffstats
path: root/src/scxml/qscxmlexecutablecontent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scxml/qscxmlexecutablecontent.h')
-rw-r--r--src/scxml/qscxmlexecutablecontent.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/scxml/qscxmlexecutablecontent.h b/src/scxml/qscxmlexecutablecontent.h
index d394940..cdf6b2b 100644
--- a/src/scxml/qscxmlexecutablecontent.h
+++ b/src/scxml/qscxmlexecutablecontent.h
@@ -81,6 +81,16 @@ struct ParameterInfo {
EvaluatorId expr;
StringId location;
};
+
+struct InvokeInfo {
+ StringId id;
+ StringId prefix;
+ StringId location;
+ StringId context;
+ EvaluatorId expr;
+ ContainerId finalize;
+ bool autoforward;
+};
#if defined(Q_CC_MSVC) || defined(Q_CC_GNU)
#pragma pack(pop)
#endif