QPressureFilter Class

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

Header: #include <QPressureFilter>
CMake: find_package(Qt6 REQUIRED COMPONENTS Sensors)
target_link_libraries(mytarget PRIVATE Qt6::Sensors)
qmake: QT += sensors
Inherits: QSensorFilter

Public Functions

virtual bool filter(QPressureReading *reading) = 0

Detailed Description

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

Member Function Documentation

[pure virtual] bool QPressureFilter::filter(QPressureReading *reading)

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

See also QSensorFilter::filter().

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