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