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 "../../Utils.h"    43 #include "../Config.h"   101         bool mousePressEvent(QMouseEvent* e);
   103         bool mouseMoveEvent(QMouseEvent* e);
   105         bool mouseDoubleClickEvent(QMouseEvent* e);
   107         bool mouseReleaseEvent(QMouseEvent* e);
   109         void resetVisualizationTool();
   122         void splitPolygon(std::size_t index);
   130 #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
 
MouseEventEdition
Defines which mouse event will be used in the tool to complete an operation.