AutoForm Class Reference
A QWidget that automaticly constructs a form from a PropertyMap. More...
#include <autoform.h>
Inheritance diagram for AutoForm:


Signals | |
void | mapChanged () |
Public Member Functions | |
AutoForm (AutoPropertyMap *map, QWidget *parent=0, const char *name=0) | |
~AutoForm () | |
DataForm * | dataForm () const |
Provides access to the internal dataForm. | |
Protected Member Functions | |
void | viewportResizeEvent (QResizeEvent *ev) |
Private Slots | |
void | slotMapChanged () |
Private Member Functions | |
void | buildGUI (AutoPropertyMap *map) |
Private Attributes | |
KPushButton * | m_reset |
KPushButton * | m_submit |
DataForm * | m_dataForm |
QVBox * | m_mainBox |
Detailed Description
A QWidget that automaticly constructs a form from a PropertyMap.
- Author:
- Ian Reinhart Geiser
Definition at line 43 of file autoform.h.
Constructor & Destructor Documentation
|
Definition at line 30 of file autoform.cpp. References AutoPropertyMap, buildGUI(), m_dataForm, m_mainBox, mapChanged(), PropertyMap, DataForm::setForm(), DataForm::setMap(), slotMapChanged(), and DataForm::updateView(). |
|
Definition at line 48 of file autoform.cpp. |
Member Function Documentation
|
Definition at line 52 of file autoform.cpp. References AutoPropertyMap, m_dataForm, m_mainBox, m_reset, and m_submit. Referenced by AutoForm(). |
|
Provides access to the internal dataForm.
Definition at line 53 of file autoform.h. Referenced by AppWizardDialog::accept(). |
|
Referenced by AutoForm(), and slotMapChanged(). |
|
Definition at line 73 of file autoform.cpp. References mapChanged(). Referenced by AutoForm(). |
|
Definition at line 78 of file autoform.cpp. References m_mainBox. |
Member Data Documentation
|
Definition at line 66 of file autoform.h. Referenced by AutoForm(), and buildGUI(). |
|
Definition at line 67 of file autoform.h. Referenced by AutoForm(), buildGUI(), and viewportResizeEvent(). |
|
Definition at line 64 of file autoform.h. Referenced by buildGUI(). |
|
Definition at line 65 of file autoform.h. Referenced by buildGUI(). |
The documentation for this class was generated from the following files:
- parts/appwizard/autoform.h
- parts/appwizard/autoform.cpp