Home |
The QtStateAction class is the base class of QtState actions. More...
#include <QtStateAction>
Inherits QObject.
Inherited by QtStateInvokeMethodAction.
This class was introduced in qtstatemachine 4.6.
The QtStateAction class is the base class of QtState actions.
A state action is added to a state by calling QtActionState::addEntryAction() or QtActionState::addExitAction(). QtStateAction is part of The State Machine Framework.
Subclasses must implement the execute() function.
Constructs a new QtStateAction object with the given parent.
Destroys this QtStateAction object.
Executes this action.
Copyright © 2009 Nokia | Trademarks | Qt Solutions |