MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

QML GyroscopeReading Element

The GyroscopeReading element holds the most recent Gyroscope reading. More...

Inherits SensorReading

GyroscopeReading instantiates the C++ class QGyroscopeReading

This element was introduced in Mobility 1.2.

Properties

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

Detailed Description

The GyroscopeReading element holds the most recent Gyroscope reading.

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

This element cannot be directly created.

Property Documentation

read-onlyx : qreal

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

This property group was introduced in Mobility 1.2.


read-onlyy : qreal

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

This property group was introduced in Mobility 1.2.


read-onlyz : qreal

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

This property group was introduced in Mobility 1.2.