26 #ifndef __TERRALIB_EDIT_QT_INTERNAL_ROTATEGEOMETRYTOOL_H    27 #define __TERRALIB_EDIT_QT_INTERNAL_ROTATEGEOMETRYTOOL_H    30 #include "../../../geometry/Envelope.h"    32 #include "../../../maptools/AbstractLayer.h"    34 #include "../Config.h"    88         bool mousePressEvent(QMouseEvent* e);
    90         bool mouseMoveEvent(QMouseEvent* e);
    92         bool mouseReleaseEvent(QMouseEvent* e);
    98         void pickFeature(
const QPointF& pos);
   117 #endif  // __TERRALIB_EDIT_QT_INTERNAL_ROTATEGEOMETRYTOOL_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