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

void QML Value Type

The empty value type.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Detailed Description

The void type is exclusively used to type-annotate JavaScript functions returning undefined. For example:

 
Sélectionnez
function doThings() : void { console.log("hello") }

This is to help tooling analyze calls to such functions and compile them and their callers to C++.

You cannot declare void properties in QML.

See Also

See also QML Value Types

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