Home

QtStateInvokeMethodAction Class Reference
[QtCore module]

The QtStateInvokeMethodAction class provides an invoke method action for QObjects. More...

 #include <QtStateInvokeMethodAction>

Inherits QtStateAction.

Public Functions

Additional Inherited Members


Detailed Description

The QtStateInvokeMethodAction class provides an invoke method action for QObjects.

The QtStateInvokeMethodAction class provides an action that calls a method of a QObject when a QtState is entered or exited. QtStateInvokeMethodAction is part of The State Machine Framework.

Typically you don't construct QtStateInvokeMethodAction objects directly, but rather call the QtState::invokeMethodOnEntry() function or the QtState::invokeMethodOnExit() function.


Member Function Documentation

QtStateInvokeMethodAction::QtStateInvokeMethodAction ( QObject * object, const char * method, const QList<QVariant> & args = QList<QVariant> () )

Constructs a new QtStateInvokeMethodAction object for the given method of the given object, with the given arguments, args.

QtStateInvokeMethodAction::~QtStateInvokeMethodAction ()

Destroys this QtStateInvokeMethodAction object.

QByteArray QtStateInvokeMethodAction::methodSignature () const

Returns the signature of the method this action will invoke.

QObject * QtStateInvokeMethodAction::targetObject () const

Returns the object on which this action invokes a method.


Copyright © 2009 Nokia Trademarks
Qt Solutions