IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

eventPoint QML Type

Qml equivalent for QEventPoint.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

eventPoint QML Type

  • Import Statement: import QtQuick

  • Instantiates:: QEventPoint

Detailed Description

eventPoint is the Qml value type representation of QEventPoint. It has the same properties as QEventPoint.

The following properties are available:

State supports the following values:

Qt.TouchPointUnknownState

Unknown state.

Qt.TouchPointStationary

The event point did not move.

Qt.TouchPointPressed

The touch point or button is pressed.

Qt.TouchPointMoved

The event point was updated.

Qt.TouchPointReleased

The touch point or button was released.

The States type is a typedef for QFlags<State>. It stores an OR combination of State values. See also QEventPoint::States

See Also

See also handlerPoint

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+