27 #include "../canvas/MapDisplay.h" 32 #include <QWheelEvent> 35 :
Zoom(display, zoomFactor, In, parent)
36 , m_centralize(centralize)
51 QWheelEvent* wheelEvent =
static_cast<QWheelEvent*
>(e);
55 draft->fill(Qt::transparent);
This class implements a concrete tool to geographic zoom operation using the mouse wheel...