27 #include "../canvas/MapDisplay.h" 
   31 #include <QtGui/QMouseEvent> 
   45   QPointF p = e->posF();
 
   46   p = m_display->transform(p);
 
bool mouseReleaseEvent(QMouseEvent *e)
 
This class defines an interface for objects that can receive application events and respond to them...
 
PointPicker(MapDisplay *display, const QCursor &cursor, QObject *parent=0)
It constructs a coordinate tracking tool associated with the given map display. 
 
virtual void setCursor(const QCursor &cursor)
 
This class implements a concrete tool to geographic coordinate picker on mouse click operation...
 
~PointPicker()
Destructor. 
 
A widget to control the display of a set of layers.