26 #ifndef __TERRALIB_EDIT_QT_INTERNAL_MOVEGEOMETRYTOOL_H    27 #define __TERRALIB_EDIT_QT_INTERNAL_MOVEGEOMETRYTOOL_H    30 #include "../../../geometry/Envelope.h"    32 #include "../../../maptools/AbstractLayer.h"    33 #include "../core/command/AddCommand.h"    34 #include "../core/UndoStackManager.h"    37 #include "../Config.h"    96         bool mousePressEvent(QMouseEvent* e);
    98         bool mouseMoveEvent(QMouseEvent* e);
   100         bool mouseReleaseEvent(QMouseEvent* e);
   104         void resetVisualizationTool();
   110         void pickFeature(
const QPointF& pos);
   120         void storeUndoCommand();
   136 #endif  // __TERRALIB_EDIT_QT_INTERNAL_MOVEGEOMETRYTOOL_H #define TEEDITQTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
An Envelope defines a 2D rectangular region. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
MouseEventEdition
Defines which mouse event will be used in the tool to complete an operation.