28 #ifndef __TERRALIB_LAYOUT_INTERNAL_SYSTEMATIC_SCALE_CONTROLLER_H  
   29 #define __TERRALIB_LAYOUT_INTERNAL_SYSTEMATIC_SCALE_CONTROLLER_H 
   32 #include "../core/pattern/mvc/OutsideController.h" 
   33 #include "../core/property/Property.h" 
   34 #include "../core/Config.h" 
Abstract class to represent an observable. "Model" part of MVC component. 
 
#define TELAYOUTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Abstract class to represent a controller. "Controller" part of MVC widget. All classes representing t...