28 #ifndef __TERRALIB_LAYOUT_INTERNAL_PAGE_SETUP_MODEL_H  
   29 #define __TERRALIB_LAYOUT_INTERNAL_PAGE_SETUP_MODEL_H 
   32 #include "../core/pattern/mvc/OutsideModelObservable.h" 
   33 #include "../core/ContextItem.h" 
   34 #include "../core/property/Properties.h" 
   35 #include "../core/Config.h" 
#define TELAYOUTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
The Properties class represents a persistent set of properties. The Properties can be saved to a file...
 
Abstract class to represent an observable. "Model" part of MVC widget. All classes representing the m...