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) |
Called if the Action should be executed within the defined context . | |
Public Member Functions | |
| OpenAction () | |
| Constructor. | |
| virtual | ~OpenAction () |
| 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 79 of file openaction.cpp. References KoMacro::Action::setVariable(). |
|
|
Destructor.
Definition at line 91 of file openaction.cpp. |
Member Function Documentation
|
|
Called if the Action should be executed within the defined
Definition at line 119 of file openaction.cpp. References KexiMacro::DATAVIEW, Kexi::DataViewMode, KexiMacro::DESIGNVIEW, Kexi::DesignViewMode, KexiMacro::KexiAction::mainWin(), KexiMacro::NAME, KoMacro::Action::name(), KexiMacro::OBJECT, KexiMacro::TEXTVIEW, Kexi::TextViewMode, and KexiMacro::VIEW. |
|
||||||||||||
|
This function is called, when the KoMacro::Variable with name
Definition at line 95 of file openaction.cpp. References KexiMacro::NAME, KexiMacro::OBJECT, KoMacro::Action::variable(), and KexiMacro::VIEW. |
The documentation for this class was generated from the following files:
