26 #ifndef __TERRALIB_QT_WIDGETS_RASTER_INTERNAL_MULTIRESOLUTIONWIDGET_H
27 #define __TERRALIB_QT_WIDGETS_RASTER_INTERNAL_MULTIRESOLUTIONWIDGET_H
31 #include "../../../maptools/AbstractLayer.h"
33 #include "../Config.h"
41 namespace Ui {
class MultiResolutionWidgetForm; }
46 namespace rst {
class Raster; }
69 Ui::MultiResolutionWidgetForm*
getForm()
const;
75 void setLayerList(std::list<te::map::AbstractLayerPtr>& layerList);
97 std::unique_ptr<Ui::MultiResolutionWidgetForm>
m_ui;
An abstract class for raster data strucutures.