26#ifndef __TERRALIB_QT_AF_EVENTS_INTERNAL_TOOLSEVENTS_H
27#define __TERRALIB_QT_AF_EVENTS_INTERNAL_TOOLSEVENTS_H
Namespace for the Qt Application Framework module of TerraLib.
Namespace for the Qt module of TerraLib.
Enumerations for the TerraLib Application Framework.
Default events used with application framework.
double m_x
The x coordinate value.
double m_y
The y coordinate value.
bool m_llCoord
Flag used to indicate if the event has the converted coord to LL.
CoordinateTracked(const double &x, const double &y)
Constructor.
double m_lly
The y coordinate in LL value.
double m_llx
The x coordinate in LL value.
Event(const int &id)
Constructor.