26 #ifndef __TERRALIB_EDIT_QT_INTERNAL_DELETEGEOMETRYBYAREATOOL_H    27 #define __TERRALIB_EDIT_QT_INTERNAL_DELETEGEOMETRYBYAREATOOL_H    31 #include "../../../dataaccess/dataset/ObjectId.h"    32 #include "../../../geometry/Envelope.h"    33 #include "../../../geometry/Geometry.h"    34 #include "../../../geometry/Utils.h"    35 #include "../../../maptools/AbstractLayer.h"    36 #include "../../Utils.h"    38 #include "../Config.h"    96         bool mousePressEvent(QMouseEvent* e);
    98         bool mouseMoveEvent(QMouseEvent* e);
   100         bool mouseReleaseEvent(QMouseEvent* e);
   133 #endif  // __TERRALIB_EDIT_QT_INTERNAL_DELETEGEOMETRYBYAREATOOL_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. 
 
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