qtmobility/src/sensors/qtapsensor.cpp
changeset 8 71781823f776
parent 4 90517678cc4f
child 11 06b8e2af4411
--- a/qtmobility/src/sensors/qtapsensor.cpp	Fri May 14 16:41:33 2010 +0300
+++ b/qtmobility/src/sensors/qtapsensor.cpp	Thu May 27 13:42:11 2010 +0300
@@ -50,32 +50,14 @@
     \class QTapReading
     \ingroup sensors_reading
 
-    \preliminary
     \brief The QTapReading class represents one reading from the
            tap sensor.
 
     \section2 QTapReading Units
     The tap sensor registers tap events in one of the six directions.
     There are 3 axes that originate from the phone. They are arranged as follows.
-\code
-             +z
-              |
-              |      +y
-              |     /
-              |----/----
-             /| NOKIA  /|
-            //|--/--- / |
-           // | /   //  /
-          //  |/   //  /
-         //   '--------------- +x
-        //       //  /
-       //       //  /
-      /---------/  /
-     /    O    /  /
-    /         /  /
-    ----------  /
-    |_________!/
-\endcode
+
+    \image sensors-coordinates2.jpg
 
     By default it returns double tap events. The QTapSensor::returnDoubleTapEvents property
     must be set to false to return individual tap events.
@@ -149,7 +131,6 @@
     \class QTapFilter
     \ingroup sensors_filter
 
-    \preliminary
     \brief The QTapFilter class is a convenience wrapper around QSensorFilter.
 
     The only difference is that the filter() method features a pointer to QTapReading
@@ -170,7 +151,6 @@
     \class QTapSensor
     \ingroup sensors_type
 
-    \preliminary
     \brief The QTapSensor class is a convenience wrapper around QSensor.
 
     The only behavioural difference is that this class sets the type properly.