26 #ifndef __TE_QT_PLUGINS_TERRAMOBILE_INTERNAL_SECTION_H 
   27 #define __TE_QT_PLUGINS_TERRAMOBILE_INTERNAL_SECTION_H 
   30 #include "../../Config.h" 
   91 #endif  // __TE_QT_PLUGINS_TERRAMOBILE_INTERNAL_SECTION_H 
This class defines the Section object. 
 
Form * getForm(std::string formName)
 
std::string getDescription()
 
Form
It specifies the form for the attribute. 
 
void setName(std::string name)
 
std::vector< Form * > & getForms()
 
std::vector< Form * > m_forms
 
void setDescription(std::string desc)
 
std::string m_description