#include <StatisticsDialog.h>
  
 Public Member Functions | |
| std::vector< double > | getNumericData (const int proType) | 
| std::size_t | getPropertyIndex () | 
| std::vector< std::string > | getStringData (const int propType) | 
| void | setStatistics (te::da::DataSet *dataSet, const std::string prop) | 
| StatisticsDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| ~StatisticsDialog () | |
Protected Slots | |
| void | onCancelPushButtonClicked () | 
| void | onSavePushButtonClicked () | 
Private Types | |
| typedef std::map < te::stat::StatisticalSummary, std::string >  | StaticalSummaryMap | 
Private Attributes | |
| te::da::DataSet * | m_dset | 
| std::string | m_prop | 
| std::auto_ptr < Ui::StatisticsDialogForm >  | m_ui | 
Definition at line 52 of file StatisticsDialog.h.
      
  | 
  private | 
Definition at line 80 of file StatisticsDialog.h.
| te::stat::StatisticsDialog::StatisticsDialog | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Definition at line 47 of file StatisticsDialog.cpp.
References m_ui, onCancelPushButtonClicked(), and onSavePushButtonClicked().
| te::stat::StatisticsDialog::~StatisticsDialog | ( | ) | 
Definition at line 59 of file StatisticsDialog.cpp.
| std::vector<double> te::stat::StatisticsDialog::getNumericData | ( | const int | proType | ) | 
| std::size_t te::stat::StatisticsDialog::getPropertyIndex | ( | ) | 
| std::vector<std::string> te::stat::StatisticsDialog::getStringData | ( | const int | propType | ) | 
      
  | 
  protectedslot | 
Definition at line 226 of file StatisticsDialog.cpp.
Referenced by StatisticsDialog().
      
  | 
  protectedslot | 
Definition at line 221 of file StatisticsDialog.cpp.
Referenced by StatisticsDialog().
| void te::stat::StatisticsDialog::setStatistics | ( | te::da::DataSet * | dataSet, | 
| const std::string | prop | ||
| ) | 
Definition at line 63 of file StatisticsDialog.cpp.
References te::stat::AMPLITUDE, te::stat::COUNT, te::stat::GetNumericData(), te::stat::GetNumericStatisticalSummary(), te::da::GetPropertyIndex(), te::stat::GetStatSummaryFullName(), te::stat::GetStringData(), te::stat::GetStringStatisticalSummary(), te::stat::KURTOSIS, te::stat::NumericStatisticalSummary::m_amplitude, te::stat::NumericStatisticalSummary::m_kurtosis, te::stat::StringStatisticalSummary::m_maxVal, te::stat::NumericStatisticalSummary::m_maxVal, te::stat::NumericStatisticalSummary::m_mean, te::stat::NumericStatisticalSummary::m_median, te::stat::StringStatisticalSummary::m_minVal, te::stat::NumericStatisticalSummary::m_minVal, te::stat::NumericStatisticalSummary::m_mode, te::stat::NumericStatisticalSummary::m_skewness, te::stat::NumericStatisticalSummary::m_stdDeviation, te::stat::NumericStatisticalSummary::m_sum, te::stat::NumericStatisticalSummary::m_varCoeff, te::stat::NumericStatisticalSummary::m_variance, te::stat::MAX_VALUE, te::stat::MEAN, te::stat::MEDIAN, te::stat::MIN_VALUE, te::stat::MODE, te::stat::SKEWNESS, te::stat::STANDARD_DEVIATION, te::dt::STRING_TYPE, te::stat::SUM, te::stat::VALID_COUNT, te::stat::VAR_COEFF, and te::stat::VARIANCE.
Referenced by TablePopupFilter::showStatistics().
      
  | 
  private | 
Definition at line 83 of file StatisticsDialog.h.
      
  | 
  private | 
Definition at line 84 of file StatisticsDialog.h.
      
  | 
  private | 
Definition at line 82 of file StatisticsDialog.h.
Referenced by StatisticsDialog().