- All Superinterfaces:
QSensorFilter
,QtObjectInterface
- All Known Implementing Classes:
QTiltFilter.Impl
public interface QTiltFilter extends QtObjectInterface, QSensorFilter
Convenience wrapper around QSensorFilter
Java wrapper for Qt class QTiltFilter
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){
QTiltFilter.MemberAccess.of(this).setSensor(sensor);
}
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QTiltFilter.Impl
Implementor class for interfaceQTiltFilter
static class
QTiltFilter.MemberAccess
-
Method Summary
Modifier and Type Method Description default boolean
filter(QSensorReading reading)
Deprecated.boolean
filter(QTiltReading reading)
-
Method Details
-
filter
Deprecated.- Specified by:
filter
in interfaceQSensorFilter
-
filter
-