26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_TIMESERIESDATAWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_TIMESERIESDATAWIDGET_H 
   30 #include "../Config.h" 
   38 namespace Ui { 
class TimeSeriesDataWidgetForm; }
 
   43   namespace da  { 
class DataSet; 
class DataSetType; }
 
   44   namespace st { 
class TimeSeries; }
 
   86           Ui::TimeSeriesDataWidgetForm* getForm();
 
   98           std::auto_ptr<Ui::TimeSeriesDataWidgetForm>  
m_ui;        
 
  106 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_TIMESERIESDATAWIDGET_H 
A class that models the description of a dataset. 
 
A dataset is the unit of information manipulated by the data access module of TerraLib. 
 
A class to represent time series.