26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_COORDTRACKING_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_COORDTRACKING_H 
   30 #include "../Config.h" 
   83           bool mouseMoveEvent(QMouseEvent* e);
 
   90           void coordTracked(QPointF& coordinate);
 
   97 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_COORDTRACKING_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This class defines an interface for objects that can receive application events and respond to them...
 
A widget to control the display of a set of layers. 
 
This class implements a concrete tool to geographic coordinate tracking on mouse move operation...