27 #include "../canvas/MapDisplay.h" 31 #include <QMouseEvent> 35 :
Zoom(display, zoomFactor, type, parent),
45 if(e->button() != Qt::LeftButton)
50 #if QT_VERSION >= 0x050000 74 if(e->button() != Qt::LeftButton)
This class implements a concrete tool to geographic zoom operation using the mouse click...