QWSPointerCalibrationData Class ReferenceThe QWSPointerCalibrationData class is a container for mouse calibration data in Qt for Embedded Linux. More... #include <QWSPointerCalibrationData> Public Types
Public Variables
Detailed DescriptionThe QWSPointerCalibrationData class is a container for mouse calibration data in Qt for Embedded Linux. Note that this class is only available in Qt for Embedded Linux. QWSPointerCalibrationData stores device and screen coordinates in the devPoints and screenPoints variables, respectively. A calibration program should create a QWSPointerCalibrationData object, fill the devPoints and screenPoints variables with its device and screen coordinates, and pass the object to the mouse driver using the QWSMouseHandler::calibrate() function. See also QWSCalibratedMouseHandler and Mouse Calibration Example. Member Type Documentation
|
Constant | Value | Description |
---|---|---|
QWSPointerCalibrationData::TopLeft | 0 | Index of the top left corner of the screen. |
QWSPointerCalibrationData::BottomLeft | 1 | Index of the bottom left corner of the screen. |
QWSPointerCalibrationData::BottomRight | 2 | Index of the bottom right corner of the screen. |
QWSPointerCalibrationData::TopRight | 3 | Index of the top right corner of the screen. |
QWSPointerCalibrationData::Center | 4 | Index of the center of the screen. |
QWSPointerCalibrationData::LastLocation | Center | Last index in the pointer arrays. |
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 4.8 | |
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