Uses of Class
io.qt.sensors.QSensorReading
Package | Description |
---|---|
io.qt.sensors |
-
Uses of QSensorReading in io.qt.sensors
Subclasses of QSensorReading in io.qt.sensors Modifier and Type Class Description class
QAccelerometerReading
Reports on linear acceleration along the X, Y and Z axesclass
QAltimeterReading
Holds readings from the altimeter sensorclass
QAmbientLightReading
Represents one reading from the ambient light sensorclass
QAmbientTemperatureReading
Holds readings of the ambient temperatureclass
QCompassReading
Represents one reading from a compassclass
QDistanceReading
Holds distance reading in cm from the proximity sensorclass
QGyroscopeReading
Represents one reading from the gyroscope sensorclass
QHolsterReading
Holds readings from the holster sensorclass
QHumidityReading
Holds readings from the humidity sensorclass
QIRProximityReading
Holds readings from the IR proximity sensorclass
QLidReading
Holds readings from the Lid sensorclass
QLightReading
Represents one reading from the light sensorclass
QMagnetometerReading
Represents one reading from the magnetometerclass
QOrientationReading
Represents one reading from the orientation sensorclass
QPressureReading
Holds readings from the pressure sensorclass
QProximityReading
Represents one reading from the proximity sensorclass
QRotationReading
Represents one reading from the rotation sensorclass
QTapReading
Represents one reading from the tap sensorclass
QTiltReading
Holds readings from the tilt sensorMethods in io.qt.sensors that return QSensorReading Modifier and Type Method Description QSensorReading
QSensor. reading()
QSensorReading
QSensorBackend. reading()
Methods in io.qt.sensors with parameters of type QSensorReading Modifier and Type Method Description protected void
QAccelerometerReading. copyValuesFrom(QSensorReading other)
protected void
QAltimeterReading. copyValuesFrom(QSensorReading other)
protected void
QAmbientLightReading. copyValuesFrom(QSensorReading other)
protected void
QAmbientTemperatureReading. copyValuesFrom(QSensorReading other)
protected void
QCompassReading. copyValuesFrom(QSensorReading other)
protected void
QDistanceReading. copyValuesFrom(QSensorReading other)
protected void
QGyroscopeReading. copyValuesFrom(QSensorReading other)
protected void
QHolsterReading. copyValuesFrom(QSensorReading other)
protected void
QHumidityReading. copyValuesFrom(QSensorReading other)
protected void
QIRProximityReading. copyValuesFrom(QSensorReading other)
protected void
QLidReading. copyValuesFrom(QSensorReading other)
protected void
QLightReading. copyValuesFrom(QSensorReading other)
protected void
QMagnetometerReading. copyValuesFrom(QSensorReading other)
protected void
QOrientationReading. copyValuesFrom(QSensorReading other)
protected void
QPressureReading. copyValuesFrom(QSensorReading other)
protected void
QProximityReading. copyValuesFrom(QSensorReading other)
protected void
QRotationReading. copyValuesFrom(QSensorReading other)
protected void
QSensorReading. copyValuesFrom(QSensorReading other)
protected void
QTapReading. copyValuesFrom(QSensorReading other)
protected void
QTiltReading. copyValuesFrom(QSensorReading other)
boolean
QAccelerometerFilter.Impl. filter(QSensorReading reading)
Deprecated.boolean
QAltimeterFilter.Impl. filter(QSensorReading reading)
Deprecated.boolean
QAmbientLightFilter.Impl. filter(QSensorReading reading)
Deprecated.boolean
QAmbientTemperatureFilter.Impl. filter(QSensorReading reading)
Deprecated.boolean
QCompassFilter.Impl. filter(QSensorReading reading)
Deprecated.boolean
QDistanceFilter.Impl. filter(QSensorReading reading)
Deprecated.boolean
QGyroscopeFilter.Impl. filter(QSensorReading reading)
Deprecated.boolean
QHolsterFilter.Impl. filter(QSensorReading reading)
Deprecated.boolean
QHumidityFilter.Impl. filter(QSensorReading reading)
Deprecated.boolean
QIRProximityFilter.Impl. filter(QSensorReading reading)
Deprecated.boolean
QLidFilter.Impl. filter(QSensorReading reading)
Deprecated.boolean
QLightFilter.Impl. filter(QSensorReading reading)
Deprecated.boolean
QMagnetometerFilter.Impl. filter(QSensorReading reading)
Deprecated.boolean
QOrientationFilter.Impl. filter(QSensorReading reading)
Deprecated.boolean
QPressureFilter.Impl. filter(QSensorReading reading)
Deprecated.boolean
QProximityFilter.Impl. filter(QSensorReading reading)
Deprecated.boolean
QRotationFilter.Impl. filter(QSensorReading reading)
Deprecated.boolean
QSensorFilter. filter(QSensorReading reading)
abstract boolean
QSensorFilter.Impl. filter(QSensorReading reading)
See QSensorFilter::boolean
QTapFilter.Impl. filter(QSensorReading reading)
Deprecated.boolean
QTiltFilter.Impl. filter(QSensorReading reading)
Deprecated.