26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_ZOOMCLICK_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_ZOOMCLICK_H 
   30 #include "../Config.h" 
   69           ZoomClick(
MapDisplay* display, 
const QCursor& cursor, 
const double& zoomFactor = 2.0, 
const ZoomType& type = In, QObject* parent = 0);
 
   81           bool mousePressEvent(QMouseEvent* e);
 
   90 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_ZOOMCLICK_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This class implements a concrete tool to geographic zoom operation using the mouse click...
 
This is a utility class to geographic zoom operation. 
 
A widget to control the display of a set of layers. 
 
This is a utility class to geographic zoom operation. 
 
ZoomType
Defines the zoom type.