26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_TRAJECOTORYPROPERTIESWIZARDPAGE_H    27 #define __TERRALIB_QT_WIDGETS_INTERNAL_TRAJECOTORYPROPERTIESWIZARDPAGE_H    30 #include "../Config.h"    37 #include <QWizardPage>    44   namespace st { 
class TrajectoryDataSetInfo; }
    51     class TemporalPropertiesWidget;
    52     class TrajectoryPropertiesWidget;
    70           bool isComplete() 
const;
    72           void set(
const std::list<te::da::DataSetTypePtr> dataTypes);
    84 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_TRAJECOTORYPROPERTIESWIZARDPAGE_H A WizardPage used to configure the general properties of a new spatio-temporal layer. 
 
std::unique_ptr< TrajectoryPropertiesWidget > m_propWidget
The widget used to configure the unique TrajectoryLayer's properties. 
 
std::list< te::da::DataSetTypePtr > m_dataTypes
The list of datasettypes used to configure the trajectory(ies) 
 
A conteiner class for keeping information about a data source. 
 
A class that models the description of a dataset. 
 
std::unique_ptr< TemporalPropertiesWidget > m_tempPropWidget
The widget used to configure the general TrajectoryLayer's properties. 
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr