26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_TIMESERIESDIALOG_H    27 #define __TERRALIB_QT_WIDGETS_INTERNAL_TIMESERIESDIALOG_H    30 #include "../Config.h"    38 namespace Ui { 
class ChartDialogForm; }
    43   namespace da  { 
class DataSet; 
class DataSetType; }
    51     class ChartDisplayWidget;
    52     class TimeSeriesDataWidget;
    91           void onOkPushButtonClicked();
    95           std::unique_ptr<Ui::ChartDialogForm>  
m_ui;                    
   103 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_TIMESERIESDIALOG_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.