26 #ifndef __TERRALIB_EDIT_QT_INTERNAL_AGGREGATEAREATOOL_H 
   27 #define __TERRALIB_EDIT_QT_INTERNAL_AGGREGATEAREATOOL_H 
   31 #include "../../../maptools/AbstractLayer.h" 
   33 #include "../core/command/AddCommand.h" 
   34 #include "../core/UndoStackManager.h" 
   35 #include "../Config.h" 
   82       bool mousePressEvent(QMouseEvent* e);
 
   84       bool mouseMoveEvent(QMouseEvent* e);
 
   86       bool mouseDoubleClickEvent(QMouseEvent* e);
 
   88       bool mouseReleaseEvent(QMouseEvent* e);
 
  102       void storeUndoCommand();
 
  104       void pickFeature(
const QPointF& pos);
 
  122 #endif  // __TERRALIB_EDIT_QT_INTERNAL_AGGREGATEAREATOOL_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. 
 
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
MouseEventEdition
Defines which mouse event will be used in the tool to complete an operation.