MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

QML AccelerometerReading Element

The AccelerometerReading element holds the most recent Accelerometer reading. More...

Inherits SensorReading

AccelerometerReading instantiates the C++ class QAccelerometerReading

This element was introduced in Mobility 1.1.

Properties

  • x : qreal
  • y : qreal
  • z : qreal

Detailed Description

The AccelerometerReading element holds the most recent Accelerometer reading.

This element wraps the QAccelerometerReading class. Please see the documentation for QAccelerometerReading for details.

This element cannot be directly created.

Property Documentation

read-onlyx : qreal

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

This property group was introduced in Mobility 1.2.


read-onlyy : qreal

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

This property group was introduced in Mobility 1.2.


read-onlyz : qreal

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

This property group was introduced in Mobility 1.2.