This class implements a concrete tool to define a boundary rectangle. More...
#include <ExtentAcquire.h>
  
 Public Member Functions | |
| virtual void | setCursor (const QCursor &cursor) | 
| It sets the tool cursor.  More... | |
Initializer Methods  | |
Methods related to instantiation and destruction.  | |
| ExtentAcquire (MapDisplay *display, const QCursor &cursor, QObject *parent=0) | |
| It constructs a extent acquire tool associated with the given map display and with the specified cursor.  More... | |
| ~ExtentAcquire () | |
| 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... | |
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... | |
| virtual 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... | |
Protected Attributes | |
| QBrush | m_brush | 
| The brush used to draw the rubber band shape.  More... | |
| QCursor | m_cursor | 
| The default tool cursor.  More... | |
| MapDisplay * | m_display | 
| The map display associated with the tool.  More... | |
| QPoint | m_origin | 
| Origin point on mouse pressed.  More... | |
| QPen | m_pen | 
| The pen used to draw the rubber band shape.  More... | |
| QRectF | m_rect | 
| The boundary rectangle managed by the rubber band.  More... | |
Private Attributes | |
| bool | m_started | 
| Flag that indicates if operation was started.  More... | |
Copy Constructor and Assignment Operator | |
| ExtentAcquire (const ExtentAcquire &rhs) | |
| Copy constructor not allowed.  More... | |
| ExtentAcquire & | operator= (const ExtentAcquire &rhs) | 
| Assignment operator not allowed.  More... | |
| void | extentAcquired (te::gm::Envelope env) | 
This class implements a concrete tool to define a boundary rectangle.
Definition at line 50 of file ExtentAcquire.h.
| te::qt::widgets::ExtentAcquire::ExtentAcquire | ( | MapDisplay * | display, | 
| const QCursor & | cursor, | ||
| QObject * | parent = 0  | 
        ||
| ) | 
It constructs a extent acquire tool associated with the given map display and with the specified cursor.
| display | The map display associated with the tool. | 
| cursor | The tool cursor. | 
| parent | The tool's parent. | 
Definition at line 34 of file ExtentAcquire.cpp.
References te::qt::widgets::AbstractTool::setCursor().
| te::qt::widgets::ExtentAcquire::~ExtentAcquire | ( | ) | 
Destructor.
Definition at line 41 of file ExtentAcquire.cpp.
      
  | 
  private | 
Copy constructor not allowed.
| rhs | The right-hand-side copy that would be used to copy from. | 
      
  | 
  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().
      
  | 
  signal | 
This signal is emitted when a envelope was acquired.
      
  | 
  virtualinherited | 
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 in te::edit::VertexTool, te::qt::widgets::Measure, te::edit::CreateLineTool, te::edit::CreatePolygonTool, te::edit::MoveGeometryTool, and te::qt::widgets::PolygonAcquire.
Definition at line 93 of file AbstractTool.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::RubberBand.
Definition at line 56 of file ExtentAcquire.cpp.
References te::qt::widgets::RubberBand::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::RubberBand.
Definition at line 45 of file ExtentAcquire.cpp.
References te::qt::widgets::RubberBand::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::RubberBand.
Definition at line 64 of file ExtentAcquire.cpp.
References te::qt::widgets::RubberBand::mouseReleaseEvent().
      
  | 
  private | 
Assignment operator not allowed.
| rhs | The right-hand-side copy that would be used to copy from. | 
      
  | 
  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(), 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().
      
  | 
  protectedinherited | 
The brush used to draw the rubber band shape.
Definition at line 95 of file RubberBand.h.
Referenced by te::qt::widgets::RubberBand::RubberBand(), and te::qt::widgets::Selection::Selection().
      
  | 
  protectedinherited | 
The default tool cursor.
Definition at line 161 of file AbstractTool.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(), te::edit::MoveGeometryTool::MoveGeometryTool(), te::qt::widgets::PolygonAcquire::PolygonAcquire(), te::edit::VertexTool::VertexTool(), and te::qt::widgets::ZoomKeyboard::ZoomKeyboard().
      
  | 
  protectedinherited | 
Origin point on mouse pressed.
Definition at line 92 of file RubberBand.h.
      
  | 
  protectedinherited | 
The pen used to draw the rubber band shape.
Definition at line 94 of file RubberBand.h.
Referenced by te::qt::widgets::RubberBand::RubberBand(), and te::qt::widgets::Selection::Selection().
      
  | 
  protectedinherited | 
The boundary rectangle managed by the rubber band.
Definition at line 93 of file RubberBand.h.
      
  | 
  private | 
Flag that indicates if operation was started.
Definition at line 123 of file ExtentAcquire.h.