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

KeyEvent QML Type

QML frontend for QKeyEvent C++ class.

This type was introduced in Qt 5.5.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

KeyEvent QML Type

  • Import Statement: import Qt3D.Input 2.4

  • Since:: Qt 5.5

  • Instantiates:: QKeyEvent

Detailed Description

The KeyEvent QML type cannot be directly created. Objects of this type are used as signal parameters in KeyboardHandler.

Property Documentation

 

accepted : bool

Setting accepted to true prevents the key event from being propagated to the item's parent.

Generally, if the item acts on the key event then it should be accepted so that ancestor items do not also respond to the same event.

[read-only] count : int

Holds the number of keys involved in this event. If text is not empty, this is simply the length of the string.

[read-only] isAutoRepeat : bool

Holds whether this event comes from an auto-repeating key.

[read-only] key : int

This property holds the code of the key that was pressed or released.

See Qt.Key for the list of keyboard codes.

See Also

See also KeyEvent.key

[read-only] modifiers : int

This property holds the keyboard modifier flags that existed immediately before the event occurred.

See Also

[read-only] nativeScanCode : quint32

This property contains the native scan code of the key that was pressed. It is passed through from QKeyEvent unchanged.

See Also

[read-only] text : string

This property holds the Unicode text that the key generated. The text returned can be an empty string in cases where modifier keys, such as Shift, Control, Alt, and Meta, are being pressed or released. In such cases key will contain a valid value.

Method Documentation

 

bool matches(StandardKey key)

Returns true if the key event matches the given standard key; otherwise returns false.

See Also

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