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 |
| double te::qt::af::evt::CoordinateTracked::m_x |
The x coordinate value.
Definition at line 93 of file ToolEvents.h.
| double te::qt::af::evt::CoordinateTracked::m_y |
The y coordinate value.
Definition at line 94 of file ToolEvents.h.