Signals a mouse moved over the current display. More...
#include <ToolEvents.h>
  
 Public Member Functions | |
| CoordinateTracked (const double &x, const double &y) | |
| Constructor.  More... | |
Public Attributes | |
| int | m_id | 
| Identifier.  More... | |
| double | m_x | 
| The x coordinate value.  More... | |
| double | m_y | 
| The y coordinate value.  More... | |
Signals a mouse moved over the current display.
Definition at line 78 of file ToolEvents.h.
      
  | 
  inline | 
Constructor.
| x | The x coordinate value. | 
| y | The y coordinate value. | 
Definition at line 86 of file ToolEvents.h.
      
  | 
  inherited | 
Identifier.
Definition at line 70 of file Event.h.
Referenced by te::qt::af::evt::Event::Event(), te::qt::af::StyleExplorer::onApplicationTriggered(), te::qt::af::BaseApplication::onApplicationTriggered(), te::qt::af::LayerExplorer::onApplicationTriggered(), te::qt::af::LayoutEditor::onApplicationTriggered(), te::qt::af::DataSetTableDockWidget::onApplicationTriggered(), te::qt::af::ChartDisplayDockWidget::onApplicationTriggered(), and te::qt::af::MapDisplay::onApplicationTriggered().
| double te::qt::af::evt::CoordinateTracked::m_x | 
The x coordinate value.
Definition at line 93 of file ToolEvents.h.
Referenced by te::qt::af::BaseApplication::onApplicationTriggered().
| double te::qt::af::evt::CoordinateTracked::m_y | 
The y coordinate value.
Definition at line 94 of file ToolEvents.h.
Referenced by te::qt::af::BaseApplication::onApplicationTriggered().