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;
    69           const std::string getParameters() 
const;
    73           void addToolButtonPressed();
    75           void removeToolButtonPressed();
    77           void editToolButtonPressed();
    81           std::unique_ptr<Ui::ParameterTableWidgetForm> 
m_ui;
    88 #endif  // __TERRALIB_QT_WIDGETS_UTILS_INTERNAL_PARAMETERTABLEWIDGET_H