28 #ifndef __TERRALIB_LAYOUT_INTERNAL_VISITOR_UTILS_H  
   29 #define __TERRALIB_LAYOUT_INTERNAL_VISITOR_UTILS_H 
   32 #include "../../Config.h" 
   34 #include "../../../../common/Singleton.h" 
   37 #include <QGraphicsItem> 
   67         bool changeMapVisitable(QList<QGraphicsItem*> graphicsItems, 
Visitable* visitable);
 
Class to represent a visitable. All classes representing a visitable must inherit from this class...
 
Class to represent a visitable. All classes representing a visitable must inherit from this class...
 
#define TELAYOUTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Utility class for visitor. 
 
Template support for singleton pattern.