.... More...
#include <ADOCreatorDialog.h>
  
 Public Slots | |
| void | applyPushButtonPressed () | 
| void | helpPushButtonPressed () | 
| void | searchDatabaseToolButtonPressed () | 
Public Member Functions | |
| ADOCreatorDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| const te::da::DataSourceInfoPtr & | getDataSource () const | 
| const te::da::DataSourcePtr & | getDriver () const | 
| ~ADOCreatorDialog () | |
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::ADOCreatorDialogForm >  | m_ui | 
....
Definition at line 54 of file ADOCreatorDialog.h.
| te::qt::plugins::ado::ADOCreatorDialog::ADOCreatorDialog | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Definition at line 47 of file ADOCreatorDialog.cpp.
References applyPushButtonPressed(), m_ui, and searchDatabaseToolButtonPressed().
| te::qt::plugins::ado::ADOCreatorDialog::~ADOCreatorDialog | ( | ) | 
Definition at line 66 of file ADOCreatorDialog.cpp.
      
  | 
  slot | 
Definition at line 80 of file ADOCreatorDialog.cpp.
References te::da::DataSource::create(), te::da::DataSourceFactory::find(), te::da::DataSourceFactory::make(), and TR_QT_WIDGETS.
Referenced by ADOCreatorDialog().
      
  | 
  protected | 
Definition at line 179 of file ADOCreatorDialog.cpp.
| const te::da::DataSourceInfoPtr & te::qt::plugins::ado::ADOCreatorDialog::getDataSource | ( | ) | const | 
Definition at line 70 of file ADOCreatorDialog.cpp.
| const te::da::DataSourcePtr & te::qt::plugins::ado::ADOCreatorDialog::getDriver | ( | ) | const | 
Definition at line 75 of file ADOCreatorDialog.cpp.
      
  | 
  slot | 
Definition at line 158 of file ADOCreatorDialog.cpp.
      
  | 
  slot | 
Definition at line 165 of file ADOCreatorDialog.cpp.
References te::qt::widgets::AddFilePathToSettings(), and te::qt::widgets::GetFilePathFromSettings().
Referenced by ADOCreatorDialog().
      
  | 
  private | 
Definition at line 83 of file ADOCreatorDialog.h.
      
  | 
  private | 
Definition at line 84 of file ADOCreatorDialog.h.
      
  | 
  private | 
Definition at line 82 of file ADOCreatorDialog.h.
Referenced by ADOCreatorDialog().