equal
deleted
inserted
replaced
48 |
48 |
49 /*! |
49 /*! |
50 \class QAmbientLightReading |
50 \class QAmbientLightReading |
51 \ingroup sensors_reading |
51 \ingroup sensors_reading |
52 |
52 |
53 \preliminary |
|
54 \brief The QAmbientLightReading class represents one reading from the |
53 \brief The QAmbientLightReading class represents one reading from the |
55 ambient light sensor. |
54 ambient light sensor. |
56 |
55 |
57 \section2 QAmbientLightReading Units |
56 \section2 QAmbientLightReading Units |
58 The ambient light sensor returns the intensity of the ambient light |
57 The ambient light sensor returns the intensity of the ambient light |
98 |
97 |
99 /*! |
98 /*! |
100 \class QAmbientLightFilter |
99 \class QAmbientLightFilter |
101 \ingroup sensors_filter |
100 \ingroup sensors_filter |
102 |
101 |
103 \preliminary |
|
104 \brief The QAmbientLightFilter class is a convenience wrapper around QSensorFilter. |
102 \brief The QAmbientLightFilter class is a convenience wrapper around QSensorFilter. |
105 |
103 |
106 The only difference is that the filter() method features a pointer to QAmbientLightReading |
104 The only difference is that the filter() method features a pointer to QAmbientLightReading |
107 instead of QSensorReading. |
105 instead of QSensorReading. |
108 */ |
106 */ |
119 |
117 |
120 /*! |
118 /*! |
121 \class QAmbientLightSensor |
119 \class QAmbientLightSensor |
122 \ingroup sensors_type |
120 \ingroup sensors_type |
123 |
121 |
124 \preliminary |
|
125 \brief The QAmbientLightSensor class is a convenience wrapper around QSensor. |
122 \brief The QAmbientLightSensor class is a convenience wrapper around QSensor. |
126 |
123 |
127 The only behavioural difference is that this class sets the type properly. |
124 The only behavioural difference is that this class sets the type properly. |
128 |
125 |
129 This class also features a reading() function that returns a QAmbientLightReading instead of a QSensorReading. |
126 This class also features a reading() function that returns a QAmbientLightReading instead of a QSensorReading. |