te::qt::plugins::terramobile::Section Class Reference

This class defines the Section object. More...

#include <Section.h>

Public Member Functions

std::string getDescription ()
 
FormgetForm (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
 

Detailed Description

This class defines the Section object.

Definition at line 53 of file Section.h.

Constructor & Destructor Documentation

te::qt::plugins::terramobile::Section::Section ( )
te::qt::plugins::terramobile::Section::~Section ( )

Member Function Documentation

std::string te::qt::plugins::terramobile::Section::getDescription ( )
inline

Definition at line 69 of file Section.h.

References m_description.

Form* te::qt::plugins::terramobile::Section::getForm ( std::string  formName)
std::vector<Form*>& te::qt::plugins::terramobile::Section::getForms ( )
inline

Definition at line 73 of file Section.h.

References m_forms.

std::string te::qt::plugins::terramobile::Section::getName ( )
inline

Definition at line 65 of file Section.h.

References m_name.

void te::qt::plugins::terramobile::Section::setDescription ( std::string  desc)
inline

Definition at line 71 of file Section.h.

References m_description.

void te::qt::plugins::terramobile::Section::setName ( std::string  name)
inline

Definition at line 67 of file Section.h.

References m_name.

Member Data Documentation

std::string te::qt::plugins::terramobile::Section::m_description
protected

Definition at line 80 of file Section.h.

Referenced by getDescription(), and setDescription().

std::vector<Form*> te::qt::plugins::terramobile::Section::m_forms
protected

Definition at line 82 of file Section.h.

Referenced by getForms().

std::string te::qt::plugins::terramobile::Section::m_name
protected

Definition at line 79 of file Section.h.

Referenced by getName(), and setName().


The documentation for this class was generated from the following file: