This class defines the Section object. More...
#include <Section.h>
Public Member Functions | |
| std::string | getDescription () |
| Form * | getForm (std::string formName) |
| std::vector< Form * > & | getForms () |
| std::string | getName () |
| Section () | |
| void | setDescription (std::string desc) |
| void | setName (std::string name) |
| ~Section () | |
Protected Attributes | |
| std::string | m_description |
| std::vector< Form * > | m_forms |
| std::string | m_name |
| te::qt::plugins::terramobile::Section::Section | ( | ) |
Definition at line 31 of file Section.cpp.
| te::qt::plugins::terramobile::Section::~Section | ( | ) |
Definition at line 38 of file Section.cpp.
References te::common::FreeContents(), and m_forms.
|
inline |
Definition at line 69 of file Section.h.
References m_description.
Referenced by te::qt::plugins::terramobile::Write().
| te::qt::plugins::terramobile::Form * te::qt::plugins::terramobile::Section::getForm | ( | std::string | formName | ) |
Definition at line 44 of file Section.cpp.
References getName(), and m_forms.
Referenced by getForms().
|
inline |
Definition at line 73 of file Section.h.
References getForm(), and m_forms.
Referenced by te::qt::plugins::terramobile::BuilderFormsWizardPage::listSectionMap(), te::qt::plugins::terramobile::BuilderFormsWizardPage::setLayerList(), and te::qt::plugins::terramobile::Write().
|
inline |
Definition at line 65 of file Section.h.
References m_name.
Referenced by getForm(), and te::qt::plugins::terramobile::Write().
|
inline |
Definition at line 71 of file Section.h.
References m_description.
Referenced by te::qt::plugins::terramobile::BuilderFormsWizardPage::setLayerList().
|
inline |
Definition at line 67 of file Section.h.
References m_name.
Referenced by te::qt::plugins::terramobile::BuilderFormsWizardPage::setLayerList().
|
protected |
Definition at line 80 of file Section.h.
Referenced by getDescription(), and setDescription().
|
protected |
Definition at line 82 of file Section.h.
Referenced by getForm(), getForms(), and ~Section().
|
protected |