26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_TIMESERIESPROPERTIESWIZARDPAGE_H    27 #define __TERRALIB_QT_WIDGETS_INTERNAL_TIMESERIESPROPERTIESWIZARDPAGE_H    31 #include "../../../dataaccess/dataset/DataSetType.h"    34 #include "../Config.h"    37 #include <QWizardPage>    45   namespace st { 
class TimeSeriesDataSetInfo; }
    52     class TemporalPropertiesWidget;
    53     class TimeSeriesPropertiesWidget;
    83 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_TIMESERIESPROPERTIESWIZARDPAGE_H boost::shared_ptr< DataSetType > DataSetTypePtr
 
te::da::DataSetTypePtr m_dataType
The list of datasettypes used to configure the time series. 
 
std::auto_ptr< TimeSeriesPropertiesWidget > m_propWidget
The widget used to configure the general spatio-temporal layer's properties. 
 
std::auto_ptr< TemporalPropertiesWidget > m_tempPropWidget
The widget used to configure the general TrajectoryLayer's properties. 
 
A conteiner class for keeping information about a data source. 
 
A WizardPage used to configure the general properties of a new spatio-temporal layer. 
 
A class that contains infos about a DataSet that contains observations of one or more time series...
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr