26 #ifndef __TERRALIB_EDIT_QT_INTERNAL_SPLITPOLYGONTOOL_H    27 #define __TERRALIB_EDIT_QT_INTERNAL_SPLITPOLYGONTOOL_H    30 #include "../../../geometry/Coord2D.h"    32 #include "../../../dataaccess/dataset/ObjectIdSet.h"    33 #include "../../../geometry/GeometryCollection.h"    34 #include "../../../geometry/GeometryProperty.h"    35 #include "../../../geometry/MultiPolygon.h"    36 #include "../../../geometry/Utils.h"    37 #include "../../../maptools/AbstractLayer.h"    38 #include "../../../qt/widgets/canvas/Canvas.h"    41 #include "../Config.h"   100         bool mousePressEvent(QMouseEvent* e);
   102         bool mouseMoveEvent(QMouseEvent* e);
   104         bool mouseDoubleClickEvent(QMouseEvent* e);
   106         bool mouseReleaseEvent(QMouseEvent* e);
   108         void resetVisualizationTool();
   120         void splitPolygon(std::size_t index);
   121         void editingFinished();
   128 #endif  // __TERRALIB_EDIT_QT_INTERNAL_SPLITPOLYGONTOOL_H #define TEEDITQTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This class represents a set of unique ids created in the same context. i.e. from the same data set...
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr