A dialog for selecting a data source. More...
#include <DataSourceExplorerDialog.h>
  
 Public Member Functions | |
| DataSourceExplorerDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| const std::list < te::da::DataSourceInfoPtr > &  | getSelecteds () const | 
| DataSourceSelectorWidget * | getSelectorWidget () const | 
| void | setDataSourceToUse (const QString &dsType) | 
| ~DataSourceExplorerDialog () | |
Protected Slots | |
| void | okPushButtonPressed () | 
Private Attributes | |
| std::list < te::da::DataSourceInfoPtr >  | m_selecteds | 
| std::auto_ptr < DataSourceSelectorWidget >  | m_selectorWidget | 
| std::auto_ptr < Ui::DataSourceExplorerDialogForm >  | m_ui | 
A dialog for selecting a data source.
Definition at line 59 of file DataSourceExplorerDialog.h.
| te::qt::widgets::DataSourceExplorerDialog::DataSourceExplorerDialog | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Definition at line 38 of file DataSourceExplorerDialog.cpp.
References m_selectorWidget, m_ui, and okPushButtonPressed().
| te::qt::widgets::DataSourceExplorerDialog::~DataSourceExplorerDialog | ( | ) | 
Definition at line 58 of file DataSourceExplorerDialog.cpp.
| const std::list< te::da::DataSourceInfoPtr > & te::qt::widgets::DataSourceExplorerDialog::getSelecteds | ( | ) | const | 
Definition at line 67 of file DataSourceExplorerDialog.cpp.
| te::qt::widgets::DataSourceSelectorWidget * te::qt::widgets::DataSourceExplorerDialog::getSelectorWidget | ( | ) | const | 
Definition at line 72 of file DataSourceExplorerDialog.cpp.
      
  | 
  protectedslot | 
Definition at line 77 of file DataSourceExplorerDialog.cpp.
Referenced by DataSourceExplorerDialog().
| void te::qt::widgets::DataSourceExplorerDialog::setDataSourceToUse | ( | const QString & | dsType | ) | 
Definition at line 62 of file DataSourceExplorerDialog.cpp.
      
  | 
  private | 
Definition at line 83 of file DataSourceExplorerDialog.h.
      
  | 
  private | 
Definition at line 82 of file DataSourceExplorerDialog.h.
Referenced by DataSourceExplorerDialog().
      
  | 
  private | 
Definition at line 81 of file DataSourceExplorerDialog.h.
Referenced by DataSourceExplorerDialog().