Home

QtStateFinishedEvent Class Reference
[QtCore module]

The QtStateFinishedEvent class contains parameters that describe a state that has finished. More...

 #include <QtStateFinishedEvent>

Inherits QEvent.

Public Functions

Additional Inherited Members


Detailed Description

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.


Member Function Documentation

QtStateFinishedEvent::~QtStateFinishedEvent ()

Destroys this QtStateFinishedEvent.

QtState * QtStateFinishedEvent::state () const

Returns the state associated with this QtStateFinishedEvent.


Copyright © 2009 Nokia Trademarks
Qt Solutions