26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_COORDTRACKING_H    27 #define __TERRALIB_QT_WIDGETS_INTERNAL_COORDTRACKING_H    30 #include "../Config.h"    81           void setDisplaySRID(
int srid);
    90           bool mouseMoveEvent(QMouseEvent* e);
    92           bool keyPressEvent(QKeyEvent* e);
    99           void coordTracked(QPointF& coordinate);
   102           void coordLLTracked(QPointF& coordinate, QPointF& llCoordinate);
   115 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_COORDTRACKING_H 
A Converter is responsible for the conversion of coordinates between different Coordinate Systems (CS...