Inserted hardcoded urls for State Charts and S. C. XML
Corrected in qstatemachine QTBUG-28500 Change-Id: I45b2ffea983ee5754b080b8a6faa18d4d163e578 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
parent
6694d39131
commit
be0ef46b1d
@ -86,17 +86,15 @@ QT_BEGIN_NAMESPACE
|
|||||||
\ingroup statemachine
|
\ingroup statemachine
|
||||||
|
|
||||||
QStateMachine is based on the concepts and notation of
|
QStateMachine is based on the concepts and notation of
|
||||||
\l{Statecharts: A visual formalism for complex
|
\l{http://www.wisdom.weizmann.ac.il/~dharel/SCANNED.PAPERS/Statecharts.pdf}{Statecharts}.
|
||||||
systems}{Statecharts}. QStateMachine is part of \l{The State
|
QStateMachine is part of \l{The State Machine Framework}.
|
||||||
Machine Framework}.
|
|
||||||
|
|
||||||
A state machine manages a set of states (classes that inherit from
|
A state machine manages a set of states (classes that inherit from
|
||||||
QAbstractState) and transitions (descendants of
|
QAbstractState) and transitions (descendants of
|
||||||
QAbstractTransition) between those states; these states and
|
QAbstractTransition) between those states; these states and
|
||||||
transitions define a state graph. Once a state graph has been
|
transitions define a state graph. Once a state graph has been
|
||||||
built, the state machine can execute it. QStateMachine's
|
built, the state machine can execute it. QStateMachine's
|
||||||
execution algorithm is based on the \l{State Chart XML: State
|
execution algorithm is based on the \l{http://www.w3.org/TR/scxml/}{State Chart XML (SCXML)}
|
||||||
Machine Notation for Control Abstraction}{State Chart XML (SCXML)}
|
|
||||||
algorithm. The framework's \l{The State Machine
|
algorithm. The framework's \l{The State Machine
|
||||||
Framework}{overview} gives several state graphs and the code to
|
Framework}{overview} gives several state graphs and the code to
|
||||||
build them.
|
build them.
|
||||||
|
Loading…
Reference in New Issue
Block a user