KexiMacro::DataTableAction Class Reference
#include <datatableaction.h>
Inheritance diagram for KexiMacro::DataTableAction:

Detailed Description
The DataTableAction class implements a KoMacro::Action to provide functionality to import or export a datatable.The datatable is used to deal with comma separated values.
Definition at line 37 of file datatableaction.h.
Public Slots | |
| virtual void | activate (KSharedPtr< KoMacro::Context > context) |
Called if the Action should be executed within the defined context . | |
Public Member Functions | |
| DataTableAction () | |
| Constructor. | |
| virtual | ~DataTableAction () |
| 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 106 of file datatableaction.cpp. References KoMacro::Action::setVariable(). |
|
|
Destructor.
Definition at line 114 of file datatableaction.cpp. |
Member Function Documentation
|
|
Called if the Action should be executed within the defined
Definition at line 137 of file datatableaction.cpp. References KexiInternalPart::createModalDialogInstance(), KexiPart::Item::identifier(), KexiPart::Part::info(), KexiMacro::KexiAction::mainWin(), and Kexi::partManager(). |
|
||||||||||||
|
This function is called, when the KoMacro::Variable with name
Definition at line 118 of file datatableaction.cpp. |
The documentation for this class was generated from the following files:
