kexi
KexiMacroDesignView Class Reference
#include <keximacrodesignview.h>
Inheritance diagram for KexiMacroDesignView:

Detailed Description
The KexiScriptDesignView implements KexiMacroView to provide a GUI-Editor to edit a Macro.
Definition at line 41 of file keximacrodesignview.h.
Public Member Functions | |
| KexiMacroDesignView (KexiMainWindow *mainwin, QWidget *parent,::KoMacro::Macro *const macro) | |
| virtual | ~KexiMacroDesignView () |
| virtual bool | loadData () |
| virtual KoProperty::Set * | propertySet () |
Constructor & Destructor Documentation
| KexiMacroDesignView::KexiMacroDesignView | ( | 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 110 of file keximacrodesignview.cpp.
| KexiMacroDesignView::~KexiMacroDesignView | ( | ) | [virtual] |
Member Function Documentation
| bool KexiMacroDesignView::loadData | ( | ) | [virtual] |
Load the data from XML source and fill the internally used KoMacro::Macro instance.
Reimplemented from KexiMacroView.
Definition at line 248 of file keximacrodesignview.cpp.
| KoProperty::Set * KexiMacroDesignView::propertySet | ( | ) | [virtual] |
- Returns:
- the KoProperty::Set properties this view provides.
Reimplemented from KexiViewBase.
Definition at line 257 of file keximacrodesignview.cpp.
The documentation for this class was generated from the following files:

