26 #ifndef __TERRALIB_LAYOUT_INTERNAL_VIEWZOOM_AREA_BAND_H 
   27 #define __TERRALIB_LAYOUT_INTERNAL_VIEWZOOM_AREA_BAND_H 
   77           bool mousePressEvent(QMouseEvent* e);
 
   79           bool mouseMoveEvent(QMouseEvent* e);
 
   81           bool mouseReleaseEvent(QMouseEvent* e);
 
  118 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_ZOOMAREA_H 
#define TELAYOUTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This class implements a concrete tool to geographic pan operation. 
 
bool m_zoomStarted
Flag that indicates if zoom area operation was started. 
 
Class representing the view. This view is child of QGraphicsView, part of Graphics View Framework...