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 | ) | 
Definition at line 34 of file TimeSeriesPropertiesWizardPage.cpp.
References m_propWidget, and m_tempPropWidget.
| te::qt::widgets::TimeSeriesPropertiesWizardPage::~TimeSeriesPropertiesWizardPage | ( | ) | 
Definition at line 50 of file TimeSeriesPropertiesWizardPage.cpp.
| te::st::TimeSeriesDataSetInfo * te::qt::widgets::TimeSeriesPropertiesWizardPage::getInfo | ( | const te::da::DataSourceInfoPtr | dsInfo | ) | 
Definition at line 54 of file TimeSeriesPropertiesWizardPage.cpp.
| void te::qt::widgets::TimeSeriesPropertiesWizardPage::set | ( | const te::da::DataSetTypePtr | dataType | ) | 
Definition at line 61 of file TimeSeriesPropertiesWizardPage.cpp.
      
  | 
  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.
Referenced by TimeSeriesPropertiesWizardPage().
      
  | 
  private | 
The widget used to configure the general TrajectoryLayer's properties.
Definition at line 75 of file TimeSeriesPropertiesWizardPage.h.
Referenced by TimeSeriesPropertiesWizardPage().