QtiPlot  0.9.8.2
Public Member Functions | Private Slots | Private Member Functions | Private Attributes | List of all members
StudentTestDialog Class Reference

Filter options dialog. More...

#include <StudentTestDialog.h>

Inheritance diagram for StudentTestDialog:

Public Member Functions

 StudentTestDialog (const StatisticTest::TestType &type, Table *t, bool twoSamples=false, QWidget *parent=0)
 

Private Slots

void accept ()
 
void addConfidenceLevel ()
 
void enableDescriptiveStatistics ()
 
void updateMeanLabel ()
 
void updateMeanLabels (double)
 

Private Member Functions

void acceptChiSquareTest ()
 
void acceptStudentTest ()
 
void closeEvent (QCloseEvent *)
 
void outputResults (StatisticTest *stats, const QString &s)
 

Private Attributes

QRadioButton * bothTailButton
 
QLabel * bothTailLabel
 
CollapsiveGroupBoxboxConfidenceInterval
 
DoubleSpinBoxboxMean
 
QCheckBox * boxNoteWindow
 
QCheckBox * boxOtherSampleSize
 
CollapsiveGroupBoxboxPowerAnalysis
 
DoubleSpinBoxboxPowerLevel
 
QCheckBox * boxResultsLog
 
QCheckBox * boxResultsTable
 
QComboBox * boxSample1
 
QComboBox * boxSample2
 
QSpinBox * boxSampleSize
 
DoubleSpinBoxboxSignificance
 
QPushButton * buttonAddLevel
 
QPushButton * buttonOk
 
Noted_note
 
Tabled_table
 
StatisticTest::TestType d_test_type
 
bool d_two_samples
 
QRadioButton * independentTestBtn
 
QRadioButton * leftTailButton
 
QLabel * leftTailLabel
 
QLabel * meanLabel
 
QLineEdit * noteNameLineEdit
 
CollapsiveGroupBoxoutputSettingsBox
 
QRadioButton * pairedTestBtn
 
QRadioButton * rightTailButton
 
QLabel * rightTailLabel
 
QCheckBox * showStatisticsBox
 
QLineEdit * tableNameLineEdit
 

Detailed Description

Filter options dialog.

Constructor & Destructor Documentation

StudentTestDialog::StudentTestDialog ( const StatisticTest::TestType type,
Table t,
bool  twoSamples = false,
QWidget *  parent = 0 
)

Member Function Documentation

void StudentTestDialog::accept ( )
privateslot
void StudentTestDialog::acceptChiSquareTest ( )
private
void StudentTestDialog::acceptStudentTest ( )
private
void StudentTestDialog::addConfidenceLevel ( )
privateslot
void StudentTestDialog::closeEvent ( QCloseEvent *  e)
private
void StudentTestDialog::enableDescriptiveStatistics ( )
privateslot
void StudentTestDialog::outputResults ( StatisticTest stats,
const QString &  s 
)
private
void StudentTestDialog::updateMeanLabel ( )
privateslot
void StudentTestDialog::updateMeanLabels ( double  val)
privateslot

Member Data Documentation

QRadioButton* StudentTestDialog::bothTailButton
private
QLabel* StudentTestDialog::bothTailLabel
private
CollapsiveGroupBox* StudentTestDialog::boxConfidenceInterval
private
DoubleSpinBox* StudentTestDialog::boxMean
private
QCheckBox* StudentTestDialog::boxNoteWindow
private
QCheckBox* StudentTestDialog::boxOtherSampleSize
private
CollapsiveGroupBox* StudentTestDialog::boxPowerAnalysis
private
DoubleSpinBox* StudentTestDialog::boxPowerLevel
private
QCheckBox* StudentTestDialog::boxResultsLog
private
QCheckBox* StudentTestDialog::boxResultsTable
private
QComboBox* StudentTestDialog::boxSample1
private
QComboBox* StudentTestDialog::boxSample2
private
QSpinBox* StudentTestDialog::boxSampleSize
private
DoubleSpinBox* StudentTestDialog::boxSignificance
private
QPushButton* StudentTestDialog::buttonAddLevel
private

Referenced by StudentTestDialog().

QPushButton* StudentTestDialog::buttonOk
private

Referenced by StudentTestDialog().

Note* StudentTestDialog::d_note
private

Referenced by outputResults(), and StudentTestDialog().

Table* StudentTestDialog::d_table
private

Referenced by outputResults(), and StudentTestDialog().

StatisticTest::TestType StudentTestDialog::d_test_type
private

Referenced by accept(), closeEvent(), and updateMeanLabel().

bool StudentTestDialog::d_two_samples
private
QRadioButton* StudentTestDialog::independentTestBtn
private

Referenced by StudentTestDialog().

QRadioButton* StudentTestDialog::leftTailButton
private
QLabel* StudentTestDialog::leftTailLabel
private
QLabel* StudentTestDialog::meanLabel
private
QLineEdit* StudentTestDialog::noteNameLineEdit
private

Referenced by outputResults(), and StudentTestDialog().

CollapsiveGroupBox* StudentTestDialog::outputSettingsBox
private

Referenced by closeEvent(), and StudentTestDialog().

QRadioButton* StudentTestDialog::pairedTestBtn
private
QRadioButton* StudentTestDialog::rightTailButton
private
QLabel* StudentTestDialog::rightTailLabel
private
QCheckBox* StudentTestDialog::showStatisticsBox
private
QLineEdit* StudentTestDialog::tableNameLineEdit
private

Referenced by outputResults(), and StudentTestDialog().


The documentation for this class was generated from the following files: