#include <TrajectoryWizard.h>
  
 Public Member Functions | |
| te::da::DataSourceInfoPtr | getDataSource () const | 
| std::list< te::st::TrajectoryDataSetLayerPtr > | getTrajectoryLayers () | 
| TrajectoryWizard (QWidget *parent=0, Qt::WindowFlags f=0) | |
| ~TrajectoryWizard () | |
Protected Slots | |
| void | back () | 
| void | finish () | 
| void | next () | 
Private Types | |
| enum | { PAGE_DATASOURCE_SELECTION, PAGE_DATASET_SELECTION, PAGE_TRAJECTORY_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< TrajectoryPropertiesWizardPage > | m_PropWidgetPage | 
| The widget used to configure the properties of the new TrajectoryLayer.  More... | |
| std::list< te::st::TrajectoryDataSetLayerPtr > | m_trajectoryLayers | 
| The new Trajectory Layer(s);.  More... | |
| std::unique_ptr< Ui::TrajectoryWizardForm > | m_ui | 
| The wizard's form.  More... | |
Definition at line 62 of file TrajectoryWizard.h.
      
  | 
  private | 
| Enumerator | |
|---|---|
| PAGE_DATASOURCE_SELECTION | |
| PAGE_DATASET_SELECTION | |
| PAGE_TRAJECTORY_PROPERTIES_SELECTION | |
Definition at line 86 of file TrajectoryWizard.h.
| te::qt::widgets::TrajectoryWizard::TrajectoryWizard | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
| te::qt::widgets::TrajectoryWizard::~TrajectoryWizard | ( | ) | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
| te::da::DataSourceInfoPtr te::qt::widgets::TrajectoryWizard::getDataSource | ( | ) | const | 
| std::list<te::st::TrajectoryDataSetLayerPtr> te::qt::widgets::TrajectoryWizard::getTrajectoryLayers | ( | ) | 
      
  | 
  protectedslot | 
      
  | 
  private | 
The wizard page used to select the dataset.
Definition at line 95 of file TrajectoryWizard.h.
      
  | 
  private | 
The wizard page used to select the datasource.
Definition at line 94 of file TrajectoryWizard.h.
      
  | 
  private | 
The widget used to configure the properties of the new TrajectoryLayer.
Definition at line 96 of file TrajectoryWizard.h.
      
  | 
  private | 
The new Trajectory Layer(s);.
Definition at line 97 of file TrajectoryWizard.h.
      
  | 
  private | 
The wizard's form.
Definition at line 93 of file TrajectoryWizard.h.