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;
A conteiner class for keeping information about a data source.
A WizardPage used to configure the general properties of a new spatio-temporal layer.
TimeSeriesPropertiesWizardPage(QWidget *parent=0)
~TimeSeriesPropertiesWizardPage()
std::unique_ptr< TemporalPropertiesWidget > m_tempPropWidget
The widget used to configure the general TrajectoryLayer's properties.
te::da::DataSetTypePtr m_dataType
The list of datasettypes used to configure the time series.
std::unique_ptr< TimeSeriesPropertiesWidget > m_propWidget
The widget used to configure the general spatio-temporal layer's properties.
void set(const te::da::DataSetTypePtr dataType)
te::st::TimeSeriesDataSetInfo * getInfo(const te::da::DataSourceInfoPtr dsInfo)
A class that contains infos about a DataSet that contains observations of one or more time series.
boost::shared_ptr< DataSetType > DataSetTypePtr
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr