26#ifndef __TERRALIB_QT_PLUGINS_DATASOURCE_MYSQL_INTERNAL_MYSQLCREATORDIALOG_H
27#define __TERRALIB_QT_PLUGINS_DATASOURCE_MYSQL_INTERNAL_MYSQLCREATORDIALOG_H
37#include <QtGui/QDialog>
39namespace Ui {
class MySQLCreatorDialogForm; }
86 std::auto_ptr<Ui::MySQLCreatorDialogForm>
m_ui;
A conteiner class for keeping information about a data source.
const te::da::DataSourceInfoPtr & getDataSource() const
void helpPushButtonPressed()
void advancedCreationOptionsCheckBoxToggled(bool t)
std::auto_ptr< Ui::MySQLCreatorDialogForm > m_ui
MySQLCreatorDialog(QWidget *parent=0, Qt::WindowFlags f=0)
te::da::DataSourcePtr m_driver
void closePushButtonPressed()
void getConnectionInfo(std::map< std::string, std::string > &connInfo) const
const te::da::DataSourcePtr & getDriver() const
te::da::DataSourceInfoPtr m_datasource
void passwordLineEditEditingFinished()
void applyPushButtonPressed()
An abstract class for data providers like a DBMS, Web Services or a regular file.
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
boost::shared_ptr< DataSource > DataSourcePtr
Namespace for the Qt module of TerraLib.