kexi
ScriptManager Class Reference
List of all members.Detailed Description
Definition at line 41 of file scriptmanager.h.
Public Slots | |
| void | slotFormDeleted (KFormDesigner::Form *form) |
| FormScript * | newFormScript (KFormDesigner::Form *form) |
Public Member Functions | |
| ScriptManager (QObject *parent=0, const char *name=0) | |
| ~ScriptManager () | |
| FormScript * | scriptForForm (Form *form) |
| void | setFormManager (FormManager *manager) |
| FormManager * | formManager () |
| Kross::Api::Manager * | krossManager () |
Member Function Documentation
| FormScript * ScriptManager::scriptForForm | ( | Form * | form | ) |
- Returns:
- The FormScript object associated to this Form.
Definition at line 50 of file scriptmanager.cpp.
| void ScriptManager::slotFormDeleted | ( | KFormDesigner::Form * | form | ) | [slot] |
Called when a form is deleted. It is removed from the dict.
Definition at line 64 of file scriptmanager.cpp.
| FormScript * ScriptManager::newFormScript | ( | KFormDesigner::Form * | form | ) | [slot] |
- Returns:
- A new FormScript object associated to the Form form.
Definition at line 42 of file scriptmanager.cpp.
The documentation for this class was generated from the following files:

