#include <ImportTableDialog.h>
  
 Public Member Functions | |
| std::auto_ptr< te::da::DataSet > | getDataSet () | 
| te::da::DataSourcePtr | getDataSource () | 
| ImportTableDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| ~ImportTableDialog () | |
Protected Slots | |
| void | onCancelPushButtonClicked () | 
| void | onHelpPushButtonClicked () | 
| void | onInputDataToolButtonTriggered () | 
| void | onOkPushButtonClicked () | 
Private Attributes | |
| std::auto_ptr< te::da::DataSet > | m_dataSet | 
| te::da::DataSourcePtr | m_dataSource | 
| std::auto_ptr < te::da::DataSetType >  | m_dataType | 
| std::auto_ptr < te::da::DataSetTypeConverter >  | m_dsConverter | 
| std::auto_ptr < te::qt::widgets::DataSetTableView >  | m_tblView | 
| std::auto_ptr < Ui::ImportTableDialogForm >  | m_ui | 
Definition at line 56 of file ImportTableDialog.h.
| te::addressgeocoding::ImportTableDialog::ImportTableDialog | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Definition at line 70 of file ImportTableDialog.cpp.
References m_tblView, m_ui, onCancelPushButtonClicked(), onHelpPushButtonClicked(), onInputDataToolButtonTriggered(), and onOkPushButtonClicked().
| te::addressgeocoding::ImportTableDialog::~ImportTableDialog | ( | ) | 
Definition at line 96 of file ImportTableDialog.cpp.
| std::auto_ptr< te::da::DataSet > te::addressgeocoding::ImportTableDialog::getDataSet | ( | ) | 
Definition at line 105 of file ImportTableDialog.cpp.
| te::da::DataSourcePtr te::addressgeocoding::ImportTableDialog::getDataSource | ( | ) | 
Definition at line 100 of file ImportTableDialog.cpp.
      
  | 
  protectedslot | 
Definition at line 196 of file ImportTableDialog.cpp.
Referenced by ImportTableDialog().
      
  | 
  protectedslot | 
Definition at line 186 of file ImportTableDialog.cpp.
Referenced by ImportTableDialog().
      
  | 
  protectedslot | 
Definition at line 110 of file ImportTableDialog.cpp.
References te::qt::widgets::AddFilePathToSettings(), te::qt::widgets::GetFilePathFromSettings(), te::common::Singleton< DataSourceInfoManager >::getInstance(), and te::da::DataSourceFactory::make().
Referenced by ImportTableDialog().
      
  | 
  protectedslot | 
Definition at line 191 of file ImportTableDialog.cpp.
Referenced by ImportTableDialog().
      
  | 
  private | 
Definition at line 85 of file ImportTableDialog.h.
      
  | 
  private | 
Definition at line 87 of file ImportTableDialog.h.
      
  | 
  private | 
Definition at line 86 of file ImportTableDialog.h.
      
  | 
  private | 
Definition at line 84 of file ImportTableDialog.h.
      
  | 
  private | 
Definition at line 83 of file ImportTableDialog.h.
Referenced by ImportTableDialog().
      
  | 
  private | 
Definition at line 82 of file ImportTableDialog.h.
Referenced by ImportTableDialog().