26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_RUBBERBAND_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_RUBBERBAND_H 
   30 #include "../Config.h" 
   82           virtual bool mousePressEvent(QMouseEvent* e);
 
   84           virtual bool mouseMoveEvent(QMouseEvent* e);
 
   86           virtual bool mouseReleaseEvent(QMouseEvent* e);
 
  103 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_RUBBERBAND_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This class defines an interface for objects that can receive application events and respond to them...
 
QPoint m_origin
Origin point on mouse pressed. 
 
QPen m_pen
The pen used to draw the rubber band shape. 
 
A widget to control the display of a set of layers. 
 
This class provides a rectangle that can indicate a boundary. 
 
QRectF m_rect
The boundary rectangle managed by the rubber band. 
 
QBrush m_brush
The brush used to draw the rubber band shape.