AccelerometerReading QML Type

The AccelerometerReading element holds the most recent Accelerometer reading. 更多...

导入语句: import QtSensors
Since: QtSensors 5.0
继承: SensorReading

特性

详细描述

The AccelerometerReading element holds the most recent Accelerometer reading.

此元素包裹 QAccelerometerReading 类。请参阅文档编制 QAccelerometerReading 了解细节。

This element cannot be directly created.

特性文档编制

x : qreal

This property holds the acceleration on the X axis.

Please see QAccelerometerReading::x for information about this property.

y : qreal

This property holds the acceleration on the Y axis.

Please see QAccelerometerReading::y for information about this property.

z : qreal

This property holds the acceleration on the Z axis.

Please see QAccelerometerReading::z for information about this property.