Qt Sensors C++ Classes▲
Provides classes for reading sensor data.
Classes▲
-
QAccelerometer: The QAccelerometer class is a convenience wrapper around QSensor.
-
QAccelerometerFilter: The QAccelerometerFilter class is a convenience wrapper around QSensorFilter.
-
QAccelerometerReading: The QAccelerometerReading class reports on linear acceleration along the X, Y and Z axes.
-
QAltimeter: The QAltimeter class is a convenience wrapper around QSensor.
-
QAltimeterFilter: The QAltimeterFilter class is a convenience wrapper around QSensorFilter.
-
QAltimeterReading: The QAltimeterReading class holds readings from the altimeter sensor.
-
QAmbientLightFilter: The QAmbientLightFilter class is a convenience wrapper around QSensorFilter.
-
QAmbientLightReading: The QAmbientLightReading class represents one reading from the ambient light sensor.
-
QAmbientLightSensor: The QAmbientLightSensor class is a convenience wrapper around QSensor.
-
QAmbientTemperatureFilter: The QAmbientTemperatureFilter class is a convenience wrapper around QSensorFilter.
-
QAmbientTemperatureReading: The QAmbientTemperatureReading class holds readings of the ambient temperature.
-
QAmbientTemperatureSensor: The QAmbientTemperatureSensor class is a convenience wrapper around QSensor.
-
QCompass: The QCompass class is a convenience wrapper around QSensor.
-
QCompassFilter: The QCompassFilter class is a convenience wrapper around QSensorFilter.
-
QCompassReading: The QCompassReading class represents one reading from a compass.
-
QDistanceFilter: The QDistanceFilter class is a convenience wrapper around QSensorFilter.
-
QDistanceReading: The QDistanceReading class holds distance reading in cm from the proximity sensor.
-
QDistanceSensor: The QDistanceSensor class is a convenience wrapper around QSensor.
-
QGyroscope: The QGyroscope class is a convenience wrapper around QSensor.
-
QGyroscopeFilter: The QGyroscopeFilter class is a convenience wrapper around QSensorFilter.
-
QGyroscopeReading: The QGyroscopeReading class represents one reading from the gyroscope sensor.
-
QHolsterFilter: The QHolsterFilter class is a convenience wrapper around QSensorFilter.
-
QHolsterReading: The QHolsterReading class holds readings from the holster sensor.
-
QHolsterSensor: The QHolsterSensor class is a convenience wrapper around QSensor.
-
QHumidityFilter: The QHumidityFilter class is a convenience wrapper around QSensorFilter.
-
QHumidityReading: The QHumidityReading class holds readings from the humidity sensor.
-
QHumiditySensor: The QHumiditySensor class is a convenience wrapper around QSensor.
-
QIRProximityFilter: The QIRProximityFilter class is a convenience wrapper around QSensorFilter.
-
QIRProximityReading: The QIRProximityReading class holds readings from the IR proximity sensor.
-
QIRProximitySensor: The QIRProximitySensor class is a convenience wrapper around QSensor.
-
QLidFilter: The QLidFilter class is a convenience wrapper around QSensorFilter.
-
QLidReading: The QLidReading class holds readings from the Lid sensor.
-
QLidSensor: The QLidSensor class is a convenience wrapper around QSensor.
-
QLightFilter: The QLightFilter class is a convenience wrapper around QSensorFilter.
-
QLightReading: The QLightReading class represents one reading from the light sensor.
-
QLightSensor: The QLightSensor class is a convenience wrapper around QSensor.
-
QMagnetometer: The QMagnetometer class is a convenience wrapper around QSensor.
-
QMagnetometerFilter: The QMagnetometerFilter class is a convenience wrapper around QSensorFilter.
-
QMagnetometerReading: The QMagnetometerReading class represents one reading from the magnetometer.
-
QOrientationFilter: The QOrientationFilter class is a convenience wrapper around QSensorFilter.
-
QOrientationReading: The QOrientationReading class represents one reading from the orientation sensor.
-
QOrientationSensor: The QOrientationSensor class is a convenience wrapper around QSensor.
-
QPressureFilter: The QPressureFilter class is a convenience wrapper around QSensorFilter.
-
QPressureReading: The QPressureReading class holds readings from the pressure sensor.
-
QPressureSensor: The QPressureSensor class is a convenience wrapper around QSensor.
-
QProximityFilter: The QProximityFilter class is a convenience wrapper around QSensorFilter.
-
QProximityReading: The QProximityReading class represents one reading from the proximity sensor.
-
QProximitySensor: The QProximitySensor class is a convenience wrapper around QSensor.
-
QRotationFilter: The QRotationFilter class is a convenience wrapper around QSensorFilter.
-
QRotationReading: The QRotationReading class represents one reading from the rotation sensor.
-
QRotationSensor: The QRotationSensor class is a convenience wrapper around QSensor.
-
QSensor: The QSensor class represents a single hardware sensor.
-
QSensorBackend: The QSensorBackend class is a sensor implementation.
-
QSensorBackendFactory: The QSensorBackendFactory class instantiates instances of QSensorBackend.
-
QSensorChangesInterface: The QSensorChangesInterface class is the pure virtual interface to sensor plugins.
-
QSensorFilter: The QSensorFilter class provides an efficient callback facility for asynchronous notifications of sensor changes.
-
QSensorGesture: The QSensorGesture class represents one or more sensor gesture recognizers.
-
QSensorGestureManager: The QSensorGestureManager class manages sensor gestures, registers and creates sensor gesture plugins.
-
QSensorGesturePluginInterface: The QSensorGesturePluginInterface class is the pure virtual interface to sensor gesture plugins.
-
QSensorGestureRecognizer: The QSensorGestureRecognizer class is the base class for a sensor gesture recognizer.
-
QSensorManager: The QSensorManager class handles registration and creation of sensor backends.
-
QSensorPluginInterface: The QSensorPluginInterface class is the pure virtual interface to sensor plugins.
-
QSensorReading: The QSensorReading class holds the readings from the sensor.
-
QTapFilter: The QTapFilter class is a convenience wrapper around QSensorFilter.
-
QTapReading: The QTapReading class represents one reading from the tap sensor.
-
QTapSensor: The QTapSensor class is a convenience wrapper around QSensor.
-
QTiltFilter: The QTiltFilter class is a convenience wrapper around QSensorFilter.
-
QTiltReading: The QTiltReading class holds readings from the tilt sensor.
-
QTiltSensor: The QTiltSensor class is a convenience wrapper around QSensor.
-
qoutputrange: The qoutputrange class holds the specifics of an output range.
Detailed Description▲
Mobile devices contain sensor hardware that allow detecting changes in various physical properties of the device itself or its immediate environment. Examples of device properties include the angle at which the device is held, whereas environmental properties include for example the current level of ambient light.