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::auto_ptr< DataSetOptionsWizardPage > | m_datasetOptionsPage |
std::auto_ptr< DataSetSelectorWizardPage > | m_datasetSelectorPage |
std::auto_ptr< DataSourceSelectorWizardPage > | m_datasourceSelectorPage |
std::auto_ptr< DataExchangeSummaryWizardPage > | m_summaryPage |
std::auto_ptr< DataSourceSelectorWizardPage > | m_targetSelectorPage |
std::auto_ptr< Ui::DataExchangerWizardForm > | m_ui |
Qt dialog for ....
Definition at line 61 of file DataExchangerWizard.h.
|
private |
Enumerator | |
---|---|
PAGE_DATASOURCE_SELECTION | |
PAGE_DATASET_SELECTION | |
PAGE_TARGET_DATASOURCE | |
PAGE_DATASET_OPTIONS | |
PAGE_SUMMARY |
Definition at line 89 of file DataExchangerWizard.h.
te::qt::widgets::DataExchangerWizard::DataExchangerWizard | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | f = 0 |
||
) |
te::qt::widgets::DataExchangerWizard::~DataExchangerWizard | ( | ) |
|
protectedslot |
|
protected |
te::da::DataSourceInfoPtr te::qt::widgets::DataExchangerWizard::getDataSource | ( | ) | const |
te::da::DataSourceInfoPtr te::qt::widgets::DataExchangerWizard::getTargetDataSource | ( | ) | const |
|
protectedslot |
int te::qt::widgets::DataExchangerWizard::nextId | ( | ) | const |
|
private |
Definition at line 102 of file DataExchangerWizard.h.
|
private |
Definition at line 100 of file DataExchangerWizard.h.
|
private |
Definition at line 99 of file DataExchangerWizard.h.
|
private |
Definition at line 103 of file DataExchangerWizard.h.
|
private |
Definition at line 101 of file DataExchangerWizard.h.
|
private |
Definition at line 98 of file DataExchangerWizard.h.