26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_TIMESERIESPROPERTIESWIZARDPAGE_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_TIMESERIESPROPERTIESWIZARDPAGE_H 
   30 #include "../../../dataaccess/dataset/DataSetType.h" 
   32 #include "../Config.h" 
   35 #include <QWizardPage> 
   43   namespace st { 
class TimeSeriesDataSetInfo; }
 
   50     class TemporalPropertiesWidget;
 
   51     class TimeSeriesPropertiesWidget;
 
   81 #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