26 #ifndef __TERRALIB_QT_WIDGETS_DATASET_SELECTOR_INTERNAL_DATASETSELECTORDIALOG_H 
   27 #define __TERRALIB_QT_WIDGETS_DATASET_SELECTOR_INTERNAL_DATASETSELECTORDIALOG_H 
   30 #include "../../../../dataaccess/dataset/DataSetType.h" 
   31 #include "../../../../dataaccess/datasource/DataSourceInfo.h" 
   32 #include "../../Config.h" 
   37 namespace Ui { 
class DataSetSelectorDialogForm; }
 
   46       class DataSetGroupItem;
 
   47       class DataSetSelectorWidget;
 
   74           std::list<te::da::DataSetTypePtr> getCheckedDataSets() 
const;
 
   76           std::list<std::string> getCheckedGeomProperties() 
const;
 
   78           std::list<te::da::DataSetTypePtr> getSelectedDataSets() 
const;
 
   80           std::list<std::string> getSelectedGeomProperties() 
const;
 
   82           void setSelectMode(SelectModeType m);
 
   98           void updateSelectPushButton();
 
  102           std::auto_ptr<Ui::DataSetSelectorDialogForm> 
m_ui;
 
  111 #endif  // __TERRALIB_QT_WIDGETS_DATASET_SELECTOR_INTERNAL_DATASETSELECTORDIALOG_H 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr