kexi
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) |
Public Member Functions | |
| DataTableAction () | |
| virtual | ~DataTableAction () |
| virtual bool | notifyUpdated (KSharedPtr< KoMacro::MacroItem > macroitem, const QString &name) |
Constructor & Destructor Documentation
| DataTableAction::DataTableAction | ( | ) |
| DataTableAction::~DataTableAction | ( | ) | [virtual] |
Member Function Documentation
| bool DataTableAction::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 118 of file datatableaction.cpp.
| void DataTableAction::activate | ( | KSharedPtr< KoMacro::Context > | context | ) | [virtual, slot] |
Called if the Action should be executed within the defined context .
Implements KoMacro::Action.
Definition at line 137 of file datatableaction.cpp.
The documentation for this class was generated from the following files:

