#include <ObservationWizard.h>
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... | |
Definition at line 60 of file ObservationWizard.h.
|
private |
Enumerator | |
---|---|
PAGE_DATASOURCE_SELECTION | |
PAGE_DATASET_SELECTION | |
PAGE_OBSERVATION_PROPERTIES_SELECTION |
Definition at line 84 of file ObservationWizard.h.
te::qt::widgets::ObservationWizard::ObservationWizard | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | f = 0 |
||
) |
te::qt::widgets::ObservationWizard::~ObservationWizard | ( | ) |
|
protectedslot |
|
protectedslot |
te::da::DataSourceInfoPtr te::qt::widgets::ObservationWizard::getDataSource | ( | ) | const |
std::list<te::st::ObservationDataSetLayerPtr> te::qt::widgets::ObservationWizard::getObservationLayers | ( | ) |
|
protectedslot |
|
private |
The wizard page used to select the dataset.
Definition at line 93 of file ObservationWizard.h.
|
private |
The wizard page used to select the datasource.
Definition at line 92 of file ObservationWizard.h.
|
private |
The new Observation Layer(s);.
Definition at line 95 of file ObservationWizard.h.
|
private |
The widget used to configure the properties of the new ObservationLayer.
Definition at line 94 of file ObservationWizard.h.
|
private |
The wizard's form.
Definition at line 91 of file ObservationWizard.h.