28 #ifndef __TERRALIB_LAYOUT_INTERNAL_TEMPLATE_EDITOR_H  
   29 #define __TERRALIB_LAYOUT_INTERNAL_TEMPLATE_EDITOR_H 
   32 #include "../Config.h" 
   41     class AbstractTemplate;
 
#define TELAYOUTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
te::layout::AbstractTemplate * m_template
 
Calls the factory to create a template of the specified type and keep. Responsible for delete the cre...
 
Abstract class that represents a Template. 
 
Class that represents the value of an enumeration. An enumeration is made of "1..n" objects EnumType...