The QAmbientTemperatureFilter class is a convenience wrapper around QSensorFilter. More...
#include <QAmbientTemperatureFilter>
Inherits: QSensorFilter.
This class was introduced in Qt Mobility 1.3.
virtual bool | filter ( QAmbientTemperatureReading * reading ) = 0 |
The QAmbientTemperatureFilter class is a convenience wrapper around QSensorFilter.
The only difference is that the filter() method features a pointer to QAmbientTemperatureReading instead of QSensorReading.
Called when reading changes. Returns false to prevent the reading from propagating.
See also QSensorFilter::filter().