qtmobility/src/sensors/qcompass.cpp
changeset 8 71781823f776
parent 5 453da2cfceef
child 11 06b8e2af4411
equal deleted inserted replaced
5:453da2cfceef 8:71781823f776
    48 
    48 
    49 /*!
    49 /*!
    50     \class QCompassReading
    50     \class QCompassReading
    51     \ingroup sensors_reading
    51     \ingroup sensors_reading
    52 
    52 
    53     \preliminary
       
    54     \brief The QCompassReading class represents one reading from a
    53     \brief The QCompassReading class represents one reading from a
    55            compass.
    54            compass.
    56 
    55 
    57     \section2 QCompassReading Units
    56     \section2 QCompassReading Units
    58     The compass returns the azimuth of the device as degrees from
    57     The compass returns the azimuth of the device as degrees from
   118 
   117 
   119 /*!
   118 /*!
   120     \class QCompassFilter
   119     \class QCompassFilter
   121     \ingroup sensors_filter
   120     \ingroup sensors_filter
   122 
   121 
   123     \preliminary
       
   124     \brief The QCompassFilter class is a convenience wrapper around QSensorFilter.
   122     \brief The QCompassFilter class is a convenience wrapper around QSensorFilter.
   125 
   123 
   126     The only difference is that the filter() method features a pointer to QCompassReading
   124     The only difference is that the filter() method features a pointer to QCompassReading
   127     instead of QSensorReading.
   125     instead of QSensorReading.
   128 */
   126 */
   139 
   137 
   140 /*!
   138 /*!
   141     \class QCompass
   139     \class QCompass
   142     \ingroup sensors_type
   140     \ingroup sensors_type
   143 
   141 
   144     \preliminary
       
   145     \brief The QCompass class is a convenience wrapper around QSensor.
   142     \brief The QCompass class is a convenience wrapper around QSensor.
   146 
   143 
   147     The only behavioural difference is that this class sets the type properly.
   144     The only behavioural difference is that this class sets the type properly.
   148 
   145 
   149     This class also features a reading() function that returns a QCompassReading instead of a QSensorReading.
   146     This class also features a reading() function that returns a QCompassReading instead of a QSensorReading.