Home |
The QtStateInvokeMethodAction class provides an invoke method action for QObjects. More...
#include <QtStateInvokeMethodAction>
Inherits QtStateAction.
This class was introduced in qtstatemachine 4.6.
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.
This property holds the arguments to the method this action invokes.
Access functions:
This property holds the name of the method this action invokes.
Access functions:
This property holds the object on which this action invokes a method.
Access functions:
Constructs a new QtStateInvokeMethodAction object for the method named methodName of the given target object, with the given parent.
Constructs a new QtStateInvokeMethodAction object for the method named methodName of the given target object, with the given arguments, args, and with the given parent.
Constructs a new QtStateInvokeMethodAction object with the given parent.
Destroys this QtStateInvokeMethodAction object.
Copyright © 2009 Nokia | Trademarks | Qt Solutions |