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

Qt SCXML C++ Classes

Provides classes to create and use state machines from SCXML files.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Qt SCXML C++ Classes

Provides classes to create and use state machines from SCXML files.

Namespaces

  • QScxmlExecutableContent: The QScxmlExecutableContent namespace contains various types used to interpret executable content in state machines.

Classes

Detailed Description

To use the module with cmake, use the find_package() command to locate the needed module components in the Qt6 package:

 
Sélectionnez
find_package(Qt6 REQUIRED COMPONENTS Scxml)
target_link_libraries(mytarget PRIVATE Qt6::Scxml)

To configure the module for building with qmake, add the module as a value of the QT variable in the project's .pro file:

 
Sélectionnez
QT += scxml

For more information, see Instantiating State Machines.

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