All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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:

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::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...
 

Detailed Description

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

Definition at line 58 of file TimeSeriesPropertiesWizardPage.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

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.

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 73 of file TimeSeriesPropertiesWizardPage.h.

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

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

Definition at line 74 of file TimeSeriesPropertiesWizardPage.h.

Referenced by TimeSeriesPropertiesWizardPage().

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

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

Definition at line 75 of file TimeSeriesPropertiesWizardPage.h.

Referenced by TimeSeriesPropertiesWizardPage().


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