26 #ifndef __TERRALIB_QT_PLUGINS_DATASOURCE_GDAL_INTERNAL_GDALCONNECTORDIALOG_H    27 #define __TERRALIB_QT_PLUGINS_DATASOURCE_GDAL_INTERNAL_GDALCONNECTORDIALOG_H    31 #include "../../../../dataaccess/datasource/DataSource.h"    32 #include "../../../../dataaccess/datasource/DataSourceInfo.h"    41 namespace Ui { 
class GDALConnectorDialogForm; }
    74             void openPushButtonPressed();
    76             void testPushButtonPressed();
    78             void searchDatasetToolButtonPressed();
    82             void getConnectionInfo(std::map<std::string, std::string>& connInfo) 
const;
    84             void setConnectionInfo(
const std::map<std::string, std::string>& connInfo);
    88             std::auto_ptr<Ui::GDALConnectorDialogForm> 
m_ui;
    98 #endif  // __TERRALIB_QT_PLUGINS_DATASOURCE_GDAL_INTERNAL_GDALCONNECTORDIALOG_H boost::shared_ptr< DataSource > DataSourcePtr
 
te::da::DataSourcePtr m_driver
 
A dialog window for showing the GDAL connector widget. 
 
te::da::DataSourceInfoPtr m_datasource
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
 
std::auto_ptr< Ui::GDALConnectorDialogForm > m_ui