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