QTiltFilter 類是方便包裹器圍繞 QSensorFilter . 更多...
| 頭: | #include <QTiltFilter> |
| CMake: |
find_package(Qt6 REQUIRED COMPONENTS Sensors)
target_link_libraries(mytarget PRIVATE Qt6::Sensors) |
| qmake: | QT += sensors |
| 繼承: | QSensorFilter |
| virtual bool | filter (QTiltReading * reading ) = 0 |
The only difference is that the filter () method features a pointer to QTiltReading 而不是 QSensorReading .
[pure virtual]
bool
QTiltFilter::
filter
(
QTiltReading
*
reading
)
被調用當 reading changes. Returns false to prevent the reading from propagating.
另請參閱 QSensorFilter::filter ().