#include <TimeSeriesWizard.h>
Public Member Functions | |
| te::da::DataSetTypePtr | getDatasetType () const |
| te::da::DataSourceInfoPtr | getDataSource () const |
| te::st::TimeSeriesDataSetLayerPtr | getTimeSeriesLayer () |
| TimeSeriesWizard (QWidget *parent=0, Qt::WindowFlags f=0) | |
| ~TimeSeriesWizard () | |
Protected Slots | |
| void | back () |
| void | finish () |
| void | next () |
Private Types | |
| enum | { PAGE_DATASOURCE_SELECTION, PAGE_DATASET_SELECTION, PAGE_TIMESERIES_PROPERTIES_SELECTION } |
Private Attributes | |
| std::auto_ptr< DataSetSelectorWizardPage > | m_datasetSelectorPage |
| The wizard page used to select the dataset. More... | |
| std::auto_ptr< DataSourceSelectorWizardPage > | m_datasourceSelectorPage |
| The wizard page used to select the datasource. More... | |
| std::auto_ptr< TimeSeriesPropertiesWizardPage > | m_PropWidgetPage |
| The widget used to configure the properties of the new TimeSeriesLayer. More... | |
| te::st::TimeSeriesDataSetLayerPtr | m_timeSeriesLayer |
| The new Trajectory Layer(s);. More... | |
| std::auto_ptr< Ui::TimeSeriesWizardForm > | m_ui |
| The wizard's form. More... | |
Definition at line 58 of file TimeSeriesWizard.h.
|
private |
| Enumerator | |
|---|---|
| PAGE_DATASOURCE_SELECTION | |
| PAGE_DATASET_SELECTION | |
| PAGE_TIMESERIES_PROPERTIES_SELECTION | |
Definition at line 84 of file TimeSeriesWizard.h.
| te::qt::widgets::TimeSeriesWizard::TimeSeriesWizard | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Definition at line 61 of file TimeSeriesWizard.cpp.
References back(), finish(), m_datasetSelectorPage, m_datasourceSelectorPage, m_PropWidgetPage, m_ui, next(), PAGE_DATASET_SELECTION, PAGE_DATASOURCE_SELECTION, and PAGE_TIMESERIES_PROPERTIES_SELECTION.
| te::qt::widgets::TimeSeriesWizard::~TimeSeriesWizard | ( | ) |
Definition at line 98 of file TimeSeriesWizard.cpp.
|
protectedslot |
Definition at line 127 of file TimeSeriesWizard.cpp.
Referenced by TimeSeriesWizard().
|
protectedslot |
Definition at line 145 of file TimeSeriesWizard.cpp.
References generateLayer(), and te::common::Exception::what().
Referenced by TimeSeriesWizard().
| te::da::DataSetTypePtr te::qt::widgets::TimeSeriesWizard::getDatasetType | ( | ) | const |
Definition at line 112 of file TimeSeriesWizard.cpp.
| te::da::DataSourceInfoPtr te::qt::widgets::TimeSeriesWizard::getDataSource | ( | ) | const |
Definition at line 102 of file TimeSeriesWizard.cpp.
| te::st::TimeSeriesDataSetLayerPtr te::qt::widgets::TimeSeriesWizard::getTimeSeriesLayer | ( | ) |
Definition at line 122 of file TimeSeriesWizard.cpp.
|
protectedslot |
Definition at line 132 of file TimeSeriesWizard.cpp.
Referenced by TimeSeriesWizard().
|
private |
The wizard page used to select the dataset.
Definition at line 93 of file TimeSeriesWizard.h.
Referenced by TimeSeriesWizard().
|
private |
The wizard page used to select the datasource.
Definition at line 92 of file TimeSeriesWizard.h.
Referenced by TimeSeriesWizard().
|
private |
The widget used to configure the properties of the new TimeSeriesLayer.
Definition at line 94 of file TimeSeriesWizard.h.
Referenced by TimeSeriesWizard().
|
private |
The new Trajectory Layer(s);.
Definition at line 95 of file TimeSeriesWizard.h.
|
private |
The wizard's form.
Definition at line 91 of file TimeSeriesWizard.h.
Referenced by TimeSeriesWizard().