summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2012-01-09 16:26:23 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-12 02:01:55 +0100
commit413b134ed40515c7da6cc343190f55842c16ae49 (patch)
tree8ea4adbc883e6b64ce9747df5d7fdedb4e53ce60 /doc/src
parent86f9434b444d6d3adb403bacd3227faba18ae8ed (diff)
add new sensor gestures
Change-Id: Ided28e5d26af383b019d84ebb128c8ec6d6e3d34 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/qtsensorgestures-plugins.qdoc53
1 files changed, 53 insertions, 0 deletions
diff --git a/doc/src/qtsensorgestures-plugins.qdoc b/doc/src/qtsensorgestures-plugins.qdoc
index 0a06625a..b66d8c6f 100644
--- a/doc/src/qtsensorgestures-plugins.qdoc
+++ b/doc/src/qtsensorgestures-plugins.qdoc
@@ -56,4 +56,57 @@ sensor gesture classes to use.
\annotatedlist sensorgestures_recognizer
+\section1 Recognizer Plugins
+Here is a list of included plugins and their signals
+
+For ShakeGestures plugin:
+ \tablec
+ \row
+ \o Recognizer Id
+ \o Signals
+ \row
+ \o QtSensors.shake
+ \o shake
+\endtable
+
+For QtSensorGestures plugin:
+ \table
+ \row
+ \o Recognizer Id
+ \o Signals
+ \o Description
+ \row
+ \o QtSensors.cover
+ \o cover
+ \o Hand covers up phone display for one second.
+ \row
+ \o QtSensors.doubletap
+ \o doubletap
+ \o Double tap of finger on phone.
+ \row
+ \o QtSensors.hover
+ \o hover
+ \o Hand hovers over the phone for more than 1 second, then is removed .
+ \row
+ \o QtSensors.pickup
+ \o pickup
+ \o Phone is picked up and brought up into focus.
+ \row
+ \o QtSensors.shake2
+ \o shakeLeft, shakeRight, shakeUp, shakeDown
+ \o Shake phone in a certain direction.
+ \row
+ \o QtSensors.turnover
+ \o turnover
+ \o Phone is turned over and placed on a desk.
+ \row
+ \o QtSensors.twist
+ \o twistLeft, twistRight
+ \o Phone is quickly twisted left or right and back.
+ \row
+ \o QtSensors.whip
+ \o whip
+ \o Phone is moved like a whip gesture.
+ \endtable
+
*/