26 #ifndef __TERRALIB_EDIT_QT_INTERNAL_CREATEPOINTTOOL_H 
   27 #define __TERRALIB_EDIT_QT_INTERNAL_CREATEPOINTTOOL_H 
   30 #include "../../../geometry/Coord2D.h" 
   32 #include "../../../maptools/AbstractLayer.h" 
   34 #include "../Config.h" 
   93         bool mousePressEvent(QMouseEvent* e);
 
   95         bool mouseDoubleClickEvent(QMouseEvent* e);
 
   97         void resetVisualizationTool();
 
  120 #endif  // __TERRALIB_EDIT_QT_INTERNAL_CREATEPOINTTOOL_H 
#define TEEDITQTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr