QtMobility Reference Documentation

Contents

QML RotationSensor Element

The RotationSensor element reports on device rotation around the X, Y and Z axes. More...

Inherits Sensor

RotationSensor instantiates the C++ class QRotationSensor

  • List of all members, including inherited members
  • Properties

    Signals

    Detailed Description

    The RotationSensor element reports on device rotation around the X, Y and Z axes.

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

    See also Sensors QML Limitations.

    Property Documentation

    read-onlyreading : RotationReading

    Holds the most recent rotation reading. Please see QSensor::reading for information about this property.

    This documentation was introduced in Qt Mobility Mobility 1.2.


    Signal Documentation

    RotationSensor::onReadingChanged ()

    Called when the reading object changes. Please see QSensor::readingChanged() for information about this signal.

    This documentation was introduced in Qt Mobility Mobility 1.2.