summaryrefslogtreecommitdiffstats
path: root/doc/src/qtsensorgestures-plugins.qdoc
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2012-02-21 16:19:53 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-21 08:56:42 +0100
commitfc5794ee0c77cad9523fa1a0d391c41cabb2d282 (patch)
treea78f6c88c4b97b019fdc301421542a4187a96995 /doc/src/qtsensorgestures-plugins.qdoc
parentf276cad6329ab9741b035760b033a0a272577bfd (diff)
add links to sensor gesture descriptions and fix up other links.
Change-Id: I7edef31ceeef79ce117cc214143a53385d0634ce Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'doc/src/qtsensorgestures-plugins.qdoc')
-rw-r--r--doc/src/qtsensorgestures-plugins.qdoc16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/src/qtsensorgestures-plugins.qdoc b/doc/src/qtsensorgestures-plugins.qdoc
index 9e662c1a..6bc57947 100644
--- a/doc/src/qtsensorgestures-plugins.qdoc
+++ b/doc/src/qtsensorgestures-plugins.qdoc
@@ -49,14 +49,14 @@ function. QSensorGestureManager will retain ownership of the recognizer object.
\snippet snippets/sensorgestures/plugin.cpp Plugin
-\section1 Recognizer Classes
+\section2 Recognizer Classes
If you are making sensorgestures available through the QtSensorGestures API, these are the
sensor gesture classes to use.
\annotatedlist sensorgestures_recognizer
-
-\section1 Recognizer Plugins
+\target Qt Sensor Gestures
+\section3 Recognizer Plugins
Here is a list of included plugins and their signals
For ShakeGestures plugin:
@@ -79,7 +79,7 @@ For QtSensorGestures plugin:
\row
\o QtSensors.cover
\o cover
- \o Hand covers up phone display for one second, when it's face up, using the IR Proximity sensor.
+ \o Hand covers up phone display for one second, when it's face up, using the IR Proximity and Orientation sensors.
\o \image sensorgesture-cover.png
\row
\o QtSensors.doubletap
@@ -95,7 +95,7 @@ For QtSensorGestures plugin:
\row
\o QtSensors.pickup
\o pickup
- \o Phone is picked up and brought up into view, using the Accelerometer sensor.
+ \o Phone is resting face up on a flat curface, and is then picked up and brought up into viewing position, using the Accelerometer sensor.
\o \image sensorgesture-faceup.png
\row
\o QtSensors.shake2
@@ -105,7 +105,7 @@ For QtSensorGestures plugin:
\row
\o QtSensors.slam
\o slam
- \o Move phone quickly down and then back up, using the Accelerometer sensor.
+ \o Move phone quickly down and then back up, using the Accelerometer and Orientation sensors.
\o \image sensorgesture-slam.png
\row
\o QtSensors.turnover
@@ -115,12 +115,12 @@ For QtSensorGestures plugin:
\row
\o QtSensors.twist
\o twistLeft, twistRight
- \o Phone is held face up and then quickly twisted left or right (left side up or right side up) and back, using the Accelerometer sensor.
+ \o Phone is held face up and then twisted left or right (left side up or right side up) and back, using the Accelerometer and Orientation sensors.
\o \image sensorgesture-twist.png
\row
\o QtSensors.whip
\o whip
- \o Phone is moved like a whip gesture, using the Accelerometer sensor.
+ \o Phone held top up, is moved like a whip gesture, back towards one side of the phone, then forward towards the other side, using the Accelerometer and Orientation sensors.
\o \image sensorgesture-whip_1.png
\image sensorgesture-whip_2.png
\endtable