A widget used to adjust a histogram's input data. More...
#include "../../../qt/widgets/charts/Utils.h"#include "../../../dataaccess.h"#include "../../../datatype/Property.h"#include "../../../raster.h"#include "../../../raster/RasterSummaryManager.h"#include "../../../statistics/core/Enums.h"#include "../../../statistics/core/Utils.h"#include "Histogram.h"#include "HistogramDataWidget.h"#include "ui_HistogramDataWidgetForm.h"#include <iostream>Go to the source code of this file.
Functions | |
| void | updateSummary (te::da::DataSet *dataSet, Ui::HistogramDataWidgetForm *ui) | 
A widget used to adjust a histogram's input data.
Definition in file HistogramDataWidget.cpp.
| void updateSummary | ( | te::da::DataSet * | dataSet, | 
| Ui::HistogramDataWidgetForm * | ui | ||
| ) | 
Definition at line 40 of file HistogramDataWidget.cpp.
References te::stat::AMPLITUDE, te::dt::DATETIME_TYPE, te::da::DataSet::getNumProperties(), te::da::DataSet::getPropertyDataType(), te::da::DataSet::getPropertyName(), te::stat::GetStatSummaryFullName(), te::stat::KURTOSIS, te::stat::MAX_VALUE, te::stat::MEAN, te::stat::MEDIAN, te::stat::MIN_VALUE, te::stat::SKEWNESS, te::stat::STANDARD_DEVIATION, te::dt::STRING_TYPE, te::stat::SUM, te::stat::VAR_COEFF, and te::stat::VARIANCE.
Referenced by te::qt::widgets::HistogramDataWidget::HistogramDataWidget(), and te::qt::widgets::HistogramDataWidget::onPropertyComboBoxIndexChanged().