.... More...
#include <SQLiteCreatorDialog.h>
  
 Public Slots | |
| void | applyPushButtonPressed () | 
| void | helpPushButtonPressed () | 
| void | searchDatabaseToolButtonPressed () | 
Public Member Functions | |
| const te::da::DataSourceInfoPtr & | getDataSource () const | 
| const te::da::DataSourcePtr & | getDriver () 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 | 
....
Definition at line 54 of file SQLiteCreatorDialog.h.
| te::qt::plugins::sqlite::SQLiteCreatorDialog::SQLiteCreatorDialog | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Definition at line 46 of file SQLiteCreatorDialog.cpp.
References applyPushButtonPressed(), helpPushButtonPressed(), m_ui, and searchDatabaseToolButtonPressed().
| te::qt::plugins::sqlite::SQLiteCreatorDialog::~SQLiteCreatorDialog | ( | ) | 
Definition at line 57 of file SQLiteCreatorDialog.cpp.
      
  | 
  slot | 
Definition at line 71 of file SQLiteCreatorDialog.cpp.
References te::da::DataSource::create(), te::da::DataSourceFactory::find(), and TR_QT_WIDGETS.
Referenced by SQLiteCreatorDialog().
      
  | 
  protected | 
Definition at line 120 of file SQLiteCreatorDialog.cpp.
| const te::da::DataSourceInfoPtr & te::qt::plugins::sqlite::SQLiteCreatorDialog::getDataSource | ( | ) | const | 
Definition at line 61 of file SQLiteCreatorDialog.cpp.
| const te::da::DataSourcePtr & te::qt::plugins::sqlite::SQLiteCreatorDialog::getDriver | ( | ) | const | 
Definition at line 66 of file SQLiteCreatorDialog.cpp.
      
  | 
  slot | 
Definition at line 103 of file SQLiteCreatorDialog.cpp.
Referenced by SQLiteCreatorDialog().
      
  | 
  slot | 
Definition at line 110 of file SQLiteCreatorDialog.cpp.
Referenced by SQLiteCreatorDialog().
      
  | 
  private | 
Definition at line 83 of file SQLiteCreatorDialog.h.
      
  | 
  private | 
Definition at line 84 of file SQLiteCreatorDialog.h.
      
  | 
  private | 
Definition at line 82 of file SQLiteCreatorDialog.h.
Referenced by SQLiteCreatorDialog().