26 #ifndef __TERRALIB_QT_WIDGETS_UTILS_INTERNAL_PARAMETERTABLEWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_UTILS_INTERNAL_PARAMETERTABLEWIDGET_H 
   30 #include "../Config.h" 
   40 namespace Ui { 
class ParameterTableWidgetForm; }
 
   63           Ui::ParameterTableWidgetForm* getForm() 
const;
 
   65           void add(
const std::string& name, 
const std::string& value);
 
   67           std::map<std::string, std::string> getMap() 
const;
 
   71           void addToolButtonPressed();
 
   73           void removeToolButtonPressed();
 
   75           void editToolButtonPressed();
 
   79           std::auto_ptr<Ui::ParameterTableWidgetForm> 
m_ui;
 
   86 #endif  // __TERRALIB_QT_WIDGETS_UTILS_INTERNAL_PARAMETERTABLEWIDGET_H