All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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::ObservationDataSetLayerPtr
getObservationLayers ()
 
 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
< 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::list
< te::st::ObservationDataSetLayerPtr
m_observationLayers
 The new Observation Layer(s);. More...
 
std::auto_ptr
< ObservationPropertiesWizardPage
m_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 ( )

Definition at line 98 of file ObservationWizard.cpp.

Member Function Documentation

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

Definition at line 117 of file ObservationWizard.cpp.

Referenced by ObservationWizard().

void te::qt::widgets::ObservationWizard::finish ( )
protectedslot

Definition at line 135 of file ObservationWizard.cpp.

References generateLayer(), and te::common::Exception::what().

Referenced by ObservationWizard().

te::da::DataSourceInfoPtr te::qt::widgets::ObservationWizard::getDataSource ( ) const

Definition at line 102 of file ObservationWizard.cpp.

std::list< te::st::ObservationDataSetLayerPtr > te::qt::widgets::ObservationWizard::getObservationLayers ( )

Definition at line 112 of file ObservationWizard.cpp.

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

Definition at line 122 of file ObservationWizard.cpp.

Referenced by ObservationWizard().

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.

Referenced by ObservationWizard().

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.

Referenced by ObservationWizard().

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.

Referenced by ObservationWizard().

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

The wizard's form.

Definition at line 91 of file ObservationWizard.h.

Referenced by ObservationWizard().


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