.... More...
#include <MySQLConnectorDialog.h>
  
 Public Slots | |
| void | advancedConnectionOptionsCheckBoxToggled (bool t) | 
| void | helpPushButtonPressed () | 
| void | openPushButtonPressed () | 
| void | passwordLineEditEditingFinished () | 
| void | testPushButtonPressed () | 
Public Member Functions | |
| const te::da::DataSourceInfoPtr & | getDataSource () const | 
| const te::da::DataSourcePtr & | getDriver () const | 
| MySQLConnectorDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| void | set (const te::da::DataSourceInfoPtr &ds) | 
| ~MySQLConnectorDialog () | |
Protected Member Functions | |
| void | getConnectionInfo (std::map< std::string, std::string > &connInfo) const | 
| void | setConnectionInfo (const std::map< std::string, std::string > &connInfo) | 
Private Attributes | |
| te::da::DataSourceInfoPtr | m_datasource | 
| te::da::DataSourcePtr | m_driver | 
| std::auto_ptr < Ui::MySQLConnectorDialogForm >  | m_ui | 
....
Definition at line 54 of file MySQLConnectorDialog.h.
| te::qt::plugins::mysql::MySQLConnectorDialog::MySQLConnectorDialog | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Definition at line 45 of file MySQLConnectorDialog.cpp.
References advancedConnectionOptionsCheckBoxToggled(), helpPushButtonPressed(), m_ui, openPushButtonPressed(), passwordLineEditEditingFinished(), and testPushButtonPressed().
| te::qt::plugins::mysql::MySQLConnectorDialog::~MySQLConnectorDialog | ( | ) | 
Definition at line 64 of file MySQLConnectorDialog.cpp.
      
  | 
  slot | 
Definition at line 532 of file MySQLConnectorDialog.cpp.
Referenced by MySQLConnectorDialog().
      
  | 
  protected | 
Definition at line 204 of file MySQLConnectorDialog.cpp.
| const te::da::DataSourceInfoPtr & te::qt::plugins::mysql::MySQLConnectorDialog::getDataSource | ( | ) | const | 
Definition at line 68 of file MySQLConnectorDialog.cpp.
| const te::da::DataSourcePtr & te::qt::plugins::mysql::MySQLConnectorDialog::getDriver | ( | ) | const | 
Definition at line 73 of file MySQLConnectorDialog.cpp.
      
  | 
  slot | 
Definition at line 197 of file MySQLConnectorDialog.cpp.
Referenced by MySQLConnectorDialog().
      
  | 
  slot | 
Definition at line 92 of file MySQLConnectorDialog.cpp.
References te::da::DataSourceFactory::find(), and TR_QT_WIDGETS.
Referenced by MySQLConnectorDialog().
      
  | 
  slot | 
Definition at line 537 of file MySQLConnectorDialog.cpp.
References te::da::DataSource::getEncodings().
Referenced by MySQLConnectorDialog().
| void te::qt::plugins::mysql::MySQLConnectorDialog::set | ( | const te::da::DataSourceInfoPtr & | ds | ) | 
Definition at line 78 of file MySQLConnectorDialog.cpp.
      
  | 
  protected | 
Definition at line 353 of file MySQLConnectorDialog.cpp.
      
  | 
  slot | 
Definition at line 160 of file MySQLConnectorDialog.cpp.
References te::da::DataSourceFactory::find(), and TR_QT_WIDGETS.
Referenced by MySQLConnectorDialog().
      
  | 
  private | 
Definition at line 91 of file MySQLConnectorDialog.h.
      
  | 
  private | 
Definition at line 92 of file MySQLConnectorDialog.h.
      
  | 
  private | 
Definition at line 90 of file MySQLConnectorDialog.h.
Referenced by MySQLConnectorDialog().