This class implements a concrete tool to move geometries. More...
#include <MoveGeometryTool.h>
  
 Public Member Functions | |
| virtual void | setCursor (const QCursor &cursor) | 
| It sets the tool cursor.  More... | |
Initializer Methods  | |
Methods related to instantiation and destruction.  | |
| MoveGeometryTool (te::qt::widgets::MapDisplay *display, const te::map::AbstractLayerPtr &layer, QObject *parent=0) | |
| It constructs a move geometry tool associated with the given map display.  More... | |
| ~MoveGeometryTool () | |
| 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 | eventFilter (QObject *watched, QEvent *e) | 
| Filters events if this object has been installed as an event filter for the watched object.  More... | |
Protected Attributes | |
| QCursor | m_cursor | 
| The default tool cursor.  More... | |
| QPointF | m_delta | 
| Difference between pressed point and destination point on mouse move.  More... | |
| MapDisplay * | m_display | 
| The map display associated with the tool.  More... | |
| Feature * | m_feature | 
| te::map::AbstractLayerPtr | m_layer | 
| bool | m_moveStarted | 
| Flag that indicates if move operation was started.  More... | |
| QPointF | m_origin | 
| Origin point on mouse pressed.  More... | |
Private Slots | |
| void | onExtentChanged () | 
Private Member Functions | |
| te::gm::Envelope | buildEnvelope (const QPointF &pos) | 
| void | draw () | 
| void | pickFeature (const te::map::AbstractLayerPtr &layer, const QPointF &pos) | 
| void | reset () | 
| void | storeEditedFeature () | 
| void | updateCursor () | 
This class implements a concrete tool to move geometries.
Definition at line 59 of file MoveGeometryTool.h.
| te::edit::MoveGeometryTool::MoveGeometryTool | ( | te::qt::widgets::MapDisplay * | display, | 
| const te::map::AbstractLayerPtr & | layer, | ||
| QObject * | parent = 0  | 
        ||
| ) | 
It constructs a move geometry tool associated with the given map display.
| display | The map display associated with the tool. | 
| parent | The tool's parent. | 
Definition at line 47 of file MoveGeometryTool.cpp.
References draw(), te::qt::widgets::AbstractTool::m_display, onExtentChanged(), and updateCursor().
| te::edit::MoveGeometryTool::~MoveGeometryTool | ( | ) | 
Destructor.
Definition at line 61 of file MoveGeometryTool.cpp.
      
  | 
  private | 
Definition at line 146 of file MoveGeometryTool.cpp.
      
  | 
  private | 
Definition at line 163 of file MoveGeometryTool.cpp.
References te::edit::Renderer::begin(), te::edit::Renderer::draw(), te::edit::Renderer::drawRepository(), te::edit::Renderer::drawVertexes(), te::edit::Renderer::end(), te::common::Singleton< Renderer >::getInstance(), te::common::Singleton< RepositoryManager >::getInstance(), and te::gm::Envelope::isValid().
Referenced by MoveGeometryTool().
      
  | 
  virtualinherited | 
Filters events if this object has been installed as an event filter for the watched object.
| watched | The watched object. | 
| event | The last event sent to watched object. | 
Reimplemented in te::qt::widgets::ZoomKeyboard, and te::qt::widgets::ZoomWheel.
Definition at line 50 of file AbstractTool.cpp.
Referenced by te::qt::widgets::ZoomKeyboard::eventFilter(), and te::qt::widgets::ZoomWheel::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.
Definition at line 112 of file MoveGeometryTool.cpp.
      
  | 
  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.
Definition at line 83 of file MoveGeometryTool.cpp.
References te::edit::GetPosition(), and te::edit::MoveGeometry().
      
  | 
  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.
Definition at line 66 of file MoveGeometryTool.cpp.
References te::edit::GetPosition().
      
  | 
  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.
Definition at line 105 of file MoveGeometryTool.cpp.
      
  | 
  privateslot | 
Definition at line 203 of file MoveGeometryTool.cpp.
Referenced by MoveGeometryTool().
      
  | 
  private | 
Definition at line 128 of file MoveGeometryTool.cpp.
References te::edit::PickFeature().
      
  | 
  private | 
Definition at line 117 of file MoveGeometryTool.cpp.
      
  | 
  virtualinherited | 
It sets the tool cursor.
| cursor | The cursor that will be used during the tool operation. | 
Definition at line 98 of file AbstractTool.cpp.
Referenced by te::edit::CreateLineTool::CreateLineTool(), te::edit::CreatePolygonTool::CreatePolygonTool(), te::qt::widgets::ExtentAcquire::ExtentAcquire(), te::qt::widgets::Info::Info(), te::qt::widgets::Measure::Measure(), te::qt::widgets::Pan::Pan(), te::qt::widgets::PanExtent::PanExtent(), te::qt::widgets::PointPicker::PointPicker(), te::qt::widgets::Selection::Selection(), te::qt::widgets::ZoomArea::ZoomArea(), and te::qt::widgets::ZoomClick::ZoomClick().
      
  | 
  private | 
Definition at line 208 of file MoveGeometryTool.cpp.
References te::edit::RepositoryManager::addGeometry(), and te::common::Singleton< RepositoryManager >::getInstance().
      
  | 
  private | 
Definition at line 198 of file MoveGeometryTool.cpp.
Referenced by MoveGeometryTool().
      
  | 
  protectedinherited | 
The default tool cursor.
Definition at line 161 of file AbstractTool.h.
      
  | 
  protected | 
Difference between pressed point and destination point on mouse move.
Definition at line 124 of file MoveGeometryTool.h.
      
  | 
  protectedinherited | 
The map display associated with the tool.
Definition at line 160 of file AbstractTool.h.
Referenced by te::qt::widgets::AbstractTool::AbstractTool(), te::qt::widgets::CoordTracking::CoordTracking(), te::edit::CreateLineTool::CreateLineTool(), te::edit::CreatePolygonTool::CreatePolygonTool(), te::qt::widgets::Measure::Measure(), MoveGeometryTool(), te::qt::widgets::PolygonAcquire::PolygonAcquire(), te::edit::VertexTool::VertexTool(), and te::qt::widgets::ZoomKeyboard::ZoomKeyboard().
      
  | 
  protected | 
Definition at line 121 of file MoveGeometryTool.h.
      
  | 
  protected | 
Definition at line 120 of file MoveGeometryTool.h.
      
  | 
  protected | 
Flag that indicates if move operation was started.
Definition at line 122 of file MoveGeometryTool.h.
      
  | 
  protected | 
Origin point on mouse pressed.
Definition at line 123 of file MoveGeometryTool.h.