qtmobility/src/sensors/qaccelerometer.cpp
changeset 8 71781823f776
parent 4 90517678cc4f
child 11 06b8e2af4411
--- a/qtmobility/src/sensors/qaccelerometer.cpp	Fri May 14 16:41:33 2010 +0300
+++ b/qtmobility/src/sensors/qaccelerometer.cpp	Thu May 27 13:42:11 2010 +0300
@@ -50,7 +50,6 @@
     \class QAccelerometerReading
     \ingroup sensors_reading
 
-    \preliminary
     \brief The QAccelerometerReading class reports on linear acceleration
            along the X, Y and Z axes.
 
@@ -58,29 +57,11 @@
     The scale of the values is meters per second squared.
     The axes are arranged as follows.
 
-\code
-             +z
-              |
-              |      +y
-              |     /
-              |----/----
-             /| NOKIA  /|
-            //|--/--- / |
-           // | /   //  /
-          //  |/   //  /
-         //   '--------------- +x
-        //       //  /
-       //       //  /
-      /---------/  /
-     /    O    /  /
-    /         /  /
-    ----------  /
-    |_________!/
-\endcode
+    \image sensors-coordinates2.jpg
 
     A monoblock device sitting at rest, face up on a desk will experience
     a force of approximately 9.8 on the Z axis (ie. towards the roof).
-    This is the proper acceleration the device experiences relative to 
+    This is the proper acceleration the device experiences relative to
     freefall.
 */
 
@@ -153,7 +134,6 @@
     \class QAccelerometerFilter
     \ingroup sensors_filter
 
-    \preliminary
     \brief The QAccelerometerFilter class is a convenience wrapper around QSensorFilter.
 
     The only difference is that the filter() method features a pointer to QAccelerometerReading
@@ -174,7 +154,6 @@
     \class QAccelerometer
     \ingroup sensors_type
 
-    \preliminary
     \brief The QAccelerometer class is a convenience wrapper around QSensor.
 
     The only behavioural difference is that this class sets the type properly.