Home

QtScriptedTransition Class Reference

The QtScriptedTransition class stands for a transition that responds to QtScriptedEvent, and can be made conditional with a conditionExpression. Equivalent to the SCXML transition tag. More...

 #include <QtScriptedTransition>

Inherits QtTransition.

Properties

Public Functions

Additional Inherited Members


Detailed Description

The QtScriptedTransition class stands for a transition that responds to QtScriptedEvent, and can be made conditional with a conditionExpression. Equivalent to the SCXML transition tag.


Property Documentation

conditionExpression : QString

A QtScript expression that's evaluated to test whether the transition needs to be invoked.

Access functions:

eventPrefix : QString

The event prefix to be used when testing if the transition needs to be invoked. Uses SCXML prefix matching. Use * to handle any event.

Access functions:


Member Function Documentation

QtScriptedTransition::QtScriptedTransition ( QtState * state, QtScriptedStateMachine * machine )

Creates a new QtScriptedTransition from state, that uses machine to evaluate the conditions.


Copyright © 2009 Nokia Trademarks
Qt Solutions