A WizardPage used to configure the general properties of a new spatio-temporal layer. More...
#include <TimeSeriesPropertiesWizardPage.h>
Public Member Functions | |
| te::st::TimeSeriesDataSetInfo * | getInfo (const te::da::DataSourceInfoPtr dsInfo) |
| void | set (const te::da::DataSetTypePtr dataType) |
| TimeSeriesPropertiesWizardPage (QWidget *parent=0) | |
| ~TimeSeriesPropertiesWizardPage () | |
Private Attributes | |
| te::da::DataSetTypePtr | m_dataType |
| The list of datasettypes used to configure the time series. More... | |
| std::auto_ptr< TimeSeriesPropertiesWidget > | m_propWidget |
| The widget used to configure the general spatio-temporal layer's properties. More... | |
| std::auto_ptr< TemporalPropertiesWidget > | m_tempPropWidget |
| The widget used to configure the general TrajectoryLayer's properties. More... | |
A WizardPage used to configure the general properties of a new spatio-temporal layer.
Definition at line 58 of file TimeSeriesPropertiesWizardPage.h.
| te::qt::widgets::TimeSeriesPropertiesWizardPage::TimeSeriesPropertiesWizardPage | ( | QWidget * | parent = 0 | ) |
| te::qt::widgets::TimeSeriesPropertiesWizardPage::~TimeSeriesPropertiesWizardPage | ( | ) |
| te::st::TimeSeriesDataSetInfo* te::qt::widgets::TimeSeriesPropertiesWizardPage::getInfo | ( | const te::da::DataSourceInfoPtr | dsInfo | ) |
| void te::qt::widgets::TimeSeriesPropertiesWizardPage::set | ( | const te::da::DataSetTypePtr | dataType | ) |
|
private |
The list of datasettypes used to configure the time series.
Definition at line 73 of file TimeSeriesPropertiesWizardPage.h.
|
private |
The widget used to configure the general spatio-temporal layer's properties.
Definition at line 74 of file TimeSeriesPropertiesWizardPage.h.
|
private |
The widget used to configure the general TrajectoryLayer's properties.
Definition at line 75 of file TimeSeriesPropertiesWizardPage.h.