26 #ifndef __TERRALIB_EDIT_QT_INTERNAL_EDITINFOTOOL_H
27 #define __TERRALIB_EDIT_QT_INTERNAL_EDITINFOTOOL_H
30 #include "../../../geometry/Envelope.h"
32 #include "../../../maptools/AbstractLayer.h"
34 #include "../Config.h"
39 #include <QTreeWidget>
40 #include <QTreeWidgetItem>
90 std::unique_ptr<te::dt::AbstractData>
getValue(
int type, QString value)
const;
95 std::map<std::string, te::dt::AbstractData*>
m_data;
A dataset is the unit of information manipulated by the data access module of TerraLib.
An Envelope defines a 2D rectangular region.
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
#define TEEDITQTEXPORT
You can use this macro in order to export/import classes and functions from this module.