26#ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_LOADARITHMETICOPDIALOG_H 
   27#define __TERRALIB_QT_WIDGETS_RP_INTERNAL_LOADARITHMETICOPDIALOG_H 
   31#include "../../../maptools/AbstractLayer.h" 
   41#include <QTableWidgetItem> 
   45namespace Ui { 
class LoadArithmeticOpDialogForm; }
 
   72          void setList(std::list<te::map::AbstractLayerPtr>& layerList);
 
   78          std::map<std::string, te::map::AbstractLayer*> 
getLayers();
 
   98          std::unique_ptr<Ui::LoadArithmeticOpDialogForm> 
m_ui;