26 #ifndef __TERRALIB_QT_WIDGETS_CANVAS_INTERNAL_OVERLAYWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_CANVAS_INTERNAL_OVERLAYWIDGET_H 
   30 #include "../../../maptools/AbstractLayer.h" 
   31 #include "../Config.h" 
   37 #include <QtGui/QWidget> 
   39 namespace Ui { 
class OverlayWidgetForm; }
 
   47       class MultiThreadMapDisplay;
 
   68           Ui::OverlayWidgetForm* getForm() 
const;
 
   70           void setList(std::list<te::map::AbstractLayerPtr>& layerList);
 
   74           void onApplyToolButtonClicked();
 
   76           void onMapDisplayExtentChanged();
 
   78           void onOpacityChanged(
int value);
 
   80           void onVSliderChanged(
int value);
 
   82           void onHSliderChanged(
int value);
 
   84           void onHideToolButtonClicked(
bool flag);
 
   88           void drawUpperLayer();
 
   90           void updateSliderBarSize();
 
   94          std::auto_ptr<Ui::OverlayWidgetForm> 
m_ui;
 
  108 #endif  // __TERRALIB_QT_WIDGETS_CANVAS_INTERNAL_OVERLAYWIDGET_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
te::qt::widgets::Pan * m_panTool
Pan tool. 
 
This class implements a concrete tool to geographic zoom operation using the mouse wheel...
 
This class implements a concrete tool to geographic pan operation. 
 
te::qt::widgets::MultiThreadMapDisplay * m_mapDisplay
 
te::qt::widgets::ZoomWheel * m_zoomTool
Zoom tool. 
 
This event signals that the pan button toggled. 
 
A multi thread Qt4 widget to control the display of a set of layers. 
 
std::auto_ptr< Ui::OverlayWidgetForm > m_ui
 
This class is used to define a component for viewing overlaid layers. 
 
QPixmap * m_draftOriginal