Home |
The QtStateFinishedEvent class contains parameters that describe a state that has finished. More...
#include <QtStateFinishedEvent>
Inherits QEvent.
This class was introduced in qtstatemachine 4.6.
The QtStateFinishedEvent class contains parameters that describe a state that has finished.
A state is finished when one of its final child states (a QtFinalState) is entered; this will cause a QtStateFinishedEvent to be generated by the state machine. QtStateFinishedEvent is part of The State Machine Framework.
Typically you do not create QtStateFinishedEvent objects yourself, but rather use QtStateFinishedTransition to create a transition that's triggered by a state's finished event.
See also QtStateFinishedTransition.
Destroys this QtStateFinishedEvent.
Returns the state associated with this QtStateFinishedEvent.
Copyright © 2009 Nokia | Trademarks | Qt Solutions |