QOrientationFilter Class

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

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

Public Functions

virtual bool filter(QOrientationReading *reading) = 0

Detailed Description

The QOrientationFilter class is a convenience wrapper around QSensorFilter.

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

Member Function Documentation

[pure virtual] bool QOrientationFilter::filter(QOrientationReading *reading)

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

See also QSensorFilter::filter().

© 2017 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.