26 #ifndef __TERRALIB_QT_WIDGETS_CANVAS_INTERNAL_OVERLAYDIALOG_H 
   27 #define __TERRALIB_QT_WIDGETS_CANVAS_INTERNAL_OVERLAYDIALOG_H 
   30 #include "../../../maptools/AbstractLayer.h" 
   31 #include "../Config.h" 
   37 #include <QtGui/QDialog> 
   40 namespace Ui { 
class OverlayDialogForm; }
 
   67           void setList(std::list<te::map::AbstractLayerPtr>& layerList);
 
   70           std::auto_ptr<Ui::OverlayDialogForm> 
m_ui;
 
   78 #endif  // __TERRALIB_QT_WIDGETS_CANVAS_INTERNAL_OVERLAYDIALOG_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::auto_ptr< Ui::OverlayDialogForm > m_ui
 
This class is a dialog for the Overlay widget. 
 
std::auto_ptr< te::qt::widgets::OverlayWidget > m_widgetOverlay
 
This class is used to define a component for viewing overlaid layers.