27 #include "../canvas/MapDisplay.h" 
   31 #include <QMouseEvent> 
   34   : 
Zoom(display, zoomFactor, type, parent)
 
   45   if(e->button() != Qt::LeftButton)
 
   48 #if QT_VERSION >= 0x050000 
   49   applyZoom(m_display->transform(e->localPos()));
 
   51   applyZoom(m_display->transform(e->posF()));
 
This class implements a concrete tool to geographic zoom operation using the mouse click...