Package io.qt.sensors

Interface QAmbientTemperatureFilter

All Superinterfaces:
QSensorFilter, QtObjectInterface
All Known Implementing Classes:
QAmbientTemperatureFilter.Impl

public interface QAmbientTemperatureFilter
extends QtObjectInterface, QSensorFilter

Convenience wrapper around QSensorFilter

Java wrapper for Qt class QAmbientTemperatureFilter

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){
    QAmbientTemperatureFilter.MemberAccess.of(this).setSensor(sensor);
}