The main toolbar of TerraLib Edit Qt plugin. More...
#include "../../../common/Exception.h"#include "../../../core/translator/Translator.h"#include "../../../dataaccess/dataset/ObjectId.h"#include "../../../dataaccess/dataset/ObjectIdSet.h"#include "../../../dataaccess/datasource/DataSourceInfoManager.h"#include "../../../dataaccess/datasource/DataSourceTransactor.h"#include "../../../dataaccess/utils/Utils.h"#include "../../../datatype/SimpleData.h"#include "../../../edit/Feature.h"#include "../../../edit/Repository.h"#include "../../../edit/RepositoryManager.h"#include "../../../edit/qt/core/UndoStackManager.h"#include "../../../edit/qt/tools/AggregateAreaTool.h"#include "../../../edit/qt/tools/CreateLineTool.h"#include "../../../edit/qt/tools/CreatePointTool.h"#include "../../../edit/qt/tools/CreatePolygonTool.h"#include "../../../edit/qt/tools/DeleteGeometryByAreaTool.h"#include "../../../edit/qt/tools/DeleteGeometryTool.h"#include "../../../edit/qt/tools/DeletePartTool.h"#include "../../../edit/qt/tools/EditInfoTool.h"#include "../../../edit/qt/tools/MergeGeometriesTool.h"#include "../../../edit/qt/tools/MoveGeometryTool.h"#include "../../../edit/qt/tools/RotateGeometryTool.h"#include "../../../edit/qt/tools/SplitPolygonTool.h"#include "../../../edit/qt/tools/SubtractAreaTool.h"#include "../../../edit/qt/tools/VertexTool.h"#include "../../../edit/qt/SnapOptionsDialog.h"#include "../../../edit/qt/Utils.h"#include "../../../geometry/GeometryProperty.h"#include "../../../maptools/DataSetLayer.h"#include "../../../memory/DataSet.h"#include "../../../memory/DataSetItem.h"#include "../../widgets/Utils.h"#include "../../widgets/canvas/MapDisplay.h"#include "../../widgets/canvas/MultiThreadMapDisplay.h"#include "../../widgets/layer/explorer/LayerItemView.h"#include "../../widgets/layer/utils/CreateLayerDialog.h"#include "../../af/ApplicationController.h"#include "../../af/events/ApplicationEvents.h"#include "../../af/events/LayerEvents.h"#include "../../af/events/MapEvents.h"#include "ToolBar.h"#include "Stasher.h"#include <QActionGroup>#include <QApplication>#include <QMessageBox>#include <QUndoCommand>#include <boost/ptr_container/ptr_vector.hpp>#include <algorithm>#include <cassert>#include <list>#include <memory>#include <vector>Go to the source code of this file.
The main toolbar of TerraLib Edit Qt plugin.
Definition in file ToolBar.cpp.