26 #ifndef __TERRALIB_MNT_INTERNAL_PROFILETOOLS_H    27 #define __TERRALIB_MNT_INTERNAL_PROFILETOOLS_H    30 #include "../core/Config.h"    31 #include "../../edit/qt/tools/VertexTool.h"    32 #include "../../edit/Utils.h"    33 #include "../../sam/rtree/Index.h"    36 #include <QMouseEvent>    62         void setType(EditType t);
    66         void setLines(std::vector<te::gm::LineString*> &l);
    68         std::vector<te::gm::LineString*> 
getLines() { 
return m_lines; }
    70         bool mousePressEvent(QMouseEvent* e);
    72         bool mouseMoveEvent(QMouseEvent* e);
    74         bool mouseReleaseEvent(QMouseEvent* e);
    76         bool mouseDoubleClickEvent(QMouseEvent* e);
    85 #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