QGyroscopeFilter Class

The QGyroscopeFilter class is a convenience wrapper around QSensorFilter . 更多...

頭: #include <QGyroscopeFilter>
CMake: find_package(Qt6 REQUIRED COMPONENTS Sensors)
target_link_libraries(mytarget PRIVATE Qt6::Sensors)
qmake: QT += sensors
繼承: QSensorFilter

公共函數

virtual bool filter (QGyroscopeReading * reading ) = 0

詳細描述

The only difference is that the filter () method features a pointer to QGyroscopeReading 而不是 QSensorReading .

成員函數文檔編製

[pure virtual] bool QGyroscopeFilter:: filter ( QGyroscopeReading * reading )

被調用當 reading changes. Returns false to prevent the reading from propagating.

另請參閱 QSensorFilter::filter ().