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

QAbstractState QML Type

The QAbstractState type is the base type of States of a StateMachine.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

QAbstractState QML Type

  • Import Statement: import QtQml.StateMachine 6.5

  • Inherited By:: FinalState, HistoryState, and State

  • Group: QAbstractState is part of statemachine-qmltypes

Detailed Description

Do not use QAbstractState directly; use State, FinalState or StateMachine instead.

See Also

See also StateMachine, State

Property Documentation

 

[read-only] active : bool

The active property of this state. A state is active between entered() and exited() signals. This property is readonly.

See Also

See also entered, exited

Signal Documentation

 

entered()

This signal is emitted when the State becomes active.

The corresponding handler is onEntered.

See Also

See also active, exited

exited()

This signal is emitted when the State becomes inactive.

The corresponding handler is onExited.

See Also

See also active, entered

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