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; }
88 std::unique_ptr<Ui::GDALConnectorDialogForm>
m_ui;
98 #endif // __TERRALIB_QT_PLUGINS_DATASOURCE_GDAL_INTERNAL_GDALCONNECTORDIALOG_H
const te::da::DataSourcePtr & getDriver() const
boost::shared_ptr< DataSource > DataSourcePtr
te::da::DataSourcePtr m_driver
void testPushButtonPressed()
void openPushButtonPressed()
void setConnectionInfo(const std::string &connInfo)
GDALConnectorDialog(QWidget *parent=0, Qt::WindowFlags f=0)
const std::string getConnectionInfo() const
void searchDatasetToolButtonPressed()
std::unique_ptr< Ui::GDALConnectorDialogForm > m_ui
A dialog window for showing the GDAL connector widget.
te::da::DataSourceInfoPtr m_datasource
const te::da::DataSourceInfoPtr & getDataSource() const
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr