te::qt::widgets::TimeSeriesPropertiesWizardPage Class Reference

A WizardPage used to configure the general properties of a new spatio-temporal layer. More...

#include <TimeSeriesPropertiesWizardPage.h>

Inheritance diagram for te::qt::widgets::TimeSeriesPropertiesWizardPage:
QWizardPage

Public Member Functions

te::st::TimeSeriesDataSetInfogetInfo (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::unique_ptr< TimeSeriesPropertiesWidgetm_propWidget
 The widget used to configure the general spatio-temporal layer's properties. More...
 
std::unique_ptr< TemporalPropertiesWidgetm_tempPropWidget
 The widget used to configure the general TrajectoryLayer's properties. More...
 

Detailed Description

A WizardPage used to configure the general properties of a new spatio-temporal layer.

Definition at line 60 of file TimeSeriesPropertiesWizardPage.h.

Constructor & Destructor Documentation

te::qt::widgets::TimeSeriesPropertiesWizardPage::TimeSeriesPropertiesWizardPage ( QWidget parent = 0)
te::qt::widgets::TimeSeriesPropertiesWizardPage::~TimeSeriesPropertiesWizardPage ( )
default

Member Function Documentation

te::st::TimeSeriesDataSetInfo * te::qt::widgets::TimeSeriesPropertiesWizardPage::getInfo ( const te::da::DataSourceInfoPtr  dsInfo)

Definition at line 53 of file TimeSeriesPropertiesWizardPage.cpp.

References m_dataType, m_propWidget, and m_tempPropWidget.

void te::qt::widgets::TimeSeriesPropertiesWizardPage::set ( const te::da::DataSetTypePtr  dataType)

Definition at line 60 of file TimeSeriesPropertiesWizardPage.cpp.

References m_dataType, m_propWidget, and m_tempPropWidget.

Member Data Documentation

te::da::DataSetTypePtr te::qt::widgets::TimeSeriesPropertiesWizardPage::m_dataType
private

The list of datasettypes used to configure the time series.

Definition at line 75 of file TimeSeriesPropertiesWizardPage.h.

Referenced by getInfo(), and set().

std::unique_ptr<TimeSeriesPropertiesWidget> te::qt::widgets::TimeSeriesPropertiesWizardPage::m_propWidget
private

The widget used to configure the general spatio-temporal layer's properties.

Definition at line 76 of file TimeSeriesPropertiesWizardPage.h.

Referenced by getInfo(), set(), and TimeSeriesPropertiesWizardPage().

std::unique_ptr<TemporalPropertiesWidget> te::qt::widgets::TimeSeriesPropertiesWizardPage::m_tempPropWidget
private

The widget used to configure the general TrajectoryLayer's properties.

Definition at line 77 of file TimeSeriesPropertiesWizardPage.h.

Referenced by getInfo(), set(), and TimeSeriesPropertiesWizardPage().


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