A widget used to adjust a histogram's input data.  
 More...
#include <HistogramDataWidget.h>
A widget used to adjust a histogram's input data. 
Definition at line 59 of file HistogramDataWidget.h.
 
Constructor. 
- Parameters
 - 
  
    | dataSet | The dataset that will be used to generate a histogram.  | 
    | dataType | The dataset that will be used to generate a histogram.  | 
    | parent | this widget's parent  | 
    | f | Window flags used to configure this widget  | 
  
   
 
 
      
        
          | te::qt::widgets::HistogramDataWidget::~HistogramDataWidget  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | Ui::HistogramDataWidgetForm* te::qt::widgets::HistogramDataWidget::getForm  | 
          ( | 
           | ) | 
           | 
        
      
 
Returns a pointer to the widget's form. 
- Returns
 - A HistogramDataWidgetForm type pointer to the widget's form. 
 
- Note
 - The caller will not take ownership of the returned pointer. 
 
 
 
Returns a pointer to the widget's form. 
- Returns
 - A HistogramDataWidgetForm type pointer to the widget's form. 
 
- Note
 - The caller will take ownership of the returned pointer. 
 
 
 
      
        
          | std::string te::qt::widgets::HistogramDataWidget::getSummaryFunction  | 
          ( | 
           | ) | 
           | 
        
      
 
Returns the name of the chosen summary function. Default is None. 
- Returns
 - The name of the chosen summary function. 
 
 
 
  
  
      
        
          | void te::qt::widgets::HistogramDataWidget::onPropertyComboBoxIndexChanged  | 
          ( | 
          QString  | 
          text | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
  
  
      
        
          | void te::qt::widgets::HistogramDataWidget::onReadAllCheckBoxStateChanged  | 
          ( | 
          int  | 
          state | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
      
        
          | void te::qt::widgets::HistogramDataWidget::setHistogramProperty  | 
          ( | 
          int  | 
          propId | ) | 
           | 
        
      
 
Sets the property to be used in order to generate the histogram. 
- Note
 - This function is intented to prevent the user from selecting a property through this widget in special cases, if that is not the intended behaviour, do not call this function. 
 
 
 
  
  
      
        
          | std::unique_ptr<te::da::DataSet> te::qt::widgets::HistogramDataWidget::m_dataSet | 
         
       
   | 
  
private   | 
  
 
 
The type of the dataset that will be used to generate the histogram graphic. 
Definition at line 122 of file HistogramDataWidget.h.
 
 
  
  
      
        
          | std::unique_ptr<Ui::HistogramDataWidgetForm> te::qt::widgets::HistogramDataWidget::m_ui | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/qt/widgets/charts/HistogramDataWidget.h