22 #include "../../../../geometry/Envelope.h" 
   25 #include "../../../core/pattern/singleton/Context.h" 
   28 #include <QtGui/QMouseEvent> 
   31   : 
ViewZoom(view, zoomFactor, type, parent)
 
   42   if(e->button() != Qt::LeftButton)
 
~ViewZoomClick()
Destructor. 
 
Class representing the view. This view is child of QGraphicsView, part of Graphics View Framework...
 
bool mousePressEvent(QMouseEvent *e)
This event handler can be reimplemented in a concrete tool class to receive mouse press events for th...
 
ViewZoomType
Defines the zoom type. 
 
ViewZoomClick(View *view, const QCursor &cursor, const double &zoomFactor=2.0, const ViewZoomType &type=TypeIn, QObject *parent=0)
It constructs a zoom click tool associated with the given map display.