#include <ImportTableDialog.h>
Public Member Functions | |
| const 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::unique_ptr< te::da::DataSet > | m_dataSet |
| te::da::DataSourcePtr | m_dataSource |
| std::unique_ptr< te::da::DataSetType > | m_dataType |
| std::unique_ptr< te::da::DataSetTypeConverter > | m_dsConverter |
| std::unique_ptr< te::qt::widgets::DataSetTableView > | m_tblView |
| std::unique_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.
| const te::da::DataSet & te::addressgeocoding::ImportTableDialog::getDataSet | ( | ) |
Definition at line 105 of file ImportTableDialog.cpp.
References m_dataSet.
| te::da::DataSourcePtr te::addressgeocoding::ImportTableDialog::getDataSource | ( | ) |
Definition at line 100 of file ImportTableDialog.cpp.
References m_dataSource.
|
protectedslot |
Definition at line 195 of file ImportTableDialog.cpp.
Referenced by ImportTableDialog().
|
protectedslot |
Definition at line 185 of file ImportTableDialog.cpp.
Referenced by ImportTableDialog().
|
protectedslot |
Definition at line 110 of file ImportTableDialog.cpp.
References te::qt::widgets::AddFilePathToSettings(), file(), te::qt::widgets::GetFilePathFromSettings(), te::common::Singleton< DataSourceInfoManager >::getInstance(), m_dataSet, m_dataSource, m_dataType, m_dsConverter, m_tblView, m_ui, and te::da::DataSourceFactory::make().
Referenced by ImportTableDialog().
|
protectedslot |
Definition at line 190 of file ImportTableDialog.cpp.
Referenced by ImportTableDialog().
|
private |
Definition at line 85 of file ImportTableDialog.h.
Referenced by getDataSet(), and onInputDataToolButtonTriggered().
|
private |
Definition at line 87 of file ImportTableDialog.h.
Referenced by getDataSource(), and onInputDataToolButtonTriggered().
|
private |
Definition at line 86 of file ImportTableDialog.h.
Referenced by onInputDataToolButtonTriggered().
|
private |
Definition at line 84 of file ImportTableDialog.h.
Referenced by onInputDataToolButtonTriggered().
|
private |
Definition at line 83 of file ImportTableDialog.h.
Referenced by ImportTableDialog(), and onInputDataToolButtonTriggered().
|
private |
Definition at line 82 of file ImportTableDialog.h.
Referenced by ImportTableDialog(), and onInputDataToolButtonTriggered().