26 #ifndef __TERRALIB_EDIT_QT_INTERNAL_CREATEPOLYGONTOOL_H 
   27 #define __TERRALIB_EDIT_QT_INTERNAL_CREATEPOLYGONTOOL_H 
   30 #include "../../../geometry/Coord2D.h" 
   31 #include "../../../maptools/AbstractLayer.h" 
   32 #include "../Config.h" 
   91         bool mousePressEvent(QMouseEvent* e);
 
   93         bool mouseMoveEvent(QMouseEvent* e);
 
   95         bool mouseDoubleClickEvent(QMouseEvent* e);
 
   99         void resetVisualizationTool();
 
  115         void storeNewGeometry();
 
  117         void storeUndoCommand();
 
  121         void onExtentChanged();
 
  138 #endif  // __TERRALIB_EDIT_QT_INTERNAL_CREATEPOLYGONTOOL_H 
#define TEEDITQTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
An utility struct for representing 2D coordinates. 
 
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr