26 #ifndef __TERRALIB_QT_WIDGETS_CANVAS_INTERNAL_OUTPUTRASTERWIDGET_H    27 #define __TERRALIB_QT_WIDGETS_CANVAS_INTERNAL_OUTPUTRASTERWIDGET_H    31 #include "../../../maptools/AbstractLayer.h"    33 #include "../Config.h"    41 namespace Ui { 
class OutputRasterWidgetForm; }
    45   namespace rst { 
class Raster; }
    66           Ui::OutputRasterWidgetForm* getForm() 
const;
    68           std::string getOutputRaster();
    70           bool fileExists() 
const;
    72           std::string getType() 
const;
    74           std::map<std::string, std::string> getInfo() 
const;
    78           void onTargetFileToolButtonClicked();
    82          std::auto_ptr<Ui::OutputRasterWidgetForm> 
m_ui;
    89 #endif  // __TERRALIB_QT_WIDGETS_CANVAS_INTERNAL_OUTPUTRASTERWIDGET_H