QOrientationReading Class ReferenceThe QOrientationReading class represents one reading from the orientation sensor. More... #include <QOrientationReading> Inherits: QSensorReading. This class was introduced in Qt Mobility 1.0. Public Types
Properties
Public Functions
Additional Inherited Members
Detailed DescriptionThe QOrientationReading class represents one reading from the orientation sensor. The orientation sensor reports the orientation of the device. As it operates below the UI level it does not report on or even know how the UI is rotated. Most importantly this means that this sensor cannot be used to detect if a device is in portrait or landscape mode. This sensor is useful to detect that a particular side of the device is pointing up. QOrientationReading UnitsThe orientation sensor returns the orientation of the device using the pre-defined values found in the QOrientationReading::Orientation enum. Member Type Documentation
|
Constant | Value | Description |
---|---|---|
QOrientationReading::Undefined | 0 | The orientation is unknown. |
QOrientationReading::TopUp | 1 | The Top edge of the device is pointing up. |
QOrientationReading::TopDown | 2 | The Top edge of the device is pointing down. |
QOrientationReading::LeftUp | 3 | The Left edge of the device is pointing up. |
QOrientationReading::RightUp | 4 | The Right edge of the device is pointing up. |
QOrientationReading::FaceUp | 5 | The Face of the device is pointing up. |
QOrientationReading::FaceDown | 6 | The Face of the device is pointing down. |
It should be noted that the orientation sensor reports the orientation of the device and not the UI. The orientation of the device will not change just because the UI is rotated. This means this sensor cannot be used to detect if a device is in portrait or landscape mode.
This property holds the orientation of the device.
The unit is an enumeration describing the orientation of the device.
This property was introduced in Qt Mobility 1.0.
Access functions:
Orientation | orientation () const |
See also QOrientationReading Units.
Sets the orientation for the reading.
This function was introduced in Qt Mobility 1.0.
See also orientation().
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt qtmobility-1.2 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com