summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2015-11-06 12:58:36 +0100
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-11-17 11:32:23 +0000
commite5736d216860e75b7b5e2f4537ca423e0fd92c6c (patch)
treecf380547682b878de04312f1271ac8905dc6a2a6 /examples
parent54d722376f8c3d4593838476e0077c35873300f2 (diff)
Doc: Create structure for example documentation
Create skeleton structure for example documentation, and add each example to examples-qtscxml group, so that they'll be listed on the group page. Change-Id: I55ee0530704c484a1012b0bd9fbd59336ffb0b6e Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/calculator-widgets-static/doc/src/calculator-widgets-static.qdoc25
-rw-r--r--examples/invoke-dynamic/doc/src/invoke-dynamic.qdoc25
-rw-r--r--examples/invoke-static/doc/src/invoke-static.qdoc25
-rw-r--r--examples/mediaplayer-qml-cppdatamodel/doc/src/mediaplayer-qml-cppdatamodel.qdoc25
-rw-r--r--examples/mediaplayer-qml-dynamic/doc/src/mediaplayer-qml-dynamic.qdoc25
-rw-r--r--examples/mediaplayer-qml-static/doc/src/mediaplayer-qml-static.qdoc25
-rw-r--r--examples/mediaplayer-widgets-dynamic/doc/src/mediaplayer-widgets-dynamic.qdoc25
-rw-r--r--examples/mediaplayer-widgets-static/doc/src/mediaplayer-widgets-static.qdoc25
-rw-r--r--examples/pinball-ecmascript-widgets-static/doc/src/pinball-ecmascript-widgets-static.qdoc25
-rw-r--r--examples/pinball-widgets-static/doc/src/pinball-widgets-static.qdoc25
-rw-r--r--examples/trafficlight-qml-dynamic/doc/src/trafficlight-qml-dynamic.qdoc25
-rw-r--r--examples/trafficlight-qml-static/doc/src/trafficlight-qml-static.qdoc25
-rw-r--r--examples/trafficlight-widgets-dynamic/doc/src/trafficlight-widgets-dynamic.qdoc25
-rw-r--r--examples/trafficlight-widgets-static/doc/src/trafficlight-widgets-static.qdoc25
14 files changed, 350 insertions, 0 deletions
diff --git a/examples/calculator-widgets-static/doc/src/calculator-widgets-static.qdoc b/examples/calculator-widgets-static/doc/src/calculator-widgets-static.qdoc
new file mode 100644
index 0000000..f5c5524
--- /dev/null
+++ b/examples/calculator-widgets-static/doc/src/calculator-widgets-static.qdoc
@@ -0,0 +1,25 @@
+/****************************************************************************
+ **
+ ** Copyright (c) 2015 Digia Plc
+ ** For any questions to Digia, please use contact form at http://qt.digia.com/
+ **
+ ** All Rights Reserved.
+ **
+ ** NOTICE: All information contained herein is, and remains
+ ** the property of Digia Plc and its suppliers,
+ ** if any. The intellectual and technical concepts contained
+ ** herein are proprietary to Digia Plc
+ ** and its suppliers and may be covered by Finnish and Foreign Patents,
+ ** patents in process, and are protected by trade secret or copyright law.
+ ** Dissemination of this information or reproduction of this material
+ ** is strictly forbidden unless prior written permission is obtained
+ ** from Digia Plc.
+ ****************************************************************************/
+
+/*!
+ \example calculator-widgets-static
+ \title Qt SCXML: Calculator Example (Static)
+ \ingroup examples-qtscxml
+
+ \brief Demonstrates...
+*/
diff --git a/examples/invoke-dynamic/doc/src/invoke-dynamic.qdoc b/examples/invoke-dynamic/doc/src/invoke-dynamic.qdoc
new file mode 100644
index 0000000..ba813aa
--- /dev/null
+++ b/examples/invoke-dynamic/doc/src/invoke-dynamic.qdoc
@@ -0,0 +1,25 @@
+/****************************************************************************
+ **
+ ** Copyright (c) 2015 Digia Plc
+ ** For any questions to Digia, please use contact form at http://qt.digia.com/
+ **
+ ** All Rights Reserved.
+ **
+ ** NOTICE: All information contained herein is, and remains
+ ** the property of Digia Plc and its suppliers,
+ ** if any. The intellectual and technical concepts contained
+ ** herein are proprietary to Digia Plc
+ ** and its suppliers and may be covered by Finnish and Foreign Patents,
+ ** patents in process, and are protected by trade secret or copyright law.
+ ** Dissemination of this information or reproduction of this material
+ ** is strictly forbidden unless prior written permission is obtained
+ ** from Digia Plc.
+ ****************************************************************************/
+
+/*!
+ \example invoke-dynamic
+ \title Qt SCXML: Invoke Example (Dynamic)
+ \ingroup examples-qtscxml
+
+ \brief Demonstrates...
+*/
diff --git a/examples/invoke-static/doc/src/invoke-static.qdoc b/examples/invoke-static/doc/src/invoke-static.qdoc
new file mode 100644
index 0000000..8d4705f
--- /dev/null
+++ b/examples/invoke-static/doc/src/invoke-static.qdoc
@@ -0,0 +1,25 @@
+/****************************************************************************
+ **
+ ** Copyright (c) 2015 Digia Plc
+ ** For any questions to Digia, please use contact form at http://qt.digia.com/
+ **
+ ** All Rights Reserved.
+ **
+ ** NOTICE: All information contained herein is, and remains
+ ** the property of Digia Plc and its suppliers,
+ ** if any. The intellectual and technical concepts contained
+ ** herein are proprietary to Digia Plc
+ ** and its suppliers and may be covered by Finnish and Foreign Patents,
+ ** patents in process, and are protected by trade secret or copyright law.
+ ** Dissemination of this information or reproduction of this material
+ ** is strictly forbidden unless prior written permission is obtained
+ ** from Digia Plc.
+ ****************************************************************************/
+
+/*!
+ \example invoke-static
+ \title Qt SCXML: Invoke Example (Static)
+ \ingroup examples-qtscxml
+
+ \brief Demonstrates...
+*/
diff --git a/examples/mediaplayer-qml-cppdatamodel/doc/src/mediaplayer-qml-cppdatamodel.qdoc b/examples/mediaplayer-qml-cppdatamodel/doc/src/mediaplayer-qml-cppdatamodel.qdoc
new file mode 100644
index 0000000..16e2238
--- /dev/null
+++ b/examples/mediaplayer-qml-cppdatamodel/doc/src/mediaplayer-qml-cppdatamodel.qdoc
@@ -0,0 +1,25 @@
+/****************************************************************************
+ **
+ ** Copyright (c) 2015 Digia Plc
+ ** For any questions to Digia, please use contact form at http://qt.digia.com/
+ **
+ ** All Rights Reserved.
+ **
+ ** NOTICE: All information contained herein is, and remains
+ ** the property of Digia Plc and its suppliers,
+ ** if any. The intellectual and technical concepts contained
+ ** herein are proprietary to Digia Plc
+ ** and its suppliers and may be covered by Finnish and Foreign Patents,
+ ** patents in process, and are protected by trade secret or copyright law.
+ ** Dissemination of this information or reproduction of this material
+ ** is strictly forbidden unless prior written permission is obtained
+ ** from Digia Plc.
+ ****************************************************************************/
+
+/*!
+ \example mediaplayer-qml-cppdatamodel
+ \title Qt SCXML: Media Player QML Example (C++ Data Model)
+ \ingroup examples-qtscxml
+
+ \brief Demonstrates...
+*/
diff --git a/examples/mediaplayer-qml-dynamic/doc/src/mediaplayer-qml-dynamic.qdoc b/examples/mediaplayer-qml-dynamic/doc/src/mediaplayer-qml-dynamic.qdoc
new file mode 100644
index 0000000..4acde84
--- /dev/null
+++ b/examples/mediaplayer-qml-dynamic/doc/src/mediaplayer-qml-dynamic.qdoc
@@ -0,0 +1,25 @@
+/****************************************************************************
+ **
+ ** Copyright (c) 2015 Digia Plc
+ ** For any questions to Digia, please use contact form at http://qt.digia.com/
+ **
+ ** All Rights Reserved.
+ **
+ ** NOTICE: All information contained herein is, and remains
+ ** the property of Digia Plc and its suppliers,
+ ** if any. The intellectual and technical concepts contained
+ ** herein are proprietary to Digia Plc
+ ** and its suppliers and may be covered by Finnish and Foreign Patents,
+ ** patents in process, and are protected by trade secret or copyright law.
+ ** Dissemination of this information or reproduction of this material
+ ** is strictly forbidden unless prior written permission is obtained
+ ** from Digia Plc.
+ ****************************************************************************/
+
+/*!
+ \example mediaplayer-qml-dynamic
+ \title Qt SCXML: Media Player QML Example (Dynamic)
+ \ingroup examples-qtscxml
+
+ \brief Demonstrates...
+*/
diff --git a/examples/mediaplayer-qml-static/doc/src/mediaplayer-qml-static.qdoc b/examples/mediaplayer-qml-static/doc/src/mediaplayer-qml-static.qdoc
new file mode 100644
index 0000000..8e65578
--- /dev/null
+++ b/examples/mediaplayer-qml-static/doc/src/mediaplayer-qml-static.qdoc
@@ -0,0 +1,25 @@
+/****************************************************************************
+ **
+ ** Copyright (c) 2015 Digia Plc
+ ** For any questions to Digia, please use contact form at http://qt.digia.com/
+ **
+ ** All Rights Reserved.
+ **
+ ** NOTICE: All information contained herein is, and remains
+ ** the property of Digia Plc and its suppliers,
+ ** if any. The intellectual and technical concepts contained
+ ** herein are proprietary to Digia Plc
+ ** and its suppliers and may be covered by Finnish and Foreign Patents,
+ ** patents in process, and are protected by trade secret or copyright law.
+ ** Dissemination of this information or reproduction of this material
+ ** is strictly forbidden unless prior written permission is obtained
+ ** from Digia Plc.
+ ****************************************************************************/
+
+/*!
+ \example mediaplayer-qml-static
+ \title Qt SCXML: Media Player QML Example (Static)
+ \ingroup examples-qtscxml
+
+ \brief Demonstrates...
+*/
diff --git a/examples/mediaplayer-widgets-dynamic/doc/src/mediaplayer-widgets-dynamic.qdoc b/examples/mediaplayer-widgets-dynamic/doc/src/mediaplayer-widgets-dynamic.qdoc
new file mode 100644
index 0000000..781b838
--- /dev/null
+++ b/examples/mediaplayer-widgets-dynamic/doc/src/mediaplayer-widgets-dynamic.qdoc
@@ -0,0 +1,25 @@
+/****************************************************************************
+ **
+ ** Copyright (c) 2015 Digia Plc
+ ** For any questions to Digia, please use contact form at http://qt.digia.com/
+ **
+ ** All Rights Reserved.
+ **
+ ** NOTICE: All information contained herein is, and remains
+ ** the property of Digia Plc and its suppliers,
+ ** if any. The intellectual and technical concepts contained
+ ** herein are proprietary to Digia Plc
+ ** and its suppliers and may be covered by Finnish and Foreign Patents,
+ ** patents in process, and are protected by trade secret or copyright law.
+ ** Dissemination of this information or reproduction of this material
+ ** is strictly forbidden unless prior written permission is obtained
+ ** from Digia Plc.
+ ****************************************************************************/
+
+/*!
+ \example mediaplayer-widgets-dynamic
+ \title Qt SCXML: Media Player Example (Dynamic)
+ \ingroup examples-qtscxml
+
+ \brief Demonstrates...
+*/
diff --git a/examples/mediaplayer-widgets-static/doc/src/mediaplayer-widgets-static.qdoc b/examples/mediaplayer-widgets-static/doc/src/mediaplayer-widgets-static.qdoc
new file mode 100644
index 0000000..eb2db04
--- /dev/null
+++ b/examples/mediaplayer-widgets-static/doc/src/mediaplayer-widgets-static.qdoc
@@ -0,0 +1,25 @@
+/****************************************************************************
+ **
+ ** Copyright (c) 2015 Digia Plc
+ ** For any questions to Digia, please use contact form at http://qt.digia.com/
+ **
+ ** All Rights Reserved.
+ **
+ ** NOTICE: All information contained herein is, and remains
+ ** the property of Digia Plc and its suppliers,
+ ** if any. The intellectual and technical concepts contained
+ ** herein are proprietary to Digia Plc
+ ** and its suppliers and may be covered by Finnish and Foreign Patents,
+ ** patents in process, and are protected by trade secret or copyright law.
+ ** Dissemination of this information or reproduction of this material
+ ** is strictly forbidden unless prior written permission is obtained
+ ** from Digia Plc.
+ ****************************************************************************/
+
+/*!
+ \example mediaplayer-widgets-static
+ \title Qt SCXML: Media Player Example (Static)
+ \ingroup examples-qtscxml
+
+ \brief Demonstrates...
+*/
diff --git a/examples/pinball-ecmascript-widgets-static/doc/src/pinball-ecmascript-widgets-static.qdoc b/examples/pinball-ecmascript-widgets-static/doc/src/pinball-ecmascript-widgets-static.qdoc
new file mode 100644
index 0000000..100868f
--- /dev/null
+++ b/examples/pinball-ecmascript-widgets-static/doc/src/pinball-ecmascript-widgets-static.qdoc
@@ -0,0 +1,25 @@
+/****************************************************************************
+ **
+ ** Copyright (c) 2015 Digia Plc
+ ** For any questions to Digia, please use contact form at http://qt.digia.com/
+ **
+ ** All Rights Reserved.
+ **
+ ** NOTICE: All information contained herein is, and remains
+ ** the property of Digia Plc and its suppliers,
+ ** if any. The intellectual and technical concepts contained
+ ** herein are proprietary to Digia Plc
+ ** and its suppliers and may be covered by Finnish and Foreign Patents,
+ ** patents in process, and are protected by trade secret or copyright law.
+ ** Dissemination of this information or reproduction of this material
+ ** is strictly forbidden unless prior written permission is obtained
+ ** from Digia Plc.
+ ****************************************************************************/
+
+/*!
+ \example pinball-ecmascript-widgets-static
+ \title Qt SCXML: Pinball ECMAScript Example (Static)
+ \ingroup examples-qtscxml
+
+ \brief Demonstrates...
+*/
diff --git a/examples/pinball-widgets-static/doc/src/pinball-widgets-static.qdoc b/examples/pinball-widgets-static/doc/src/pinball-widgets-static.qdoc
new file mode 100644
index 0000000..4f0e21c
--- /dev/null
+++ b/examples/pinball-widgets-static/doc/src/pinball-widgets-static.qdoc
@@ -0,0 +1,25 @@
+/****************************************************************************
+ **
+ ** Copyright (c) 2015 Digia Plc
+ ** For any questions to Digia, please use contact form at http://qt.digia.com/
+ **
+ ** All Rights Reserved.
+ **
+ ** NOTICE: All information contained herein is, and remains
+ ** the property of Digia Plc and its suppliers,
+ ** if any. The intellectual and technical concepts contained
+ ** herein are proprietary to Digia Plc
+ ** and its suppliers and may be covered by Finnish and Foreign Patents,
+ ** patents in process, and are protected by trade secret or copyright law.
+ ** Dissemination of this information or reproduction of this material
+ ** is strictly forbidden unless prior written permission is obtained
+ ** from Digia Plc.
+ ****************************************************************************/
+
+/*!
+ \example pinball-widgets-static
+ \title Qt SCXML: Pinball Example (Static)
+ \ingroup examples-qtscxml
+
+ \brief Demonstrates...
+*/
diff --git a/examples/trafficlight-qml-dynamic/doc/src/trafficlight-qml-dynamic.qdoc b/examples/trafficlight-qml-dynamic/doc/src/trafficlight-qml-dynamic.qdoc
new file mode 100644
index 0000000..a8c1f47
--- /dev/null
+++ b/examples/trafficlight-qml-dynamic/doc/src/trafficlight-qml-dynamic.qdoc
@@ -0,0 +1,25 @@
+/****************************************************************************
+ **
+ ** Copyright (c) 2015 Digia Plc
+ ** For any questions to Digia, please use contact form at http://qt.digia.com/
+ **
+ ** All Rights Reserved.
+ **
+ ** NOTICE: All information contained herein is, and remains
+ ** the property of Digia Plc and its suppliers,
+ ** if any. The intellectual and technical concepts contained
+ ** herein are proprietary to Digia Plc
+ ** and its suppliers and may be covered by Finnish and Foreign Patents,
+ ** patents in process, and are protected by trade secret or copyright law.
+ ** Dissemination of this information or reproduction of this material
+ ** is strictly forbidden unless prior written permission is obtained
+ ** from Digia Plc.
+ ****************************************************************************/
+
+/*!
+ \example trafficlight-qml-dynamic
+ \title Qt SCXML: Traffic Light QML Example (Dynamic)
+ \ingroup examples-qtscxml
+
+ \brief Demonstrates...
+*/
diff --git a/examples/trafficlight-qml-static/doc/src/trafficlight-qml-static.qdoc b/examples/trafficlight-qml-static/doc/src/trafficlight-qml-static.qdoc
new file mode 100644
index 0000000..26762e3
--- /dev/null
+++ b/examples/trafficlight-qml-static/doc/src/trafficlight-qml-static.qdoc
@@ -0,0 +1,25 @@
+/****************************************************************************
+ **
+ ** Copyright (c) 2015 Digia Plc
+ ** For any questions to Digia, please use contact form at http://qt.digia.com/
+ **
+ ** All Rights Reserved.
+ **
+ ** NOTICE: All information contained herein is, and remains
+ ** the property of Digia Plc and its suppliers,
+ ** if any. The intellectual and technical concepts contained
+ ** herein are proprietary to Digia Plc
+ ** and its suppliers and may be covered by Finnish and Foreign Patents,
+ ** patents in process, and are protected by trade secret or copyright law.
+ ** Dissemination of this information or reproduction of this material
+ ** is strictly forbidden unless prior written permission is obtained
+ ** from Digia Plc.
+ ****************************************************************************/
+
+/*!
+ \example trafficlight-qml-static
+ \title Qt SCXML: Traffic Light QML Example (Static)
+ \ingroup examples-qtscxml
+
+ \brief Demonstrates...
+*/
diff --git a/examples/trafficlight-widgets-dynamic/doc/src/trafficlight-widgets-dynamic.qdoc b/examples/trafficlight-widgets-dynamic/doc/src/trafficlight-widgets-dynamic.qdoc
new file mode 100644
index 0000000..d2c288e
--- /dev/null
+++ b/examples/trafficlight-widgets-dynamic/doc/src/trafficlight-widgets-dynamic.qdoc
@@ -0,0 +1,25 @@
+/****************************************************************************
+ **
+ ** Copyright (c) 2015 Digia Plc
+ ** For any questions to Digia, please use contact form at http://qt.digia.com/
+ **
+ ** All Rights Reserved.
+ **
+ ** NOTICE: All information contained herein is, and remains
+ ** the property of Digia Plc and its suppliers,
+ ** if any. The intellectual and technical concepts contained
+ ** herein are proprietary to Digia Plc
+ ** and its suppliers and may be covered by Finnish and Foreign Patents,
+ ** patents in process, and are protected by trade secret or copyright law.
+ ** Dissemination of this information or reproduction of this material
+ ** is strictly forbidden unless prior written permission is obtained
+ ** from Digia Plc.
+ ****************************************************************************/
+
+/*!
+ \example trafficlight-widgets-dynamic
+ \title Qt SCXML: Traffic Light Example (Dynamic)
+ \ingroup examples-qtscxml
+
+ \brief Demonstrates...
+*/
diff --git a/examples/trafficlight-widgets-static/doc/src/trafficlight-widgets-static.qdoc b/examples/trafficlight-widgets-static/doc/src/trafficlight-widgets-static.qdoc
new file mode 100644
index 0000000..67e8cff
--- /dev/null
+++ b/examples/trafficlight-widgets-static/doc/src/trafficlight-widgets-static.qdoc
@@ -0,0 +1,25 @@
+/****************************************************************************
+ **
+ ** Copyright (c) 2015 Digia Plc
+ ** For any questions to Digia, please use contact form at http://qt.digia.com/
+ **
+ ** All Rights Reserved.
+ **
+ ** NOTICE: All information contained herein is, and remains
+ ** the property of Digia Plc and its suppliers,
+ ** if any. The intellectual and technical concepts contained
+ ** herein are proprietary to Digia Plc
+ ** and its suppliers and may be covered by Finnish and Foreign Patents,
+ ** patents in process, and are protected by trade secret or copyright law.
+ ** Dissemination of this information or reproduction of this material
+ ** is strictly forbidden unless prior written permission is obtained
+ ** from Digia Plc.
+ ****************************************************************************/
+
+/*!
+ \example trafficlight-widgets-static
+ \title Qt SCXML: Traffic Light Example (Static)
+ \ingroup examples-qtscxml
+
+ \brief Demonstrates...
+*/