kexi
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) | |
virtual | ~KexiMacroTextView () |
virtual bool | loadData () |
virtual tristate | storeData (bool dontAsk=false) |
Constructor & Destructor Documentation
KexiMacroTextView::KexiMacroTextView | ( | KexiMainWindow * | mainwin, | |
QWidget * | parent, | |||
::KoMacro::Macro *const | macro | |||
) |
Constructor.
- Parameters:
-
mainwin The KexiMainWindow instance this KexiViewBase belongs to. parent The parent widget this widget should be displayed in. macro The KoMacro::Macro instance this view is for.
Definition at line 44 of file keximacrotextview.cpp.
KexiMacroTextView::~KexiMacroTextView | ( | ) | [virtual] |
Member Function Documentation
bool KexiMacroTextView::loadData | ( | ) | [virtual] |
Load the data and display it in the editor.
Reimplemented from KexiMacroView.
Definition at line 67 of file keximacrotextview.cpp.
tristate KexiMacroTextView::storeData | ( | bool | dontAsk = false |
) | [virtual] |
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.
The documentation for this class was generated from the following files: