QML PinchEvent ElementThe PinchEvent object provides information about a pinch event. More... Properties
Detailed DescriptionThe PinchEvent element was added in QtQuick 1.1 The center, startCenter, previousCenter properties provide the center position between the two touch points. The scale and previousScale properties provide the scale factor. The angle, previousAngle and rotation properties provide the angle between the two points and the amount of rotation. The point1, point2, startPoint1, startPoint2 properties provide the positions of the touch points. The accepted property may be set to false in the onPinchStarted handler if the gesture should not be handled. See also PinchArea. Property DocumentationSetting this property to false in the PinchArea::onPinchStarted handler will result in no further pinch events being generated, and the gesture ignored. These properties hold the angle between the two touch points.
When a pinch gesture is started, the rotation is 0.0. These properties hold the position of the center point between the two touch points.
These properties provide the actual touch points generating the pinch.
Holds the number of points currently touched. The PinchArea will not react until two touch points have initited a gesture, but will remain active until all touch points have been released. These properties hold the scale factor determined by the change in distance between the two touch points.
When a pinch gesture is started, the scale is 1.0. |
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