QPressureFilter Class
QPressureFilter 클래스는 QSensorFilter 를 편리하게 감싸는 래퍼입니다. 더 보기...
헤더: | #include <QPressureFilter> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Sensors) target_link_libraries(mytarget PRIVATE Qt6::Sensors) |
qmake: | QT += sensors |
상속합니다: | QSensorFilter |
공용 함수
virtual bool | filter(QPressureReading *reading) = 0 |
자세한 설명
유일한 차이점은 filter() 메서드에 QSensorReading 대신 QPressureReading 에 대한 포인터가 있다는 것입니다.
멤버 함수 문서
[pure virtual]
bool QPressureFilter::filter(QPressureReading *reading)
reading 변경 시 호출됩니다. 판독값이 전파되지 않도록 거짓을 반환합니다.
QSensorFilter::filter()도 참조하세요 .
© 2025 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.