26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_HISTOGRAMDATAWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_HISTOGRAMDATAWIDGET_H 
   30 #include "../Config.h" 
   38 namespace Ui { 
class HistogramDataWidgetForm; }
 
   43   namespace da  { 
class DataSet; 
class DataSetType; }
 
   87           Ui::HistogramDataWidgetForm* getForm();
 
  103           void setHistogramProperty(
int propId);
 
  110           std::string getSummaryFunction();
 
  114           void onPropertyComboBoxIndexChanged(QString text);
 
  118           std::auto_ptr<Ui::HistogramDataWidgetForm>  
m_ui;        
 
  126 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_HISTOGRAMDATAWIDGET_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.