27 #include "../../../st/core/timeseries/TimeSeriesDataSetInfo.h" 31 #include "ui_TemporalPropertiesWidgetForm.h" 32 #include "ui_TimeSeriesPropertiesWidgetForm.h" 41 QGridLayout* propLayout =
new QGridLayout(
this);
45 QGridLayout* tempPropLayout =
new QGridLayout(
m_propWidget->getForm()->m_temporalPropertiesFrame);
46 tempPropLayout->setContentsMargins(0, 0, 0, 0);
57 return timeSeriesInfo;
boost::shared_ptr< DataSetType > DataSetTypePtr
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.
~TimeSeriesPropertiesWizardPage()
std::unique_ptr< TemporalPropertiesWidget > m_tempPropWidget
The widget used to configure the general TrajectoryLayer's properties.
te::st::TimeSeriesDataSetInfo * getInfo(const te::da::DataSourceInfoPtr dsInfo)
TimeSeriesPropertiesWizardPage(QWidget *parent=0)
A class that contains infos about a DataSet that contains observations of one or more time series...
void set(const te::da::DataSetTypePtr dataType)
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr