#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::unique_ptr< DataSetSelectorWizardPage > | m_datasetSelectorPage | 
| The wizard page used to select the dataset.  More... | |
| std::unique_ptr< DataSourceSelectorWizardPage > | m_datasourceSelectorPage | 
| The wizard page used to select the datasource.  More... | |
| std::unique_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::unique_ptr< Ui::TimeSeriesWizardForm > | m_ui | 
| The wizard's form.  More... | |
Definition at line 61 of file TimeSeriesWizard.h.
      
  | 
  private | 
| Enumerator | |
|---|---|
| PAGE_DATASOURCE_SELECTION | |
| PAGE_DATASET_SELECTION | |
| PAGE_TIMESERIES_PROPERTIES_SELECTION | |
Definition at line 87 of file TimeSeriesWizard.h.
| te::qt::widgets::TimeSeriesWizard::TimeSeriesWizard | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
| te::qt::widgets::TimeSeriesWizard::~TimeSeriesWizard | ( | ) | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
| te::da::DataSetTypePtr te::qt::widgets::TimeSeriesWizard::getDatasetType | ( | ) | const | 
| te::da::DataSourceInfoPtr te::qt::widgets::TimeSeriesWizard::getDataSource | ( | ) | const | 
| te::st::TimeSeriesDataSetLayerPtr te::qt::widgets::TimeSeriesWizard::getTimeSeriesLayer | ( | ) | 
      
  | 
  protectedslot | 
      
  | 
  private | 
The wizard page used to select the dataset.
Definition at line 96 of file TimeSeriesWizard.h.
      
  | 
  private | 
The wizard page used to select the datasource.
Definition at line 95 of file TimeSeriesWizard.h.
      
  | 
  private | 
The widget used to configure the properties of the new TimeSeriesLayer.
Definition at line 97 of file TimeSeriesWizard.h.
      
  | 
  private | 
The new Trajectory Layer(s);.
Definition at line 98 of file TimeSeriesWizard.h.
      
  | 
  private | 
The wizard's form.
Definition at line 94 of file TimeSeriesWizard.h.