26 #ifndef __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_DATASETWIDGET_H    27 #define __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_DATASETWIDGET_H    31 #include "../../../dataaccess/query/From.h"    33 #include "../Config.h"    45 #include <boost/ptr_container/ptr_vector.hpp>    49 namespace Ui { 
class DataSetWidgetForm; }
    72           Ui::DataSetWidgetForm* getForm() 
const;
    80           void setDataSetNames(
const std::vector<std::string>& names);
    82           void setDataSetNames(std::vector<std::pair<std::string, std::string> >& list); 
    84           void getDataSetNames(std::vector<std::pair<std::string, std::string> >& list); 
    88           void onDataSetComboBoxActivated(
const QString& value);
    90           void onAddDataSetPushButtonClicked();
    92           void onRemoveDataSetPushButtonClicked();
   102          std::unique_ptr<Ui::DataSetWidgetForm> 
m_ui;
   109 #endif  // __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_DATASETWIDGET_H 
boost::ptr_vector< FromItem > From
It models the FROM clause for a query.