26 #ifndef __TERRALIB_QT_WIDGETS_CANVAS_INTERNAL_INPUTLAYERWIDGET_H    27 #define __TERRALIB_QT_WIDGETS_CANVAS_INTERNAL_INPUTLAYERWIDGET_H    31 #include "../../../maptools/AbstractLayer.h"    33 #include "../Config.h"    41 namespace Ui { 
class InputLayerWidgetForm; }
    45   namespace rst { 
class Raster; }
    66           Ui::InputLayerWidgetForm* getForm() 
const;
    70           std::string getType() 
const;
    72           std::map<std::string, std::string> getInfo() 
const;
    76           void setLayerList(std::list<te::map::AbstractLayerPtr> list);
    80           void onSearchLayerToolButtonClicked();
    82           void onLayersComboBoxActivated(
int index);
    90           std::unique_ptr<Ui::InputLayerWidgetForm> 
m_ui;
   100 #endif  // __TERRALIB_QT_WIDGETS_CANVAS_INTERNAL_INPUTLAYERWIDGET_H 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr