Qt dialog for .... More...
#include <DataExchangerWizard.h>
Public Member Functions | |
| DataExchangerWizard (QWidget *parent=0, Qt::WindowFlags f=0) | |
| te::da::DataSourceInfoPtr | getDataSource () const |
| te::da::DataSourceInfoPtr | getTargetDataSource () const |
| int | nextId () const |
| ~DataExchangerWizard () | |
Protected Slots | |
| void | back () |
| void | next () |
Protected Member Functions | |
| void | exchange () |
Private Types | |
| enum | { PAGE_DATASOURCE_SELECTION, PAGE_DATASET_SELECTION, PAGE_TARGET_DATASOURCE, PAGE_DATASET_OPTIONS, PAGE_SUMMARY } |
Private Attributes | |
| std::unique_ptr< DataSetOptionsWizardPage > | m_datasetOptionsPage |
| std::unique_ptr< DataSetSelectorWizardPage > | m_datasetSelectorPage |
| std::unique_ptr< DataSourceSelectorWizardPage > | m_datasourceSelectorPage |
| std::unique_ptr< DataExchangeSummaryWizardPage > | m_summaryPage |
| std::unique_ptr< DataSourceSelectorWizardPage > | m_targetSelectorPage |
| std::unique_ptr< Ui::DataExchangerWizardForm > | m_ui |
Qt dialog for ....
Definition at line 63 of file DataExchangerWizard.h.
|
private |
| Enumerator | |
|---|---|
| PAGE_DATASOURCE_SELECTION | |
| PAGE_DATASET_SELECTION | |
| PAGE_TARGET_DATASOURCE | |
| PAGE_DATASET_OPTIONS | |
| PAGE_SUMMARY | |
Definition at line 91 of file DataExchangerWizard.h.
| te::qt::widgets::DataExchangerWizard::DataExchangerWizard | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Definition at line 60 of file DataExchangerWizard.cpp.
References back(), m_datasetOptionsPage, m_datasetSelectorPage, m_datasourceSelectorPage, m_summaryPage, m_targetSelectorPage, m_ui, next(), PAGE_DATASET_OPTIONS, PAGE_DATASET_SELECTION, PAGE_DATASOURCE_SELECTION, PAGE_SUMMARY, PAGE_TARGET_DATASOURCE, te::qt::widgets::HelpPushButton::setPageReference(), and ~DataExchangerWizard().
|
default |
Referenced by DataExchangerWizard().
|
protectedslot |
Definition at line 171 of file DataExchangerWizard.cpp.
References PAGE_SUMMARY.
Referenced by DataExchangerWizard().
|
protected |
Definition at line 212 of file DataExchangerWizard.cpp.
References te::da::CreateAdapter(), getDataSource(), te::common::Singleton< DataSourceManager >::getInstance(), te::dt::Property::getName(), getTargetDataSource(), te::qt::widgets::DataExchangeStatus::m_dataset, m_datasetOptionsPage, te::qt::widgets::DataExchangeStatus::m_exceptionMsg, te::qt::widgets::DataExchangeStatus::m_successful, m_summaryPage, and te::qt::widgets::DataExchangeStatus::m_time.
Referenced by next().
| te::da::DataSourceInfoPtr te::qt::widgets::DataExchangerWizard::getDataSource | ( | ) | const |
Definition at line 127 of file DataExchangerWizard.cpp.
References ds, te::common::Singleton< DataSourceManager >::getInstance(), and m_datasourceSelectorPage.
Referenced by exchange(), and next().
| te::da::DataSourceInfoPtr te::qt::widgets::DataExchangerWizard::getTargetDataSource | ( | ) | const |
Definition at line 149 of file DataExchangerWizard.cpp.
References ds, te::common::Singleton< DataSourceManager >::getInstance(), and m_targetSelectorPage.
Referenced by exchange(), and next().
|
protectedslot |
Definition at line 186 of file DataExchangerWizard.cpp.
References exchange(), getDataSource(), getTargetDataSource(), m_datasetOptionsPage, m_datasetSelectorPage, PAGE_DATASET_OPTIONS, PAGE_DATASOURCE_SELECTION, and PAGE_TARGET_DATASOURCE.
Referenced by DataExchangerWizard().
| int te::qt::widgets::DataExchangerWizard::nextId | ( | ) | const |
Definition at line 122 of file DataExchangerWizard.cpp.
|
private |
Definition at line 104 of file DataExchangerWizard.h.
Referenced by DataExchangerWizard(), exchange(), and next().
|
private |
Definition at line 102 of file DataExchangerWizard.h.
Referenced by DataExchangerWizard(), and next().
|
private |
Definition at line 101 of file DataExchangerWizard.h.
Referenced by DataExchangerWizard(), and getDataSource().
|
private |
Definition at line 105 of file DataExchangerWizard.h.
Referenced by DataExchangerWizard(), and exchange().
|
private |
Definition at line 103 of file DataExchangerWizard.h.
Referenced by DataExchangerWizard(), and getTargetDataSource().
|
private |
Definition at line 100 of file DataExchangerWizard.h.
Referenced by DataExchangerWizard().