- All Superinterfaces:
QSensorFilter
,QtObjectInterface
- All Known Implementing Classes:
QMagnetometerFilter.Impl
public interface QMagnetometerFilter extends QtObjectInterface, QSensorFilter
Convenience wrapper around QSensorFilter
Java wrapper for Qt class QMagnetometerFilter
Following function is protected in the Qt interface, all implementations of this interface may implement this function:
@io.qt.QtUninvokable
protected void setSensor(io.qt.sensors.QSensor sensor){
QMagnetometerFilter.MemberAccess.of(this).setSensor(sensor);
}
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QMagnetometerFilter.Impl
Implementor class for interfaceQMagnetometerFilter
static class
QMagnetometerFilter.MemberAccess
-
Method Summary
Modifier and Type Method Description boolean
filter(QMagnetometerReading reading)
default boolean
filter(QSensorReading reading)
Deprecated.
-
Method Details
-
filter
Deprecated.- Specified by:
filter
in interfaceQSensorFilter
-
filter
-