--- a/qtmobility/src/sensors/qorientationsensor.cpp Fri May 14 16:41:33 2010 +0300
+++ b/qtmobility/src/sensors/qorientationsensor.cpp Thu May 27 13:42:11 2010 +0300
@@ -50,7 +50,6 @@
\class QOrientationReading
\ingroup sensors_reading
- \preliminary
\brief The QOrientationReading class represents one reading from the
orientation sensor.
@@ -67,31 +66,15 @@
To explain the meaning of each value it is helpful to refer to the following diagram.
-\code
- Top
-
+ \image sensors-sides.jpg
- ----------
- / NOKIA /|
- /-------- / |
- // // /
- // // /
- Left // Face // / Right
- // // /
- // // /
- /---------/ /
- / O / /
- / / /
- ---------- /
- |_________!/
+ The orientations are shown here in order: TopUp, TopDown, LeftUp, RightUp, FaceUp, FaceDown.
-
- Bottom
-\endcode
+ \image sensors-orientation.jpg
\value Undefined The orientation is unknown.
\value TopUp The Top edge of the device is pointing up.
- \value TopDown The Bottom edge of the device is pointing up.
+ \value TopDown The Top edge of the device is pointing down.
\value LeftUp The Left edge of the device is pointing up.
\value RightUp The Right edge of the device is pointing up.
\value FaceUp The Face of the device is pointing up.
@@ -125,7 +108,6 @@
\class QOrientationFilter
\ingroup sensors_filter
- \preliminary
\brief The QOrientationFilter class is a convenience wrapper around QSensorFilter.
The only difference is that the filter() method features a pointer to QOrientationReading
@@ -146,7 +128,6 @@
\class QOrientationSensor
\ingroup sensors_type
- \preliminary
\brief The QOrientationSensor class is a convenience wrapper around QSensor.
The only behavioural difference is that this class sets the type properly.