26#ifndef __TERRALIB_QT_WIDGETS_INTERNAL_TRAJECOTORYPROPERTIESWIZARDPAGE_H 
   27#define __TERRALIB_QT_WIDGETS_INTERNAL_TRAJECOTORYPROPERTIESWIZARDPAGE_H 
   44  namespace st { 
class TrajectoryDataSetInfo; }
 
   51    class TemporalPropertiesWidget;
 
   52    class TrajectoryPropertiesWidget;
 
   72          void set(
const std::list<te::da::DataSetTypePtr> dataTypes);
 
A class that models the description of a dataset.
 
A conteiner class for keeping information about a data source.
 
A WizardPage used to configure the general properties of a new spatio-temporal layer.
 
~TrajectoryPropertiesWizardPage()
 
void set(const std::list< te::da::DataSetTypePtr > dataTypes)
 
std::list< te::da::DataSetTypePtr > m_dataTypes
The list of datasettypes used to configure the trajectory(ies)
 
TrajectoryPropertiesWizardPage(QWidget *parent=0)
 
std::unique_ptr< TemporalPropertiesWidget > m_tempPropWidget
The widget used to configure the general TrajectoryLayer's properties.
 
std::list< te::st::TrajectoryDataSetInfo * > getInfo(const te::da::DataSourceInfoPtr dsInfo)
 
std::unique_ptr< TrajectoryPropertiesWidget > m_propWidget
The widget used to configure the unique TrajectoryLayer's properties.
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr