26 #ifndef __TERRALIB_QT_WIDGETS_DATASOURCE_SELECTOR_INTERNAL_DATASOURCEEXPLORERDIALOG_H 
   27 #define __TERRALIB_QT_WIDGETS_DATASOURCE_SELECTOR_INTERNAL_DATASOURCEEXPLORERDIALOG_H 
   30 #include "../../../../dataaccess/datasource/DataSourceInfo.h" 
   31 #include "../../Config.h" 
   38 #include <QtGui/QDialog> 
   40 namespace Ui { 
class DataSourceExplorerDialogForm; }
 
   42 class QListWidgetItem;
 
   50       class DataSourceSelectorWidget;
 
   69           void setDataSourceToUse(
const QString& dsType);
 
   71           const std::list<te::da::DataSourceInfoPtr>& getSelecteds() 
const;
 
   77           void okPushButtonPressed();
 
   81           std::auto_ptr<Ui::DataSourceExplorerDialogForm> 
m_ui;
 
   89 #endif  // __TERRALIB_QT_WIDGETS_DATASOURCE_SELECTOR_INTERNAL_DATASOURCEEXPLORERDIALOG_H 
std::auto_ptr< DataSourceSelectorWidget > m_selectorWidget
 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::auto_ptr< Ui::DataSourceExplorerDialogForm > m_ui
 
A dialog for selecting a data source. 
 
A dialog for selecting a data source. 
 
std::list< te::da::DataSourceInfoPtr > m_selecteds