QAltimeterFilter Class

The QAltimeterFilter class is a convenience wrapper around QSensorFilter. More...

Header: #include <QAltimeterFilter>
qmake: QT += sensors
Since: Qt 5.1
Inherits: QSensorFilter

Public Functions

virtual bool filter(QAltimeterReading *reading) = 0

Detailed Description

The QAltimeterFilter class is a convenience wrapper around QSensorFilter.

The only difference is that the filter() method features a pointer to QAltimeterReading instead of QSensorReading.

Member Function Documentation

[pure virtual] bool QAltimeterFilter::filter(QAltimeterReading *reading)

Called when reading changes. Returns false to prevent the reading from propagating.

See also QSensorFilter::filter().

© 2021 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.