KexiMacro::ExecuteAction Class Reference
#include <executeaction.h>
Inheritance diagram for KexiMacro::ExecuteAction:

Detailed Description
The ExecuteAction class implements a KoMacro::Action to provide functionality to execute an object like e.g.a script or a macro.
Definition at line 39 of file executeaction.h.
Public Slots | |
| virtual void | activate (KSharedPtr< KoMacro::Context > context) |
Called if the Action should be executed within the defined context . | |
Public Member Functions | |
| ExecuteAction () | |
| Constructor. | |
| virtual | ~ExecuteAction () |
| Destructor. | |
| virtual bool | notifyUpdated (KSharedPtr< KoMacro::MacroItem > macroitem, const QString &name) |
This function is called, when the KoMacro::Variable with name name used within the KoMacro::MacroItem macroitem got changed. | |
Constructor & Destructor Documentation
|
|
Constructor.
Definition at line 39 of file executeaction.cpp. References KoMacro::Action::setVariable(). |
|
|
Destructor.
Definition at line 49 of file executeaction.cpp. |
Member Function Documentation
|
|
Called if the Action should be executed within the defined
Definition at line 73 of file executeaction.cpp. References KexiPart::Part::execute(), KexiPart::Part::info(), KexiMacro::KexiAction::mainWin(), KoMacro::Action::name(), and Kexi::partManager(). |
|
||||||||||||
|
This function is called, when the KoMacro::Variable with name
Definition at line 53 of file executeaction.cpp. References KexiMacro::NAME, KexiMacro::OBJECT, and KoMacro::Action::variable(). |
The documentation for this class was generated from the following files:
