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

.... More...

#include <SQLiteCreatorDialog.h>

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

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 ( )

Definition at line 57 of file SQLiteCreatorDialog.cpp.

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

Definition at line 120 of file SQLiteCreatorDialog.cpp.

References m_ui.

Referenced by applyPushButtonPressed().

const te::da::DataSourceInfoPtr & te::qt::plugins::sqlite::SQLiteCreatorDialog::getDataSource ( ) const

Definition at line 61 of file SQLiteCreatorDialog.cpp.

References m_datasource.

const te::da::DataSourcePtr & te::qt::plugins::sqlite::SQLiteCreatorDialog::getDriver ( ) const

Definition at line 66 of file SQLiteCreatorDialog.cpp.

References m_driver.

void te::qt::plugins::sqlite::SQLiteCreatorDialog::helpPushButtonPressed ( )
slot

Definition at line 103 of file SQLiteCreatorDialog.cpp.

Referenced by SQLiteCreatorDialog().

void te::qt::plugins::sqlite::SQLiteCreatorDialog::searchDatabaseToolButtonPressed ( )
slot

Definition at line 110 of file SQLiteCreatorDialog.cpp.

References m_ui.

Referenced by SQLiteCreatorDialog().

Member Data Documentation

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

Definition at line 83 of file SQLiteCreatorDialog.h.

Referenced by getDataSource().

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

Definition at line 84 of file SQLiteCreatorDialog.h.

Referenced by getDriver().

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

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