kexi
KFormDesignerKDevPart Class Reference
List of all members.Detailed Description
Definition at line 57 of file kfd_kdev_part.h.
Public Slots | |
| void | createBlankForm () |
| void | open () |
| void | slotPreviewForm () |
| void | saveAs () |
| void | slotCreateFormSlot (KFormDesigner::Form *form, const QString &widget, const QString &signal) |
Public Member Functions | |
| KFormDesignerKDevPart (QWidget *parent, const char *name, bool readOnly=true, const QStringList &args=QStringList()) | |
| virtual | ~KFormDesignerKDevPart () |
| virtual DesignerType | designerType () |
| virtual void | openProject (const QString &) |
| void | setUniqueFormMode (bool enable) |
| bool | closeForm (Form *form) |
| bool | closeForms () |
| virtual bool | closeURL () |
Static Public Member Functions | |
| static KFormDesigner::WidgetLibrary * | formsLibrary () |
Protected Slots | |
| void | slotWidgetSelected (KFormDesigner::Form *form, bool multiple) |
| void | slotFormWidgetSelected (KFormDesigner::Form *form) |
| void | slotNoFormSelected () |
| void | slotFormModified (KFormDesigner::Form *form, bool isDirty) |
| void | setUndoEnabled (bool enabled, const QString &text) |
| void | setRedoEnabled (bool enabled, const QString &text) |
Protected Member Functions | |
| virtual bool | openFile () |
| virtual bool | saveFile () |
| void | disableWidgetActions () |
| void | enableFormActions () |
| void | setupActions () |
Member Function Documentation
| void KFormDesignerKDevPart::createBlankForm | ( | ) | [slot] |
Creates a new blank Form. The new Form is shown and become the active Form.
Definition at line 249 of file kfd_kdev_part.cpp.
| void KFormDesignerKDevPart::open | ( | ) | [slot] |
Loads a Form from a UI file. A "Open File" dialog is shown to select the file. The loaded Form is shown and becomes the active Form.
Definition at line 276 of file kfd_kdev_part.cpp.
The documentation for this class was generated from the following files:

