26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_ZOOMAREA_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_ZOOMAREA_H 
   30 #include "../Config.h" 
   80           bool mousePressEvent(QMouseEvent* e);
 
   82           bool mouseMoveEvent(QMouseEvent* e);
 
   84           bool mouseReleaseEvent(QMouseEvent* e);
 
  122 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_ZOOMAREA_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
bool m_zoomStarted
Flag that indicates if zoom area operation was started. 
 
This class implements a concrete tool to geographic zoom in operation using a boundary rectangle...
 
A widget to control the display of a set of layers. 
 
This is a utility class tool that provides a rectangle that can indicate a boundary. 
 
This class provides a rectangle that can indicate a boundary.