All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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::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...
 

Detailed Description

Definition at line 60 of file TrajectoryWizard.h.

Member Enumeration Documentation

anonymous enum
private
Enumerator
PAGE_DATASOURCE_SELECTION 
PAGE_DATASET_SELECTION 
PAGE_TRAJECTORY_PROPERTIES_SELECTION 

Definition at line 84 of file TrajectoryWizard.h.

Constructor & Destructor Documentation

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

Definition at line 97 of file TrajectoryWizard.cpp.

Member Function Documentation

void te::qt::widgets::TrajectoryWizard::back ( )
protectedslot

Definition at line 116 of file TrajectoryWizard.cpp.

Referenced by TrajectoryWizard().

void te::qt::widgets::TrajectoryWizard::finish ( )
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.

void te::qt::widgets::TrajectoryWizard::next ( )
protectedslot

Definition at line 121 of file TrajectoryWizard.cpp.

Referenced by TrajectoryWizard().

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 93 of file TrajectoryWizard.h.

Referenced by TrajectoryWizard().

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

The wizard page used to select the datasource.

Definition at line 92 of file TrajectoryWizard.h.

Referenced by TrajectoryWizard().

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 94 of file TrajectoryWizard.h.

Referenced by TrajectoryWizard().

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

The new Trajectory Layer(s);.

Definition at line 95 of file TrajectoryWizard.h.

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

The wizard's form.

Definition at line 91 of file TrajectoryWizard.h.

Referenced by TrajectoryWizard().


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