26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_ZOOM_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_ZOOM_H 
   30 #include "../Config.h" 
   76           Zoom(
MapDisplay* display, 
const double& zoomFactor = 2.0, 
const ZoomType& type = In, QObject* parent = 0);
 
   88           void setZoomType(
const ZoomType& type);
 
   97           void applyZoom(
const QPointF& point = QPointF());
 
  109 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_ZOOM_H