te::qt::af::evt::CoordinateTracked Struct Reference

Signals a mouse moved over the current display. More...

#include <ToolEvents.h>

Inheritance diagram for te::qt::af::evt::CoordinateTracked:
te::qt::af::evt::Event

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...
 

Detailed Description

Signals a mouse moved over the current display.

Definition at line 78 of file ToolEvents.h.

Constructor & Destructor Documentation

te::qt::af::evt::CoordinateTracked::CoordinateTracked ( const double &  x,
const double &  y 
)
inline

Constructor.

Parameters
xThe x coordinate value.
yThe y coordinate value.

Definition at line 86 of file ToolEvents.h.

Member Data Documentation

int te::qt::af::evt::Event::m_id
inherited

Identifier.

Definition at line 70 of file Event.h.

Referenced by te::qt::af::evt::Event::Event().

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.


The documentation for this struct was generated from the following file: