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