te::qt::widgets::TrajectoryWizard Class Reference

#include <TrajectoryWizard.h>

Inheritance diagram for te::qt::widgets::TrajectoryWizard:

Public Member Functions

te::da::DataSourceInfoPtr getDataSource () const
 
std::list< te::st::TrajectoryDataSetLayerPtrgetTrajectoryLayers ()
 
 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< DataSetSelectorWizardPagem_datasetSelectorPage
 The wizard page used to select the dataset. More...
 
std::auto_ptr< DataSourceSelectorWizardPagem_datasourceSelectorPage
 The wizard page used to select the datasource. More...
 
std::auto_ptr< TrajectoryPropertiesWizardPagem_PropWidgetPage
 The widget used to configure the properties of the new TrajectoryLayer. More...
 
std::list< te::st::TrajectoryDataSetLayerPtrm_trajectoryLayers
 The new Trajectory Layer(s);. More...
 
std::auto_ptr< Ui::TrajectoryWizardForm > m_ui
 The wizard's form. More...
 

Detailed Description

Definition at line 62 of file TrajectoryWizard.h.

Member Enumeration Documentation

anonymous enum
private
Enumerator
PAGE_DATASOURCE_SELECTION 
PAGE_DATASET_SELECTION 
PAGE_TRAJECTORY_PROPERTIES_SELECTION 

Definition at line 86 of file TrajectoryWizard.h.

Constructor & Destructor Documentation

te::qt::widgets::TrajectoryWizard::TrajectoryWizard ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
te::qt::widgets::TrajectoryWizard::~TrajectoryWizard ( )

Member Function Documentation

void te::qt::widgets::TrajectoryWizard::back ( )
protectedslot
void te::qt::widgets::TrajectoryWizard::finish ( )
protectedslot
te::da::DataSourceInfoPtr te::qt::widgets::TrajectoryWizard::getDataSource ( ) const
std::list<te::st::TrajectoryDataSetLayerPtr> te::qt::widgets::TrajectoryWizard::getTrajectoryLayers ( )
void te::qt::widgets::TrajectoryWizard::next ( )
protectedslot

Member Data Documentation

std::auto_ptr<DataSetSelectorWizardPage> te::qt::widgets::TrajectoryWizard::m_datasetSelectorPage
private

The wizard page used to select the dataset.

Definition at line 95 of file TrajectoryWizard.h.

std::auto_ptr<DataSourceSelectorWizardPage> te::qt::widgets::TrajectoryWizard::m_datasourceSelectorPage
private

The wizard page used to select the datasource.

Definition at line 94 of file TrajectoryWizard.h.

std::auto_ptr<TrajectoryPropertiesWizardPage> te::qt::widgets::TrajectoryWizard::m_PropWidgetPage
private

The widget used to configure the properties of the new TrajectoryLayer.

Definition at line 96 of file TrajectoryWizard.h.

std::list<te::st::TrajectoryDataSetLayerPtr> te::qt::widgets::TrajectoryWizard::m_trajectoryLayers
private

The new Trajectory Layer(s);.

Definition at line 97 of file TrajectoryWizard.h.

std::auto_ptr<Ui::TrajectoryWizardForm> te::qt::widgets::TrajectoryWizard::m_ui
private

The wizard's form.

Definition at line 93 of file TrajectoryWizard.h.


The documentation for this class was generated from the following file: