te::qt::plugins::sqlite::SQLiteCreatorDialog Class Reference

.... More...

#include <SQLiteCreatorDialog.h>

Inheritance diagram for te::qt::plugins::sqlite::SQLiteCreatorDialog:

Public Slots

void applyPushButtonPressed ()
 
void helpPushButtonPressed ()
 
void searchDatabaseToolButtonPressed ()
 

Public Member Functions

const te::da::DataSourceInfoPtrgetDataSource () const
 
const te::da::DataSourcePtrgetDriver () const
 
 SQLiteCreatorDialog (QWidget *parent=0, Qt::WindowFlags f=0)
 
 ~SQLiteCreatorDialog ()
 

Protected Member Functions

void getConnectionInfo (std::map< std::string, std::string > &connInfo) const
 

Private Attributes

te::da::DataSourceInfoPtr m_datasource
 
te::da::DataSourcePtr m_driver
 
std::auto_ptr< Ui::SQLiteCreatorDialogForm > m_ui
 

Detailed Description

....

Definition at line 54 of file SQLiteCreatorDialog.h.

Constructor & Destructor Documentation

te::qt::plugins::sqlite::SQLiteCreatorDialog::SQLiteCreatorDialog ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
te::qt::plugins::sqlite::SQLiteCreatorDialog::~SQLiteCreatorDialog ( )

Member Function Documentation

void te::qt::plugins::sqlite::SQLiteCreatorDialog::applyPushButtonPressed ( )
slot
void te::qt::plugins::sqlite::SQLiteCreatorDialog::getConnectionInfo ( std::map< std::string, std::string > &  connInfo) const
protected
const te::da::DataSourceInfoPtr& te::qt::plugins::sqlite::SQLiteCreatorDialog::getDataSource ( ) const
const te::da::DataSourcePtr& te::qt::plugins::sqlite::SQLiteCreatorDialog::getDriver ( ) const
void te::qt::plugins::sqlite::SQLiteCreatorDialog::helpPushButtonPressed ( )
slot
void te::qt::plugins::sqlite::SQLiteCreatorDialog::searchDatabaseToolButtonPressed ( )
slot

Member Data Documentation

te::da::DataSourceInfoPtr te::qt::plugins::sqlite::SQLiteCreatorDialog::m_datasource
private

Definition at line 83 of file SQLiteCreatorDialog.h.

te::da::DataSourcePtr te::qt::plugins::sqlite::SQLiteCreatorDialog::m_driver
private

Definition at line 84 of file SQLiteCreatorDialog.h.

std::auto_ptr<Ui::SQLiteCreatorDialogForm> te::qt::plugins::sqlite::SQLiteCreatorDialog::m_ui
private

Definition at line 82 of file SQLiteCreatorDialog.h.


The documentation for this class was generated from the following file: