KexiMacroTextView Class Reference
#include <keximacrotextview.h>
Inheritance diagram for KexiMacroTextView:

Detailed Description
The KexiMacroTextView implements KexiMacroView to provide a simple texteditor to edit the XML document of a Macro.
Definition at line 32 of file keximacrotextview.h.
Public Member Functions | |
| KexiMacroTextView (KexiMainWindow *mainwin, QWidget *parent,::KoMacro::Macro *const macro) | |
| Constructor. | |
| virtual | ~KexiMacroTextView () |
| Destructor. | |
| virtual bool | loadData () |
| Load the data and display it in the editor. | |
| virtual tristate | storeData (bool dontAsk=false) |
| Try to store the modified data in the already opened and currently used KexiDB::SchemaData instance. | |
Constructor & Destructor Documentation
|
||||||||||||||||
|
Constructor.
Definition at line 44 of file keximacrotextview.cpp. |
|
|
Destructor.
Definition at line 57 of file keximacrotextview.cpp. |
Member Function Documentation
|
|
Load the data and display it in the editor.
Reimplemented from KexiMacroView. Definition at line 67 of file keximacrotextview.cpp. References kexipluginsdbg, KexiViewBase::loadDataBlock(), and KexiViewBase::setDirty(). |
|
|
Try to store the modified data in the already opened and currently used KexiDB::SchemaData instance.
Reimplemented from KexiMacroView. Definition at line 83 of file keximacrotextview.cpp. References kexipluginsdbg, KexiViewBase::parentDialog(), and KexiViewBase::storeDataBlock(). |
The documentation for this class was generated from the following files:
