26 #ifndef __TERRALIB_QT_AF_EVENTS_INTERNAL_TOOLSEVENTS_H 
   27 #define __TERRALIB_QT_AF_EVENTS_INTERNAL_TOOLSEVENTS_H 
  101 #endif //__TERRALIB_QT_AF_EVENTS_INTERNAL_TOOLSEVENTS_H 
double m_y
The y coordinate value. 
 
Enumerations for the TerraLib Application Framework. 
 
This class defines an interface for objects that can receive application events and respond to them...
 
double m_x
The x coordinate value. 
 
This event signals that the tool being used, on current map display, changed. 
 
ToolChanged(te::qt::widgets::AbstractTool *newTool, te::qt::widgets::AbstractTool *oldTool)
Constructor. 
 
te::qt::widgets::AbstractTool * m_newTool
The new tool to be used. 
 
CoordinateTracked(const double &x, const double &y)
Constructor. 
 
A base class for application events. 
 
te::qt::widgets::AbstractTool * m_oldTool
Previously tool being used. 
 
Signals a mouse moved over the current display.