This class defines the Form object. More...
#include <Form.h>
Public Member Functions | |
| Form () | |
| AbstractFormItem * | getItem (std::string itemName) |
| std::vector< AbstractFormItem * > & | getItems () |
| std::string | getName () |
| void | setName (std::string name) |
| ~Form () | |
Protected Attributes | |
| std::vector< AbstractFormItem * > | m_items |
| std::string | m_name |
| te::qt::plugins::terramobile::Form::~Form | ( | ) |
Definition at line 36 of file Form.cpp.
References te::common::FreeContents(), and m_items.
| te::qt::plugins::terramobile::AbstractFormItem * te::qt::plugins::terramobile::Form::getItem | ( | std::string | itemName | ) |
Definition at line 42 of file Form.cpp.
References m_items.
Referenced by getItems(), te::qt::plugins::terramobile::BuilderFormsWizardPage::onItemTypeChanged(), and te::qt::plugins::terramobile::BuilderFormsWizardPage::onTreeItemClicked().
|
inline |
Definition at line 71 of file Form.h.
References getItem(), and m_items.
Referenced by te::qt::plugins::terramobile::BuilderFormsWizardPage::listSectionMap(), te::qt::plugins::terramobile::BuilderFormsWizardPage::onItemTypeChanged(), te::qt::plugins::terramobile::BuilderFormsWizardPage::onRemoveFormItemToolButtonPressed(), te::qt::plugins::terramobile::BuilderFormsWizardPage::onSaveFormItemToolButton(), te::qt::plugins::terramobile::BuilderFormsWizardPage::onTreeItemClicked(), te::qt::plugins::terramobile::BuilderFormsWizardPage::setLayerList(), and te::qt::plugins::terramobile::Write().
|
inline |
Definition at line 67 of file Form.h.
References m_name.
Referenced by te::qt::plugins::terramobile::BuilderFormsWizardPage::listSectionMap(), and te::qt::plugins::terramobile::Write().
|
inline |
Definition at line 69 of file Form.h.
References m_name.
Referenced by te::qt::plugins::terramobile::BuilderFormsWizardPage::setLayerList().
|
protected |
Definition at line 79 of file Form.h.
Referenced by getItem(), getItems(), and ~Form().
|
protected |