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);
53 void cancelEditionTool();
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