1 #ifndef __TERRALIB_EDIT_QT_INTERNAL_EDITINFOTOOL_H 
    2 #define __TERRALIB_EDIT_QT_INTERNAL_EDITINFOTOOL_H 
    5 #include "../../../geometry/Envelope.h" 
    6 #include "../../../maptools/AbstractLayer.h" 
   10 #include "../Config.h" 
   14 #include <QTreeWidget> 
   15 #include <QTreeWidgetItem> 
   49       bool mousePressEvent(QMouseEvent* e);
 
   67       std::auto_ptr<te::dt::AbstractData> getValue(
int type, QString value) 
const;
 
   70       std::map<std::size_t, te::dt::AbstractData*> 
m_data;
 
   78       void onCancelPushButtonPressed();
 
   80       void onOkPushButtonPressed();
 
   82       void onAttributesTreeWidgetItemDoubleClicked(QTreeWidgetItem* item, 
int column);
 
   89 #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