Go to the documentation of this file.
26 #ifndef __TERRALIB_QT_PLUGINS_DATASOURCE_ADO_INTERNAL_ADOCREATORDIALOG_H
27 #define __TERRALIB_QT_PLUGINS_DATASOURCE_ADO_INTERNAL_ADOCREATORDIALOG_H
31 #include "../../../../dataaccess/datasource/DataSource.h"
32 #include "../../../../dataaccess/datasource/DataSourceInfo.h"
41 namespace Ui {
class ADOCreatorDialogForm; }
84 std::unique_ptr<Ui::ADOCreatorDialogForm>
m_ui;
93 #endif // __TERRALIB_QT_PLUGINS_DATASOURCE_ADO_INTERNAL_ADOCREATORDIALOG_H
te::da::DataSourcePtr m_driver
void searchDatabaseToolButtonPressed()
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
te::da::DataSourceInfoPtr m_datasource
std::unique_ptr< Ui::ADOCreatorDialogForm > m_ui
const te::da::DataSourcePtr & getDriver() const
ADOCreatorDialog(QWidget *parent=0, Qt::WindowFlags f=0)
void helpPushButtonPressed()
const te::da::DataSourceInfoPtr & getDataSource() const
void applyPushButtonPressed()
const std::string getConnectionInfo(bool getPrivateKeys) const
boost::shared_ptr< DataSource > DataSourcePtr