The AccelerometerReading element holds the most recent Accelerometer reading. 更多...
import 语句: | 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.