26 #ifndef __TERRALIB_QT_WIDGETS_RASTER_INTERNAL_MULTIRESOLUTIONWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_RASTER_INTERNAL_MULTIRESOLUTIONWIDGET_H 
   30 #include "../../../maptools/AbstractLayer.h" 
   31 #include "../Config.h" 
   39 namespace Ui { 
class MultiResolutionWidgetForm; }
 
   44   namespace rst { 
class Raster; }
 
   67           Ui::MultiResolutionWidgetForm* getForm() 
const;
 
   71           bool createMultiResolution();
 
   73           void setLayerList(std::list<te::map::AbstractLayerPtr>& layerList);
 
   85           void fillInterpolatorTypes();
 
   89           void onFileToolButtonClicked();
 
   91           void onFolderToolButtonClicked();
 
   95           std::auto_ptr<Ui::MultiResolutionWidgetForm> 
m_ui;
 
  101 #endif  // __TERRALIB_QT_WIDGETS_RASTER_INTERNAL_MULTIRESOLUTIONWIDGET_H 
An abstract class for raster data strucutures.