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 const std::string getConnectionInfo()
const;
84 void setConnectionInfo(
const std::string& connInfo);
88 std::unique_ptr<Ui::GDALConnectorDialogForm>
m_ui;
98 #endif // __TERRALIB_QT_PLUGINS_DATASOURCE_GDAL_INTERNAL_GDALCONNECTORDIALOG_H
te::da::DataSource * getDataSource(const std::string &src)
TerraLib include files.
boost::shared_ptr< DataSource > DataSourcePtr
te::da::DataSourcePtr m_driver
static te::dt::Date ds(2010, 01, 01)
std::unique_ptr< Ui::GDALConnectorDialogForm > m_ui
A dialog window for showing the GDAL connector widget.
te::da::DataSourceInfoPtr m_datasource
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr