te::qt::widgets::ObservationWizard Class Reference

#include <ObservationWizard.h>

Inheritance diagram for te::qt::widgets::ObservationWizard:

Public Member Functions

te::da::DataSourceInfoPtr getDataSource () const
 
std::list< te::st::ObservationDataSetLayerPtrgetObservationLayers ()
 
 ObservationWizard (QWidget *parent=0, Qt::WindowFlags f=0)
 
 ~ObservationWizard ()
 

Protected Slots

void back ()
 
void finish ()
 
void next ()
 

Private Types

enum  { PAGE_DATASOURCE_SELECTION, PAGE_DATASET_SELECTION, PAGE_OBSERVATION_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::list< te::st::ObservationDataSetLayerPtrm_observationLayers
 The new Observation Layer(s);. More...
 
std::auto_ptr< ObservationPropertiesWizardPagem_PropWidgetPage
 The widget used to configure the properties of the new ObservationLayer. More...
 
std::auto_ptr< Ui::ObservationWizardForm > m_ui
 The wizard's form. More...
 

Detailed Description

Definition at line 60 of file ObservationWizard.h.

Member Enumeration Documentation

anonymous enum
private
Enumerator
PAGE_DATASOURCE_SELECTION 
PAGE_DATASET_SELECTION 
PAGE_OBSERVATION_PROPERTIES_SELECTION 

Definition at line 84 of file ObservationWizard.h.

Constructor & Destructor Documentation

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

Member Function Documentation

void te::qt::widgets::ObservationWizard::back ( )
protectedslot
void te::qt::widgets::ObservationWizard::finish ( )
protectedslot
te::da::DataSourceInfoPtr te::qt::widgets::ObservationWizard::getDataSource ( ) const
std::list<te::st::ObservationDataSetLayerPtr> te::qt::widgets::ObservationWizard::getObservationLayers ( )
void te::qt::widgets::ObservationWizard::next ( )
protectedslot

Member Data Documentation

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

The wizard page used to select the dataset.

Definition at line 93 of file ObservationWizard.h.

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

The wizard page used to select the datasource.

Definition at line 92 of file ObservationWizard.h.

std::list<te::st::ObservationDataSetLayerPtr> te::qt::widgets::ObservationWizard::m_observationLayers
private

The new Observation Layer(s);.

Definition at line 95 of file ObservationWizard.h.

std::auto_ptr<ObservationPropertiesWizardPage> te::qt::widgets::ObservationWizard::m_PropWidgetPage
private

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

Definition at line 94 of file ObservationWizard.h.

std::auto_ptr<Ui::ObservationWizardForm> te::qt::widgets::ObservationWizard::m_ui
private

The wizard's form.

Definition at line 91 of file ObservationWizard.h.


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