kexi
KexiMacro::OpenAction Class Reference
#include <openaction.h>
Inheritance diagram for KexiMacro::OpenAction:

Detailed Description
The OpenAction class implements a KoMacro::Action to provide functionality to open any kind of Kexi object (e.g.table, query, form, script, ...).
Definition at line 39 of file openaction.h.
Public Slots | |
| virtual void | activate (KSharedPtr< KoMacro::Context > context) |
Public Member Functions | |
| OpenAction () | |
| virtual | ~OpenAction () |
| virtual bool | notifyUpdated (KSharedPtr< KoMacro::MacroItem > macroitem, const QString &name) |
Constructor & Destructor Documentation
| OpenAction::OpenAction | ( | ) |
| OpenAction::~OpenAction | ( | ) | [virtual] |
Member Function Documentation
| bool OpenAction::notifyUpdated | ( | KSharedPtr< KoMacro::MacroItem > | macroitem, | |
| const QString & | name | |||
| ) | [virtual] |
This function is called, when the KoMacro::Variable with name name used within the KoMacro::MacroItem macroitem got changed.
- Parameters:
-
macroitem The KoMacro::MacroItem instance where the variable defined with nameis located in.name The name the KoMacro::Variable has.
- Returns:
- true if the update was successfully else false is returned.
Definition at line 95 of file openaction.cpp.
| void OpenAction::activate | ( | KSharedPtr< KoMacro::Context > | context | ) | [virtual, slot] |
Called if the Action should be executed within the defined context .
Implements KoMacro::Action.
Definition at line 119 of file openaction.cpp.
The documentation for this class was generated from the following files:

