26 #ifndef __TERRALIB_MNT_INTERNAL_PROFILETOOLS_H    27 #define __TERRALIB_MNT_INTERNAL_PROFILETOOLS_H    31 #include "../../edit/qt/tools/VertexTool.h"    32 #include "../../edit/Utils.h"    33 #include "../../sam/rtree/Index.h"    35 #include "../core/Config.h"    38 #include <QMouseEvent>    65         void setType(EditType t);
    69         void setLines(std::vector<te::gm::LineString*> &l);
    71         std::vector<te::gm::LineString*> 
getLines() { 
return m_lines; }
    73         void updateRepository();
    75         bool mousePressEvent(QMouseEvent* e);
    77         bool mouseMoveEvent(QMouseEvent* e);
    79         bool mouseReleaseEvent(QMouseEvent* e);
    81         bool mouseDoubleClickEvent(QMouseEvent* e);
    90 #endif //__TERRALIB_MNT_INTERNAL_PROFILETOOLS_H 
#define TEMNTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This class implements a concrete tool for vertex operations (move, add, etc.). 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr