26 #ifndef __TERRALIB_EDIT_QT_INTERNAL_GEOMETRIESUPDATETOOL_H    27 #define __TERRALIB_EDIT_QT_INTERNAL_GEOMETRIESUPDATETOOL_H    29 #include "../Config.h"    31 #include "../../../qt/widgets/tools/AbstractTool.h"    72       void setInUse(
const bool& status);
    74       virtual void resetVisualizationTool();
    76       virtual void storeUndoCommand();
    78       std::string getLayerId();
    82       void geometriesEdited();
    86       void endSelectCell(
const std::string&, 
const std::size_t&, std::size_t&);
    90       void onUndoFeedback();
    96       virtual void storeFeature();
   108 #endif //__TERRALIB_EDIT_QT_INTERNAL_GEOMETRIESUPDATETOOL_H #define TEEDITQTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This is the base class for layers. 
 
This class controls how a set of layers are displayed. 
 
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards.