26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_SCATTERDIALOG_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_SCATTERDIALOG_H 
   30 #include "../Config.h" 
   33 #include <QtGui/QDialog> 
   38 namespace Ui { 
class ScatterDialogForm; }
 
   43   namespace da  { 
class DataSet; 
class DataSetType; }
 
   51     class ChartDisplayWidget;
 
   52     class ScatterDataWidget;
 
   91           void onOkPushButtonClicked();
 
   95           std::auto_ptr<Ui::ScatterDialogForm>  
m_ui;                 
 
  103 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_SCATTERDIALOG_H 
ScatterDataWidget * m_scatterDataWidget
The scatter's data widget used to configure the basic parameters of the new scatter. 
 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A dialog used to customize a Scatter parameters and generate it's ChartDisplayWidget. 
 
A wdiget used to display a chart. 
 
ChartDisplayWidget * m_displayWidget
The display's widget that will be populated by this widget. 
 
A class that models the description of a dataset. 
 
std::auto_ptr< Ui::ScatterDialogForm > m_ui
The dialog form. 
 
A dataset is the unit of information manipulated by the data access module of TerraLib.