KexiScriptDesignView Class Reference
#include <kexiscriptdesignview.h>
Inheritance diagram for KexiScriptDesignView:

Detailed Description
The KexiScriptDesignView class provides the KexiViewBase to manage script modules in the design-view.The design-view is used to be able to view and edit the scripting code via a KexiScriptEditor instance.
Definition at line 46 of file kexiscriptdesignview.h.
Public Member Functions | |
| KexiScriptDesignView (KexiMainWindow *mainWin, QWidget *parent, Kross::Api::ScriptAction *scriptaction) | |
| Constructor. | |
| virtual | ~KexiScriptDesignView () |
| Destructor. | |
| Kross::Api::ScriptAction * | scriptAction () const |
| virtual KoProperty::Set * | propertySet () |
| virtual KexiDB::SchemaData * | storeNewData (const KexiDB::SchemaData &sdata, bool &cancel) |
| Try to call storeData with new data we like to store. | |
| 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 67 of file kexiscriptdesignview.cpp. References KexiViewBase::addChildView(), KexiEditor::isAdvancedEditor(), KexiActionProxy::plugSharedAction(), and KexiViewBase::setViewWidget(). |
|
|
Destructor.
Definition at line 105 of file kexiscriptdesignview.cpp. |
Member Function Documentation
|
|
Reimplemented from KexiViewBase. Definition at line 182 of file kexiscriptdesignview.cpp. |
|
|
Definition at line 111 of file kexiscriptdesignview.cpp. Referenced by KexiScriptPart::execute(). |
|
|
Try to store the modified data in the already opened and currently used KexiDB::SchemaData instance.
Reimplemented from KexiViewBase. Definition at line 307 of file kexiscriptdesignview.cpp. References kexipluginsdbg, KexiViewBase::parentDialog(), and KexiViewBase::storeDataBlock(). Referenced by storeNewData(). |
|
||||||||||||
|
Try to call storeData with new data we like to store. On success the matching KexiDB::SchemaData is returned.
Reimplemented from KexiViewBase. Definition at line 285 of file kexiscriptdesignview.cpp. References KexiDB::SchemaData::id(), kexipluginsdbg, KexiViewBase::parentDialog(), KexiDB::Connection::removeObject(), storeData(), and KexiViewBase::storeNewData(). |
The documentation for this class was generated from the following files:
