MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

QML RotationReading Element

The RotationReading element holds the most recent RotationSensor reading. More...

Inherits SensorReading

RotationReading instantiates the C++ class QRotationReading

This element was introduced in Mobility 1.1.

Properties

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

Detailed Description

The RotationReading element holds the most recent RotationSensor reading.

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

This element cannot be directly created.

Property Documentation

read-onlyx : qreal

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

This property group was introduced in Mobility 1.2.


read-onlyy : qreal

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

This property group was introduced in Mobility 1.2.


read-onlyz : qreal

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

This property group was introduced in Mobility 1.2.