30 #ifndef __TERRALIB_LAYOUT_INTERNAL_ARROW_MODEL_H 
   31 #define __TERRALIB_LAYOUT_INTERNAL_ARROW_MODEL_H 
   34 #include "../core/pattern/mvc/ItemModelObservable.h" 
   35 #include "../core/ContextItem.h" 
   36 #include "../../geometry/Envelope.h" 
   37 #include "../../color/RGBAColor.h" 
   38 #include "../../maptools/Canvas.h" 
   39 #include "../core/Config.h" 
#define TELAYOUTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Abstract class to represent an observable. "Model" part of MVC component. All classes representing th...
 
Class that represents a "Model" part of Arrow MVC component. Its coordinate system is the same of sce...