Sensor QML Type

The Sensor element serves as a base type for sensors. 更多...

import 語句: import QtSensors 5.15
Since: QtSensors 5.0
繼承者:
19 types

Accelerometer , Altimeter , AmbientLightSensor , AmbientTemperatureSensor , Compass , DistanceSensor , Gyroscope , HolsterSensor , HumiditySensor , IRProximitySensor , LidSensor , LightSensor , Magnetometer , OrientationSensor , PressureSensor , ProximitySensor , RotationSensor , TapSensor ,和 TiltSensor

特性

方法

詳細描述

The Sensor element serves as a base type for sensors.

此元素包裹 QSensor 類。請參閱文檔編製 QSensor 瞭解細節。

This element cannot be directly created. Please use one of the sub-classes instead.

特性文檔編製

active : bool

This property holds a value to indicate if the sensor is active.

Please see QSensor::active for information about this property.

alwaysOn : bool

This property holds a value to indicate if the sensor should remain running when the screen is off.

Please see QSensor::alwaysOn for information about this property.

availableDataRates : list < Range >

This property holds the data rates that the sensor supports.

Please see QSensor::availableDataRates for information about this property.

axesOrientationMode : Sensor::AxesOrientationMode

This property holds the mode that affects how the screen orientation changes reading values.

Please see QSensor::axesOrientationMode for information about this property.

This property was introduced in QtSensors 5.1.

bufferSize : int

This property holds the size of the buffer.

Please see QSensor::bufferSize for information about this property.

This property was introduced in QtSensors 5.1.

busy : bool

This property holds a value to indicate if the sensor is busy.

Please see QSensor::busy for information about this property.

connectedToBackend : bool

This property holds a value indicating if the sensor has connected to a backend.

Please see QSensor::connectedToBackend for information about this property.

currentOrientation : int

This property holds the current orientation that is used for rotating the reading values.

Please see QSensor::currentOrientation for information about this property.

This property was introduced in QtSensors 5.1.

dataRate : int

This property holds the data rate that the sensor should be run at.

Please see QSensor::dataRate for information about this property.

描述 : string

此特性保持用於傳感器的描述性字符串。

efficientBufferSize : int

The property holds the most efficient buffer size.

Please see QSensor::efficientBufferSize for information about this property.

This property was introduced in QtSensors 5.1.

error : int

此特性保持傳感器設置的最後錯誤代碼。

標識符 : string

This property holds the backend identifier for the sensor.

Please see QSensor::identifier for information about this property.

maxBufferSize : int

This property holds the maximum buffer size.

Please see QSensor::maxBufferSize for information about this property.

This property was introduced in QtSensors 5.1.

outputRange : int

This property holds the output range in use by the sensor.

Please see QSensor::outputRange for information about this property.

outputRanges : list < OutputRange >

This property holds a list of output ranges the sensor supports.

Please see QSensor::outputRanges for information about this property.

reading : SensorReading

This property holds the reading class.

Please see QSensor::reading for information about this property.

另請參閱 QML Reading types .

skipDuplicates : bool

This property indicates whether duplicate reading values should be omitted.

Please see QSensor::skipDuplicates for information about this property.

This property was introduced in QtSensors 5.1.

type : string

此特性保持傳感器的類型。

userOrientation : int

This property holds the angle used for rotating the reading values in the UserOrientation mode.

Please see QSensor::userOrientation for information about this property.

This property was introduced in QtSensors 5.1.

方法文檔編製

bool start ()

Start retrieving values from the sensor. Returns true if the sensor was started, false otherwise.

Please see QSensor::start() for information.

bool stop ()

Stop retrieving values from the sensor. Returns true if the sensor was stopped, false otherwise.

Please see QSensor::stop() for information.