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>
74 bool mousePressEvent(QMouseEvent* e);
90 std::auto_ptr<te::dt::AbstractData> getValue(
int type, QString value)
const;
95 std::map<std::size_t, te::dt::AbstractData*>
m_data;
102 void onCancelPushButtonPressed();
104 void onOkPushButtonPressed();
106 void onAttributesTreeWidgetItemDoubleClicked(QTreeWidgetItem* item,
int column);
113 #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