26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_OBSERVATIONPROPERTIESWIZARDPAGE_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_OBSERVATIONPROPERTIESWIZARDPAGE_H 
   30 #include "../Config.h" 
   35 #include <QWizardPage> 
   49     class TemporalPropertiesWidget;
 
   50     class ObservationPropertiesWidget;
 
   68           bool isComplete() 
const;
 
   70           void set(
const std::list<te::da::DataSetTypePtr> dataTypes);
 
   82 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_OBSERVATIONPROPERTIESWIZARDPAGE_H 
A class that contains infos about a DataSet that contains observations. 
 
std::auto_ptr< ObservationPropertiesWidget > m_propWidget
The widget used to configure the unique ObservationLayer's properties. 
 
A WizardPage used to configure the general properties of a new spatio-temporal layer. 
 
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. 
 
std::auto_ptr< TemporalPropertiesWidget > m_tempPropWidget
The widget used to configure the general TrajectoryLayer's properties. 
 
A class that models the description of a dataset. 
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr