26 #ifndef __TERRALIB_QT_WIDGETS_RASTER_INTERNAL_MULTIRESOLUTIONDIALOG_H
27 #define __TERRALIB_QT_WIDGETS_RASTER_INTERNAL_MULTIRESOLUTIONDIALOG_H
31 #include "../../../maptools/AbstractLayer.h"
33 #include "../Config.h"
42 namespace Ui {
class MultiResolutionDialogForm; }
50 class MultiResolutionWidget;
73 void setLayerList(std::list<te::map::AbstractLayerPtr>& layerList);
81 std::unique_ptr<Ui::MultiResolutionDialogForm>
m_ui;
82 std::unique_ptr<MultiResolutionWidget>
m_widget;