1 #ifndef __TERRALIB_EDIT_QT_INTERNAL_EDITINFOTOOL_H     2 #define __TERRALIB_EDIT_QT_INTERNAL_EDITINFOTOOL_H     5 #include "../../../geometry/Envelope.h"     7 #include "../../../maptools/AbstractLayer.h"    12 #include "../Config.h"    16 #include <QTreeWidget>    17 #include <QTreeWidgetItem>    51       bool mousePressEvent(QMouseEvent* e);
    69       std::auto_ptr<te::dt::AbstractData> getValue(
int type, QString value) 
const;
    72       std::map<std::size_t, te::dt::AbstractData*> 
m_data;
    80       void onCancelPushButtonPressed();
    82       void onOkPushButtonPressed();
    84       void onAttributesTreeWidgetItemDoubleClicked(QTreeWidgetItem* item, 
int column);
    91 #endif  // __TERRALIB_EDIT_QT_INTERNAL_EDITINFOTOOL_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. 
 
A dataset is the unit of information manipulated by the data access module of TerraLib. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr