aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/modules/qt-scxml-module.qdoc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-02-05 18:02:58 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-02-12 15:35:11 +0000
commite62b98604634ff5a14ea74a118f3064339425b1d (patch)
treeaa3e71a43e3f8217111642cb5165e0615cb4c596 /doc/reference/modules/qt-scxml-module.qdoc
parented8e49b64a30005e29a74656ce63a8c2cfcf5383 (diff)
Qt.scxml: Add support for the --statemethods option
Also add an undocumented property to add arbitrary options. This one acts as an emergency fallback in case we miss a new option in the future. Task-number: QBS-1295 Change-Id: I0ba81325d6975d8bb25cbd397c9daaaa12f685c2 Reviewed-by: Andy Shaw <andy.shaw@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Andreas Bacher <andreas.bacher@meon-medical.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'doc/reference/modules/qt-scxml-module.qdoc')
-rw-r--r--doc/reference/modules/qt-scxml-module.qdoc10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/reference/modules/qt-scxml-module.qdoc b/doc/reference/modules/qt-scxml-module.qdoc
index 2be5b6be7..34f0461d6 100644
--- a/doc/reference/modules/qt-scxml-module.qdoc
+++ b/doc/reference/modules/qt-scxml-module.qdoc
@@ -65,6 +65,16 @@
*/
/*!
+ \qmlproperty string Qt.scxml::generateStateMethods
+
+ If this property is \c true, the Qt SCXML compiler will generate read and notify methods
+ for states.
+
+ \defaultvalue \c false
+ \since 1.11
+*/
+
+/*!
\qmlproperty string Qt.scxml::namespace
The C++ namespace in which to put the generated class.