summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSafiyyah Moosa <safiyyah.moosa@qt.io>2023-09-06 22:15:35 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-09-08 09:11:29 +0000
commit3b9fb0e55dbae71ec2adbb1a4bea8dc3079ece89 (patch)
tree37e6201d1969985780551e4b9182d45e3858c0e1
parenta6168f4634b69e004263cbe0c3b3d04b99e2b045 (diff)
Doc: Add \examplecategory to qstatemachine
Task-number: QTBUG-116331 Change-Id: I916a45bdacedc6a0e71be10d8dae0130e2ac1494 Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit f38171d3410afed1c76fbbb74f3ed714b2565dae) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--examples/statemachine/doc/src/moveblocks.qdoc1
-rw-r--r--examples/statemachine/doc/src/pingpong.qdoc1
-rw-r--r--examples/statemachine/doc/src/rogue.qdoc1
-rw-r--r--examples/statemachine/doc/src/trafficlight.qdoc1
4 files changed, 4 insertions, 0 deletions
diff --git a/examples/statemachine/doc/src/moveblocks.qdoc b/examples/statemachine/doc/src/moveblocks.qdoc
index ea491e2..d8645bb 100644
--- a/examples/statemachine/doc/src/moveblocks.qdoc
+++ b/examples/statemachine/doc/src/moveblocks.qdoc
@@ -5,6 +5,7 @@
\example moveblocks
\title Move Blocks
\ingroup examples-qtstatemachine
+ \examplecategory {Data Processing & I/O}
\brief The Move Blocks example shows how to animate items in a
QGraphicsScene using a QStateMachine with a custom transition.
diff --git a/examples/statemachine/doc/src/pingpong.qdoc b/examples/statemachine/doc/src/pingpong.qdoc
index 6cf61d5..71cfb2e 100644
--- a/examples/statemachine/doc/src/pingpong.qdoc
+++ b/examples/statemachine/doc/src/pingpong.qdoc
@@ -5,6 +5,7 @@
\example pingpong
\title Ping Pong States
\ingroup examples-qtstatemachine
+ \examplecategory {Data Processing & I/O}
\brief The Ping Pong States example shows how to use parallel states together
with custom events and transitions in \l{Qt State Machine Overview}{Qt State Machine Framework}.
diff --git a/examples/statemachine/doc/src/rogue.qdoc b/examples/statemachine/doc/src/rogue.qdoc
index 72aee32..be1a7e1 100644
--- a/examples/statemachine/doc/src/rogue.qdoc
+++ b/examples/statemachine/doc/src/rogue.qdoc
@@ -5,6 +5,7 @@
\example rogue
\title Rogue
\ingroup examples-qtstatemachine
+ \examplecategory {Data Processing & I/O}
\brief The Rogue example shows how to use the Qt state machine for event
handling.
diff --git a/examples/statemachine/doc/src/trafficlight.qdoc b/examples/statemachine/doc/src/trafficlight.qdoc
index 578bfdf..cb5cfd1 100644
--- a/examples/statemachine/doc/src/trafficlight.qdoc
+++ b/examples/statemachine/doc/src/trafficlight.qdoc
@@ -5,6 +5,7 @@
\example trafficlight
\title Traffic Light
\ingroup examples-qtstatemachine
+ \examplecategory {Data Processing & I/O}
\brief The Traffic Light example shows how to use \l{Qt State Machine Overview}
to implement the control flow of a traffic light.