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  | 
        ||
| ) | 
| te::qt::widgets::DataSourceExplorerDialog::~DataSourceExplorerDialog | ( | ) | 
| const std::list<te::da::DataSourceInfoPtr>& te::qt::widgets::DataSourceExplorerDialog::getSelecteds | ( | ) | const | 
| DataSourceSelectorWidget* te::qt::widgets::DataSourceExplorerDialog::getSelectorWidget | ( | ) | const | 
      
  | 
  protectedslot | 
| void te::qt::widgets::DataSourceExplorerDialog::setDataSourceToUse | ( | const QString & | dsType | ) | 
      
  | 
  private | 
Definition at line 83 of file DataSourceExplorerDialog.h.
      
  | 
  private | 
Definition at line 82 of file DataSourceExplorerDialog.h.
      
  | 
  private | 
Definition at line 81 of file DataSourceExplorerDialog.h.