27 #include "../canvas/MapDisplay.h" 31 #include <QMouseEvent> 43 if(e->button() != Qt::LeftButton)
54 #if QT_VERSION >= 0x050000 55 QPointF
p = e->localPos();
57 QPointF p = e->posF();
68 #if QT_VERSION >= 0x050000 69 QPointF
p = e->localPos();
71 QPointF p = e->posF();
This class implements a concrete tool to geographic coordinate picker on mouse click operation...