Home

QtStateAction Class Reference
[QtCore module]

The QtStateAction class is the base class of QtState actions. More...

 #include <QtStateAction>

Inherits QObject.

Inherited by QtStateInvokeMethodAction.

Public Functions

Protected Functions

Additional Inherited Members


Detailed Description

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.

Subclassing

Subclasses must implement the execute() function.


Member Function Documentation

QtStateAction::QtStateAction ( QObject * parent = 0 )   [protected]

Constructs a new QtStateAction object with the given parent.

QtStateAction::~QtStateAction ()

Destroys this QtStateAction object.

void QtStateAction::execute ()   [pure virtual protected]

Executes this action.


Copyright © 2009 Nokia Trademarks
Qt Solutions