This class implements a concrete tool for vertex operations (move, add, etc.). More...
#include <VertexTool.h>
Public Types | |
| enum | StageType { FEATURE_SELECTION, VERTEX_SEARCH, VERTEX_FOUND, VERTEX_MOVING, VERTEX_READY_TO_ADD } |
| Defines the operation stage to this tool. More... | |
Signals | |
| void | geometriesEdited () |
| void | geometriesStarted () |
| void | toolDeleted () |
Public Member Functions | |
| void | disableMouseEvent (QMouseEvent::Type mEvent) |
| std::string | getLayerId () |
| bool | isInUse () const |
| void | resetVisualizationTool () |
| void | setInUse (const bool &status) |
| void | setLayer (te::map::AbstractLayer *layer) |
Initializer Methods | |
Methods related to instantiation and destruction. | |
| VertexTool (te::qt::widgets::MapDisplay *display, const te::map::AbstractLayerPtr &layer, bool fixGeometry=false, QObject *parent=0) | |
| It constructs a vertex tool associated with the given map display. More... | |
| ~VertexTool () | |
| Destructor. More... | |
AbstractTool Methods | |
Methods related with tool behavior. | |
| bool | mousePressEvent (QMouseEvent *e) |
| This event handler can be reimplemented in a concrete tool class to receive mouse press events for the watched object. More... | |
| bool | mouseMoveEvent (QMouseEvent *e) |
| This event handler can be reimplemented in a concrete tool class to receive mouse move events for the watched object. More... | |
| bool | mouseReleaseEvent (QMouseEvent *e) |
| This event handler can be reimplemented in a concrete tool class to receive mouse release events for the watched object. More... | |
| bool | mouseDoubleClickEvent (QMouseEvent *e) |
| This event handler can be reimplemented in a concrete tool class to receive mouse double click events for the watched object. More... | |
AbstractTool Methods | |
Methods related with tool behavior. | |
| virtual bool | keyPressEvent (QKeyEvent *e) |
| This event handler can be reimplemented in a concrete tool class to receive key press events for the watched object. More... | |
Protected Member Functions | |
| te::gm::Envelope | buildEnvelope (const QPointF &pos) |
| void | pickFeature (const te::map::AbstractLayerPtr &layer, const te::gm::Envelope &env) |
| void | setCursor (const QCursor &cursor) |
| It sets the tool cursor. More... | |
| void | setStage (StageType stage) |
| void | updateCursor () |
| void | updateRTree () |
Protected Attributes | |
| QCursor | m_curCursor |
| The current mapdisplay cursor. More... | |
| StageType | m_currentStage |
| VertexIndex | m_currentVertexIndex |
| QCursor | m_cursor |
| The default tool cursor. More... | |
| MapDisplay * | m_display |
| The map display associated with the tool. More... | |
| Feature * | m_feature |
| bool | m_fixGeometry |
| bool | m_isEdited |
| bool | m_isInUse |
| te::map::AbstractLayer * | m_layer |
| std::vector< te::gm::LineString * > | m_lines |
| QMouseEvent::Type | m_mEvent |
| te::sam::rtree::Index< VertexIndex, 8 > | m_rtree |
| UndoStackManager & | m_stack |
Private Slots | |
| void | onCommandFeedback () |
| void | onExtentChanged () |
Private Member Functions | |
| void | draw (te::gm::Point *virtualVertex=0) |
| void | pickFeature (const te::map::AbstractLayerPtr &layer, const QPointF &pos) |
| void | reset () |
| void | storeFeature () |
| void | storeUndoCommand () |
This class implements a concrete tool for vertex operations (move, add, etc.).
Definition at line 74 of file VertexTool.h.
Defines the operation stage to this tool.
| Enumerator | |
|---|---|
| FEATURE_SELECTION |
Selection of feature. |
| VERTEX_SEARCH |
Search of vertex. |
| VERTEX_FOUND |
Vertex found. |
| VERTEX_MOVING |
Vertex movement. |
| VERTEX_READY_TO_ADD |
Vertex add. |
Definition at line 85 of file VertexTool.h.
| te::edit::VertexTool::VertexTool | ( | te::qt::widgets::MapDisplay * | display, |
| const te::map::AbstractLayerPtr & | layer, | ||
| bool | fixGeometry = false, |
||
| QObject * | parent = 0 |
||
| ) |
It constructs a vertex tool associated with the given map display.
| display | The map display associated with the tool. |
| parent | The tool's parent. |
Definition at line 55 of file VertexTool.cpp.
References draw(), m_currentVertexIndex, te::edit::VertexIndex::makeInvalid(), updateCursor(), and ~VertexTool().
|
default |
Destructor.
Referenced by VertexTool().
|
protected |
Definition at line 370 of file VertexTool.cpp.
References te::qt::widgets::AbstractTool::m_display, and te::qt::widgets::MapDisplay::transform().
Referenced by mouseDoubleClickEvent(), mouseMoveEvent(), te::mnt::ProfileTools::mouseReleaseEvent(), and pickFeature().
|
inherited |
Definition at line 82 of file GeometriesUpdateTool.cpp.
References te::edit::GeometriesUpdateTool::m_mEvent.
|
private |
Definition at line 307 of file VertexTool.cpp.
References te::edit::Renderer::begin(), te::edit::Renderer::draw(), te::edit::Renderer::drawRepository(), te::edit::Renderer::drawVertexes(), te::edit::Renderer::end(), te::qt::widgets::MapDisplay::getDraftPixmap(), te::map::MapDisplay::getExtent(), te::edit::Feature::getGeometry(), te::edit::Feature::getId(), te::map::AbstractLayer::getId(), te::common::Singleton< T >::getInstance(), te::common::Singleton< RepositoryManager >::getInstance(), te::gm::LineString::getPointN(), te::map::MapDisplay::getSRID(), te::edit::VertexIndex::isValid(), te::gm::Envelope::isValid(), line, m_currentVertexIndex, te::qt::widgets::AbstractTool::m_display, te::edit::GeometriesUpdateTool::m_feature, te::edit::GeometriesUpdateTool::m_layer, te::edit::VertexIndex::m_line, m_lines, te::edit::VertexIndex::m_pos, and te::edit::Renderer::setPointStyle().
Referenced by mouseDoubleClickEvent(), mouseMoveEvent(), mousePressEvent(), onExtentChanged(), pickFeature(), and VertexTool().
|
signalinherited |
Referenced by te::edit::MergeGeometriesTool::editingFinished(), te::edit::SubtractAreaTool::editingFinished(), te::edit::AggregateAreaTool::editingFinished(), te::edit::SplitPolygonTool::editingFinished(), te::edit::CreatePolygonTool::editingFinished(), te::edit::CreatePointTool::mouseDoubleClickEvent(), te::edit::CreateLineTool::mouseDoubleClickEvent(), te::mnt::ProfileTools::mouseReleaseEvent(), te::edit::DeleteGeometryByAreaTool::mouseReleaseEvent(), te::edit::MoveGeometryTool::mouseReleaseEvent(), te::edit::DeleteGeometryTool::storeFeature(), te::edit::DeletePartTool::storeFeature(), and storeFeature().
|
signalinherited |
Referenced by te::edit::CreatePolygonTool::mousePressEvent().
|
inherited |
Definition at line 54 of file GeometriesUpdateTool.cpp.
References te::map::AbstractLayer::getId(), and te::edit::GeometriesUpdateTool::m_layer.
|
inherited |
Definition at line 59 of file GeometriesUpdateTool.cpp.
References te::edit::GeometriesUpdateTool::m_isInUse.
Referenced by te::qt::plugins::edit::ToolBar::~ToolBar().
|
virtualinherited |
This event handler can be reimplemented in a concrete tool class to receive key press events for the watched object.
| e | The key event. |
Reimplemented in te::qt::widgets::Measure.
Definition at line 101 of file AbstractTool.cpp.
Referenced by te::qt::widgets::AbstractTool::eventFilter().
|
virtual |
This event handler can be reimplemented in a concrete tool class to receive mouse double click events for the watched object.
| e | The mouse event. |
Reimplemented from te::qt::widgets::AbstractTool.
Reimplemented in te::mnt::ProfileTools.
Definition at line 226 of file VertexTool.cpp.
References te::edit::AddVertex(), buildEnvelope(), draw(), te::edit::GetPosition(), te::map::MapDisplay::getSRID(), m_currentStage, m_currentVertexIndex, te::qt::widgets::AbstractTool::m_display, m_isEdited, m_lines, te::edit::VertexIndex::makeInvalid(), setStage(), te::qt::widgets::MapDisplay::transform(), updateRTree(), VERTEX_READY_TO_ADD, and VERTEX_SEARCH.
Referenced by te::mnt::ProfileTools::mouseDoubleClickEvent().
|
virtual |
This event handler can be reimplemented in a concrete tool class to receive mouse move events for the watched object.
| e | The mouse event. |
Reimplemented from te::qt::widgets::AbstractTool.
Reimplemented in te::mnt::ProfileTools.
Definition at line 120 of file VertexTool.cpp.
References buildEnvelope(), te::gm::Geometry::contains(), draw(), te::gm::Envelope::getCenter(), te::edit::Feature::getGeometry(), te::gm::GetGeomFromEnvelope(), te::edit::GetPosition(), te::map::MapDisplay::getSRID(), te::gm::Geometry::intersects(), m_currentStage, m_currentVertexIndex, te::qt::widgets::AbstractTool::m_display, te::edit::GeometriesUpdateTool::m_feature, m_lines, m_rtree, te::edit::VertexIndex::makeInvalid(), te::edit::MoveVertex(), setStage(), te::qt::widgets::MapDisplay::transform(), VERTEX_FOUND, VERTEX_MOVING, VERTEX_READY_TO_ADD, VERTEX_SEARCH, te::gm::Coord2D::x, and te::gm::Coord2D::y.
Referenced by te::mnt::ProfileTools::mouseMoveEvent().
|
virtual |
This event handler can be reimplemented in a concrete tool class to receive mouse press events for the watched object.
| e | The mouse event. |
Reimplemented from te::qt::widgets::AbstractTool.
Reimplemented in te::mnt::ProfileTools.
Definition at line 71 of file VertexTool.cpp.
References draw(), FEATURE_SELECTION, m_currentStage, m_currentVertexIndex, m_isEdited, m_lines, te::edit::VertexIndex::makeInvalid(), te::edit::RemoveVertex(), setStage(), updateRTree(), VERTEX_FOUND, VERTEX_MOVING, VERTEX_READY_TO_ADD, and VERTEX_SEARCH.
Referenced by te::mnt::ProfileTools::mousePressEvent().
|
virtual |
This event handler can be reimplemented in a concrete tool class to receive mouse release events for the watched object.
| e | The mouse event. |
Reimplemented from te::qt::widgets::AbstractTool.
Reimplemented in te::mnt::ProfileTools.
Definition at line 187 of file VertexTool.cpp.
References FEATURE_SELECTION, te::edit::Feature::getGeometry(), te::edit::GetLines(), te::edit::GetPosition(), te::gm::Geometry::isValid(), m_currentStage, te::edit::GeometriesUpdateTool::m_feature, m_fixGeometry, te::edit::GeometriesUpdateTool::m_layer, m_lines, pickFeature(), te::edit::Feature::setGeometry(), setStage(), storeFeature(), storeUndoCommand(), updateRTree(), te::gm::Validate(), VERTEX_MOVING, and VERTEX_SEARCH.
Referenced by te::mnt::ProfileTools::mouseReleaseEvent().
|
privateslot |
Definition at line 462 of file VertexTool.cpp.
References te::edit::UndoStackManager::getAddWatches(), te::edit::Feature::getGeometry(), te::edit::GetLines(), te::edit::UndoStackManager::m_currentIndex, te::edit::GeometriesUpdateTool::m_feature, m_lines, m_stack, and updateRTree().
Referenced by storeUndoCommand().
|
privateslot |
Definition at line 365 of file VertexTool.cpp.
References draw().
|
private |
Definition at line 272 of file VertexTool.cpp.
References buildEnvelope().
Referenced by mouseReleaseEvent(), and te::mnt::ProfileTools::ProfileTools().
|
protected |
Definition at line 278 of file VertexTool.cpp.
References draw(), te::edit::Feature::getGeometry(), te::edit::GetLines(), te::map::MapDisplay::getSRID(), te::gm::Geometry::getSRID(), te::qt::widgets::AbstractTool::m_display, te::edit::GeometriesUpdateTool::m_feature, m_lines, te::edit::PickFeature(), reset(), te::gm::Geometry::transform(), and updateRTree().
|
private |
Definition at line 257 of file VertexTool.cpp.
References FEATURE_SELECTION, m_currentVertexIndex, te::edit::GeometriesUpdateTool::m_feature, m_isEdited, m_lines, m_rtree, te::edit::VertexIndex::makeInvalid(), and setStage().
Referenced by pickFeature().
|
virtual |
Reimplemented from te::edit::GeometriesUpdateTool.
Definition at line 481 of file VertexTool.cpp.
References FEATURE_SELECTION, m_currentVertexIndex, te::edit::GeometriesUpdateTool::m_feature, m_lines, m_rtree, te::edit::VertexIndex::makeInvalid(), and setStage().
|
protectedvirtualinherited |
It sets the tool cursor.
| cursor | The cursor that will be used during the tool operation. |
Reimplemented from te::qt::widgets::AbstractTool.
Definition at line 87 of file GeometriesUpdateTool.cpp.
References te::qt::widgets::AbstractTool::m_curCursor, te::qt::widgets::AbstractTool::m_cursor, and te::qt::widgets::AbstractTool::m_display.
Referenced by te::edit::AggregateAreaTool::AggregateAreaTool(), te::edit::CreateLineTool::CreateLineTool(), te::edit::CreatePointTool::CreatePointTool(), te::edit::CreatePolygonTool::CreatePolygonTool(), te::edit::SubtractAreaTool::editingFinished(), te::edit::AggregateAreaTool::editingFinished(), te::edit::MergeGeometriesTool::MergeGeometriesTool(), te::edit::SubtractAreaTool::pickFeature(), te::edit::AggregateAreaTool::pickFeature(), te::edit::RotateGeometryTool::RotateGeometryTool(), te::edit::SplitPolygonTool::splitPolygon(), te::edit::SplitPolygonTool::SplitPolygonTool(), te::edit::SubtractAreaTool::SubtractAreaTool(), te::edit::EditInfoTool::updateCursor(), te::edit::DeleteGeometryTool::updateCursor(), te::edit::DeletePartTool::updateCursor(), te::edit::MoveGeometryTool::updateCursor(), te::edit::DeleteGeometryByAreaTool::updateCursor(), and updateCursor().
|
inherited |
Definition at line 64 of file GeometriesUpdateTool.cpp.
References te::edit::GeometriesUpdateTool::m_isInUse.
Referenced by te::qt::plugins::edit::ToolBar::enableCurrentTool().
|
inherited |
Definition at line 49 of file GeometriesUpdateTool.cpp.
References te::edit::GeometriesUpdateTool::m_layer.
Referenced by te::qt::plugins::edit::ToolBar::updateLayer().
|
protected |
Definition at line 407 of file VertexTool.cpp.
References m_currentStage, and updateCursor().
Referenced by te::mnt::ProfileTools::mouseDoubleClickEvent(), mouseDoubleClickEvent(), mouseMoveEvent(), mousePressEvent(), te::mnt::ProfileTools::mouseReleaseEvent(), mouseReleaseEvent(), reset(), resetVisualizationTool(), and te::mnt::ProfileTools::setType().
|
private |
Definition at line 435 of file VertexTool.cpp.
References te::edit::Feature::clone(), te::edit::GeometriesUpdateTool::geometriesEdited(), te::map::AbstractLayer::getId(), te::common::Singleton< RepositoryManager >::getInstance(), te::edit::GeometriesUpdateTool::m_feature, and te::edit::GeometriesUpdateTool::m_layer.
Referenced by mouseReleaseEvent().
|
private |
Definition at line 445 of file VertexTool.cpp.
References te::edit::UndoStackManager::addUndoStack(), te::edit::UndoStackManager::addWatch(), te::edit::Feature::clone(), te::edit::Feature::getId(), te::qt::widgets::AbstractTool::m_display, te::edit::GeometriesUpdateTool::m_feature, m_isEdited, te::edit::GeometriesUpdateTool::m_layer, m_stack, and onCommandFeedback().
Referenced by mouseReleaseEvent().
|
signalinherited |
Referenced by te::edit::GeometriesUpdateTool::~GeometriesUpdateTool().
|
protected |
Definition at line 413 of file VertexTool.cpp.
References FEATURE_SELECTION, m_currentStage, te::edit::GeometriesUpdateTool::setCursor(), VERTEX_FOUND, VERTEX_MOVING, and VERTEX_SEARCH.
Referenced by setStage(), and VertexTool().
|
protected |
Definition at line 387 of file VertexTool.cpp.
References te::gm::LineString::getNPoints(), te::gm::LineString::getX(), te::gm::LineString::getY(), line, m_lines, m_rtree, and te::edit::VertexIndex::setIndex().
Referenced by mouseDoubleClickEvent(), mousePressEvent(), te::mnt::ProfileTools::mouseReleaseEvent(), mouseReleaseEvent(), onCommandFeedback(), pickFeature(), and te::mnt::ProfileTools::setLines().
|
protectedinherited |
The current mapdisplay cursor.
Definition at line 173 of file AbstractTool.h.
Referenced by te::edit::GeometriesUpdateTool::setCursor(), te::qt::widgets::AbstractTool::setCursor(), and te::qt::widgets::AbstractTool::~AbstractTool().
|
protected |
Definition at line 154 of file VertexTool.h.
Referenced by mouseDoubleClickEvent(), mouseMoveEvent(), mousePressEvent(), te::mnt::ProfileTools::mouseReleaseEvent(), mouseReleaseEvent(), setStage(), and updateCursor().
|
protected |
Definition at line 152 of file VertexTool.h.
Referenced by draw(), mouseDoubleClickEvent(), mouseMoveEvent(), mousePressEvent(), reset(), resetVisualizationTool(), and VertexTool().
|
protectedinherited |
The default tool cursor.
Definition at line 172 of file AbstractTool.h.
Referenced by te::qt::widgets::AbstractTool::eventFilter(), te::qt::widgets::Pan::mouseReleaseEvent(), te::edit::GeometriesUpdateTool::setCursor(), and te::qt::widgets::AbstractTool::setCursor().
|
protectedinherited |
The map display associated with the tool.
Definition at line 171 of file AbstractTool.h.
Referenced by te::qt::widgets::AbstractTool::AbstractTool(), te::qt::widgets::Zoom::applyZoom(), te::edit::MergeGeometriesTool::buildEnvelope(), te::edit::EditInfoTool::buildEnvelope(), te::qt::widgets::PointMove::buildEnvelope(), te::edit::SubtractAreaTool::buildEnvelope(), te::edit::RotateGeometryTool::buildEnvelope(), te::edit::DeleteGeometryTool::buildEnvelope(), te::edit::DeletePartTool::buildEnvelope(), te::edit::AggregateAreaTool::buildEnvelope(), te::edit::MoveGeometryTool::buildEnvelope(), te::edit::DeleteGeometryByAreaTool::buildEnvelope(), buildEnvelope(), te::edit::CreateLineTool::buildLine(), te::edit::CreatePointTool::buildPoint(), te::edit::SubtractAreaTool::buildPolygon(), te::edit::AggregateAreaTool::buildPolygon(), te::edit::DeleteGeometryByAreaTool::buildPolygon(), te::edit::CreatePolygonTool::buildPolygon(), te::qt::widgets::PolygonAcquire::clear(), te::qt::widgets::Measure::clear(), te::qt::widgets::CoordTracking::CoordTracking(), te::edit::CreateLineTool::CreateLineTool(), te::edit::CreatePolygonTool::CreatePolygonTool(), te::edit::MergeGeometriesTool::draw(), te::edit::EditInfoTool::draw(), te::edit::SubtractAreaTool::draw(), te::qt::widgets::PointMove::draw(), te::edit::AggregateAreaTool::draw(), te::edit::RotateGeometryTool::draw(), te::edit::CreatePointTool::draw(), te::edit::DeleteGeometryByAreaTool::draw(), te::edit::CreateLineTool::draw(), te::edit::CreatePolygonTool::draw(), te::edit::MoveGeometryTool::draw(), te::edit::SplitPolygonTool::draw(), draw(), te::qt::widgets::PanExtent::drawCurrentExtent(), SelectionTool::drawGeometries(), te::qt::widgets::PolygonAcquire::drawGeometry(), te::qt::widgets::Measure::drawGeometry(), te::edit::MergeGeometriesTool::editingFinished(), te::edit::SubtractAreaTool::editingFinished(), te::edit::AggregateAreaTool::editingFinished(), te::qt::widgets::ZoomKeyboard::eventFilter(), te::qt::widgets::ZoomWheel::eventFilter(), te::qt::widgets::AbstractTool::eventFilter(), te::qt::widgets::Selection::executeSelection(), te::edit::DeleteGeometryByAreaTool::executeSelection(), te::edit::MergeGeometriesTool::getBaseOID(), te::edit::MergeGeometriesTool::getRefEnvelope(), te::qt::widgets::Measure::Measure(), te::edit::SubtractAreaTool::mouseDoubleClickEvent(), te::edit::AggregateAreaTool::mouseDoubleClickEvent(), te::qt::widgets::PolygonAcquire::mouseDoubleClickEvent(), te::edit::CreatePolygonTool::mouseDoubleClickEvent(), mouseDoubleClickEvent(), te::qt::plugins::mnt::ShowValuesTool::mouseMoveEvent(), te::qt::widgets::PanMiddleClick::mouseMoveEvent(), te::qt::widgets::ZoomClick::mouseMoveEvent(), te::qt::widgets::Pan::mouseMoveEvent(), te::qt::widgets::CoordTracking::mouseMoveEvent(), te::qt::widgets::PointPicker::mouseMoveEvent(), te::qt::widgets::RubberBand::mouseMoveEvent(), te::qt::widgets::PointMove::mouseMoveEvent(), te::qt::widgets::Zoom::mouseMoveEvent(), te::qt::widgets::PanExtent::mouseMoveEvent(), te::qt::widgets::PolygonAcquire::mouseMoveEvent(), te::edit::CreateLineTool::mouseMoveEvent(), te::edit::CreatePolygonTool::mouseMoveEvent(), te::edit::DeleteGeometryByAreaTool::mouseMoveEvent(), te::edit::MoveGeometryTool::mouseMoveEvent(), te::qt::widgets::Measure::mouseMoveEvent(), mouseMoveEvent(), te::edit::EditInfoTool::mousePressEvent(), te::qt::widgets::ZoomLeftAndRightClick::mousePressEvent(), te::qt::widgets::PanMiddleClick::mousePressEvent(), te::qt::widgets::Pan::mousePressEvent(), te::qt::widgets::ZoomClick::mousePressEvent(), te::qt::widgets::PointPicker::mousePressEvent(), te::qt::widgets::PanExtent::mousePressEvent(), te::qt::widgets::PolygonAcquire::mousePressEvent(), te::edit::CreateLineTool::mousePressEvent(), te::edit::CreatePointTool::mousePressEvent(), te::edit::DeleteGeometryTool::mousePressEvent(), te::edit::DeletePartTool::mousePressEvent(), te::edit::DeleteGeometryByAreaTool::mousePressEvent(), te::edit::CreatePolygonTool::mousePressEvent(), te::edit::MoveGeometryTool::mousePressEvent(), te::qt::widgets::Measure::mousePressEvent(), te::qt::widgets::ReadPixelTool::mouseReleaseEvent(), SelectionTool::mouseReleaseEvent(), ReadPixelTool::mouseReleaseEvent(), te::mnt::ProfileTools::mouseReleaseEvent(), te::edit::SubtractAreaTool::mouseReleaseEvent(), te::qt::widgets::PanMiddleClick::mouseReleaseEvent(), te::qt::widgets::ZoomArea::mouseReleaseEvent(), te::qt::widgets::Pan::mouseReleaseEvent(), te::qt::widgets::ZoomClick::mouseReleaseEvent(), te::qt::widgets::RubberBand::mouseReleaseEvent(), te::qt::widgets::PointPicker::mouseReleaseEvent(), te::qt::widgets::PointMove::mouseReleaseEvent(), te::qt::widgets::ExtentAcquire::mouseReleaseEvent(), te::qt::widgets::Zoom::mouseReleaseEvent(), te::edit::AggregateAreaTool::mouseReleaseEvent(), te::edit::CreatePolygonTool::mouseReleaseEvent(), te::qt::widgets::Selection::mouseReleaseEvent(), te::qt::widgets::Info::mouseReleaseEvent(), te::qt::widgets::Measure::onExtentChanged(), te::edit::MergeGeometriesTool::pickFeature(), te::edit::EditInfoTool::pickFeature(), te::edit::SubtractAreaTool::pickFeature(), te::edit::RotateGeometryTool::pickFeature(), te::edit::AggregateAreaTool::pickFeature(), te::edit::MoveGeometryTool::pickFeature(), pickFeature(), te::edit::SplitPolygonTool::pickFeatures(), te::qt::widgets::PolygonAcquire::PolygonAcquire(), SelectionTool::SelectionTool(), te::edit::GeometriesUpdateTool::setCursor(), te::qt::widgets::AbstractTool::setCursor(), te::edit::SplitPolygonTool::splitPolygon(), te::edit::SubtractAreaTool::storeUndoCommand(), te::edit::AggregateAreaTool::storeUndoCommand(), te::edit::MoveGeometryTool::storeUndoCommand(), te::edit::CreatePolygonTool::storeUndoCommand(), storeUndoCommand(), te::qt::widgets::ZoomKeyboard::ZoomKeyboard(), te::qt::widgets::AbstractTool::~AbstractTool(), te::qt::widgets::Info::~Info(), te::qt::widgets::Measure::~Measure(), te::qt::widgets::PolygonAcquire::~PolygonAcquire(), and SelectionTool::~SelectionTool().
|
protectedinherited |
Definition at line 102 of file GeometriesUpdateTool.h.
Referenced by te::edit::SubtractAreaTool::buildPolygon(), te::edit::AggregateAreaTool::buildPolygon(), te::edit::SubtractAreaTool::clear(), te::edit::AggregateAreaTool::clear(), te::edit::CreatePolygonTool::clear(), te::edit::CreateLineTool::clear(), te::edit::MergeGeometriesTool::draw(), te::edit::EditInfoTool::draw(), te::edit::RotateGeometryTool::draw(), draw(), te::edit::SubtractAreaTool::drawPolygon(), te::edit::AggregateAreaTool::drawPolygon(), te::edit::MergeGeometriesTool::editingFinished(), te::edit::SubtractAreaTool::editingFinished(), te::edit::AggregateAreaTool::editingFinished(), te::edit::CreatePolygonTool::editingFinished(), te::edit::DeleteGeometryByAreaTool::executeSelection(), te::edit::EditInfoTool::getInfo(), te::mnt::ProfileTools::mouseMoveEvent(), te::edit::RotateGeometryTool::mouseMoveEvent(), mouseMoveEvent(), te::edit::EditInfoTool::mousePressEvent(), te::edit::RotateGeometryTool::mousePressEvent(), te::edit::DeleteGeometryTool::mousePressEvent(), te::edit::DeletePartTool::mousePressEvent(), te::edit::MoveGeometryTool::mousePressEvent(), mouseReleaseEvent(), te::edit::CreatePolygonTool::onCommandFeedback(), onCommandFeedback(), te::edit::EditInfoTool::onOkPushButtonPressed(), te::edit::MergeGeometriesTool::pickFeature(), te::edit::EditInfoTool::pickFeature(), te::edit::SubtractAreaTool::pickFeature(), te::edit::RotateGeometryTool::pickFeature(), te::edit::AggregateAreaTool::pickFeature(), te::edit::MoveGeometryTool::pickFeature(), pickFeature(), te::edit::RotateGeometryTool::reset(), te::edit::MoveGeometryTool::reset(), reset(), te::edit::GeometriesUpdateTool::resetVisualizationTool(), te::edit::MoveGeometryTool::resetVisualizationTool(), resetVisualizationTool(), te::edit::MergeGeometriesTool::storeFeature(), te::edit::EditInfoTool::storeFeature(), te::edit::SubtractAreaTool::storeFeature(), te::edit::AggregateAreaTool::storeFeature(), te::edit::DeleteGeometryTool::storeFeature(), te::edit::RotateGeometryTool::storeFeature(), te::edit::DeletePartTool::storeFeature(), te::edit::CreatePointTool::storeFeature(), te::edit::CreateLineTool::storeFeature(), te::edit::DeleteGeometryByAreaTool::storeFeature(), te::edit::CreatePolygonTool::storeFeature(), storeFeature(), te::edit::SubtractAreaTool::storeUndoCommand(), te::edit::AggregateAreaTool::storeUndoCommand(), te::edit::CreatePolygonTool::storeUndoCommand(), and storeUndoCommand().
|
protected |
Definition at line 156 of file VertexTool.h.
Referenced by mouseReleaseEvent().
|
protected |
Definition at line 155 of file VertexTool.h.
Referenced by mouseDoubleClickEvent(), mousePressEvent(), reset(), and storeUndoCommand().
|
protectedinherited |
Definition at line 99 of file GeometriesUpdateTool.h.
Referenced by te::edit::GeometriesUpdateTool::isInUse(), and te::edit::GeometriesUpdateTool::setInUse().
|
protectedinherited |
Definition at line 103 of file GeometriesUpdateTool.h.
Referenced by te::edit::DeleteGeometryByAreaTool::buildPolygon(), te::edit::MergeGeometriesTool::draw(), te::edit::EditInfoTool::draw(), te::edit::SubtractAreaTool::draw(), te::edit::RotateGeometryTool::draw(), te::edit::CreatePointTool::draw(), te::edit::DeleteGeometryByAreaTool::draw(), te::edit::CreateLineTool::draw(), te::edit::CreatePolygonTool::draw(), te::edit::MoveGeometryTool::draw(), te::edit::SplitPolygonTool::draw(), draw(), te::edit::MergeGeometriesTool::editingFinished(), te::edit::SplitPolygonTool::editingFinished(), te::edit::DeleteGeometryByAreaTool::executeSelection(), te::edit::EditInfoTool::getInfo(), te::edit::GeometriesUpdateTool::getLayerId(), te::edit::MergeGeometriesTool::getRefEnvelope(), te::edit::EditInfoTool::mousePressEvent(), te::edit::DeleteGeometryTool::mousePressEvent(), te::edit::DeletePartTool::mousePressEvent(), te::edit::MoveGeometryTool::mousePressEvent(), te::mnt::ProfileTools::mouseReleaseEvent(), mouseReleaseEvent(), te::edit::CreatePolygonTool::onCommandFeedback(), te::edit::SubtractAreaTool::pickFeature(), te::edit::RotateGeometryTool::pickFeature(), te::edit::AggregateAreaTool::pickFeature(), te::edit::MoveGeometryTool::pickFeature(), te::edit::SplitPolygonTool::pickFeatures(), te::edit::SplitPolygonTool::resetVisualizationTool(), te::edit::GeometriesUpdateTool::setLayer(), te::edit::SplitPolygonTool::splitPolygon(), te::edit::MergeGeometriesTool::storeFeature(), te::edit::EditInfoTool::storeFeature(), te::edit::SubtractAreaTool::storeFeature(), te::edit::AggregateAreaTool::storeFeature(), te::edit::DeleteGeometryTool::storeFeature(), te::edit::RotateGeometryTool::storeFeature(), te::edit::DeletePartTool::storeFeature(), te::edit::CreatePointTool::storeFeature(), te::edit::CreateLineTool::storeFeature(), te::edit::MoveGeometryTool::storeFeature(), te::edit::DeleteGeometryByAreaTool::storeFeature(), te::edit::CreatePolygonTool::storeFeature(), storeFeature(), te::edit::SubtractAreaTool::storeUndoCommand(), te::edit::AggregateAreaTool::storeUndoCommand(), te::edit::MoveGeometryTool::storeUndoCommand(), te::edit::CreatePolygonTool::storeUndoCommand(), storeUndoCommand(), te::edit::MoveGeometryTool::updateCursor(), te::mnt::ProfileTools::updateRepository(), te::edit::MergeGeometriesTool::~MergeGeometriesTool(), and te::edit::SplitPolygonTool::~SplitPolygonTool().
|
protected |
Definition at line 151 of file VertexTool.h.
Referenced by draw(), mouseDoubleClickEvent(), mouseMoveEvent(), mousePressEvent(), te::mnt::ProfileTools::mouseReleaseEvent(), mouseReleaseEvent(), onCommandFeedback(), pickFeature(), reset(), resetVisualizationTool(), te::mnt::ProfileTools::setLines(), te::mnt::ProfileTools::updateRepository(), updateRTree(), and te::mnt::ProfileTools::~ProfileTools().
|
protectedinherited |
Definition at line 100 of file GeometriesUpdateTool.h.
Referenced by te::edit::GeometriesUpdateTool::disableMouseEvent(), and te::edit::GeometriesUpdateTool::eventFilter().
|
protected |
Definition at line 153 of file VertexTool.h.
Referenced by mouseMoveEvent(), reset(), resetVisualizationTool(), te::mnt::ProfileTools::setLines(), and updateRTree().
|
protected |
Definition at line 157 of file VertexTool.h.
Referenced by onCommandFeedback(), and storeUndoCommand().