A WizardPage used to configure the general properties of a new spatio-temporal layer. More...
#include <ObservationPropertiesWizardPage.h>
Public Member Functions | |
| std::list< te::st::ObservationDataSetInfo * > | getInfo (const te::da::DataSourceInfoPtr dsInfo) |
| bool | isComplete () const |
| ObservationPropertiesWizardPage (QWidget *parent=0) | |
| void | set (const std::list< te::da::DataSetTypePtr > dataTypes) |
| ~ObservationPropertiesWizardPage () | |
Private Attributes | |
| std::list< te::da::DataSetTypePtr > | m_dataTypes |
| The list of datasettypes used to configure the trajectory(ies) | |
| std::unique_ptr< ObservationPropertiesWidget > | m_propWidget |
| The widget used to configure the unique ObservationLayer's properties. | |
| std::unique_ptr< TemporalPropertiesWidget > | m_tempPropWidget |
| The widget used to configure the general TrajectoryLayer's properties. | |
A WizardPage used to configure the general properties of a new spatio-temporal layer.
Definition at line 59 of file ObservationPropertiesWizardPage.h.
| te::qt::widgets::ObservationPropertiesWizardPage::ObservationPropertiesWizardPage | ( | QWidget * | parent = 0 | ) |
| te::qt::widgets::ObservationPropertiesWizardPage::~ObservationPropertiesWizardPage | ( | ) |
| std::list< te::st::ObservationDataSetInfo * > te::qt::widgets::ObservationPropertiesWizardPage::getInfo | ( | const te::da::DataSourceInfoPtr | dsInfo | ) |
| bool te::qt::widgets::ObservationPropertiesWizardPage::isComplete | ( | ) | const |
| void te::qt::widgets::ObservationPropertiesWizardPage::set | ( | const std::list< te::da::DataSetTypePtr > | dataTypes | ) |
|
private |
The list of datasettypes used to configure the trajectory(ies)
Definition at line 76 of file ObservationPropertiesWizardPage.h.
|
private |
The widget used to configure the unique ObservationLayer's properties.
Definition at line 77 of file ObservationPropertiesWizardPage.h.
|
private |
The widget used to configure the general TrajectoryLayer's properties.
Definition at line 78 of file ObservationPropertiesWizardPage.h.