26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_SCATTERDATAWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_SCATTERDATAWIDGET_H 
   30 #include "../Config.h" 
   33 #include <QtGui/QWidget> 
   38 namespace Ui { 
class ScatterDataWidgetForm; }
 
   44   namespace da  { 
class DataSet; 
class DataSetType; }
 
   87           Ui::ScatterDataWidgetForm* getForm();
 
  101           std::auto_ptr<Ui::ScatterDataWidgetForm>  
m_ui;        
 
  109 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_SCATTERDATAWIDGET_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::auto_ptr< te::da::DataSet > m_dataSet
The dataset that will be used to generate the Scatter graphic. 
 
A class to represent a scatter. 
 
std::auto_ptr< Ui::ScatterDataWidgetForm > m_ui
THe widget Form. 
 
A class that models the description of a dataset. 
 
std::auto_ptr< te::da::DataSetType > m_dataType
The type of the dataset that will be used to generate the Scatter graphic. 
 
A dataset is the unit of information manipulated by the data access module of TerraLib.