26 #ifndef __TERRALIB_EDIT_QT_INTERNAL_CREATEPOLYGONTOOL_H    27 #define __TERRALIB_EDIT_QT_INTERNAL_CREATEPOLYGONTOOL_H    30 #include "../../../geometry/Coord2D.h"    32 #include "../../../maptools/AbstractLayer.h"    34 #include "../core/command/AddCommand.h"    35 #include "../core/UndoStackManager.h"    36 #include "../Config.h"    84                           bool showVertexes = 
true, QObject* parent = 0);
    96         bool mousePressEvent(QMouseEvent* e);
    98         bool mouseMoveEvent(QMouseEvent* e);
   100         bool mouseDoubleClickEvent(QMouseEvent* e);
   102         bool mouseReleaseEvent(QMouseEvent* e);
   106         void resetVisualizationTool();
   122         void storeUndoCommand();
   124         bool editingFinished();
   130         void onExtentChanged();
   132         void onCommandFeedback();
   148 #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