QCompassFilter Class
The QCompassFilter class is a convenience wrapper around QSensorFilter. More...
Header: | #include <QCompassFilter> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Sensors) target_link_libraries(mytarget PRIVATE Qt6::Sensors) |
qmake: | QT += sensors |
Inherits: | QSensorFilter |
Public Functions
virtual bool | filter(QCompassReading *reading) = 0 |
Detailed Description
The only difference is that the filter() method features a pointer to QCompassReading instead of QSensorReading.
Member Function Documentation
[pure virtual]
bool QCompassFilter::filter(QCompassReading *reading)
Called when reading changes. Returns false to prevent the reading from propagating.
See also QSensorFilter::filter().