#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::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 < 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::auto_ptr < Ui::TrajectoryWizardForm >  | m_ui | 
| The wizard's form.  More... | |
Definition at line 60 of file TrajectoryWizard.h.
      
  | 
  private | 
| Enumerator | |
|---|---|
| PAGE_DATASOURCE_SELECTION | |
| PAGE_DATASET_SELECTION | |
| PAGE_TRAJECTORY_PROPERTIES_SELECTION | |
Definition at line 84 of file TrajectoryWizard.h.
| te::qt::widgets::TrajectoryWizard::TrajectoryWizard | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Definition at line 61 of file TrajectoryWizard.cpp.
References back(), finish(), m_datasetSelectorPage, m_datasourceSelectorPage, m_PropWidgetPage, m_ui, next(), PAGE_DATASET_SELECTION, PAGE_DATASOURCE_SELECTION, and PAGE_TRAJECTORY_PROPERTIES_SELECTION.
| te::qt::widgets::TrajectoryWizard::~TrajectoryWizard | ( | ) | 
Definition at line 97 of file TrajectoryWizard.cpp.
      
  | 
  protectedslot | 
Definition at line 116 of file TrajectoryWizard.cpp.
Referenced by TrajectoryWizard().
      
  | 
  protectedslot | 
Definition at line 134 of file TrajectoryWizard.cpp.
References generateLayer(), and te::common::Exception::what().
Referenced by TrajectoryWizard().
| te::da::DataSourceInfoPtr te::qt::widgets::TrajectoryWizard::getDataSource | ( | ) | const | 
Definition at line 101 of file TrajectoryWizard.cpp.
| std::list< te::st::TrajectoryDataSetLayerPtr > te::qt::widgets::TrajectoryWizard::getTrajectoryLayers | ( | ) | 
Definition at line 111 of file TrajectoryWizard.cpp.
      
  | 
  protectedslot | 
Definition at line 121 of file TrajectoryWizard.cpp.
Referenced by TrajectoryWizard().
      
  | 
  private | 
The wizard page used to select the dataset.
Definition at line 93 of file TrajectoryWizard.h.
Referenced by TrajectoryWizard().
      
  | 
  private | 
The wizard page used to select the datasource.
Definition at line 92 of file TrajectoryWizard.h.
Referenced by TrajectoryWizard().
      
  | 
  private | 
The widget used to configure the properties of the new TrajectoryLayer.
Definition at line 94 of file TrajectoryWizard.h.
Referenced by TrajectoryWizard().
      
  | 
  private | 
The new Trajectory Layer(s);.
Definition at line 95 of file TrajectoryWizard.h.
      
  | 
  private | 
The wizard's form.
Definition at line 91 of file TrajectoryWizard.h.
Referenced by TrajectoryWizard().