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;
 
   76           std::string getFilePath();
 
   78           std::string getFileExtension();
 
   82           void onTargetFileToolButtonClicked();
 
   86          std::auto_ptr<Ui::OutputRasterWidgetForm> 
m_ui;
 
   93 #endif  // __TERRALIB_QT_WIDGETS_CANVAS_INTERNAL_OUTPUTRASTERWIDGET_H