QtiPlot  0.9.8.2
Public Member Functions | Private Slots | Private Member Functions | Private Attributes
StudentTestDialog Class Reference

Filter options dialog. More...

#include <StudentTestDialog.h>

List of all members.

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 ( ) [private, slot]
void StudentTestDialog::addConfidenceLevel ( ) [private, slot]
void StudentTestDialog::closeEvent ( QCloseEvent *  e) [private]
void StudentTestDialog::outputResults ( StatisticTest stats,
const QString &  s 
) [private]
void StudentTestDialog::updateMeanLabel ( ) [private, slot]
void StudentTestDialog::updateMeanLabels ( double  val) [private, slot]

Member Data Documentation

QRadioButton* StudentTestDialog::bothTailButton [private]
QCheckBox* StudentTestDialog::boxNoteWindow [private]
QCheckBox* StudentTestDialog::boxResultsLog [private]
QCheckBox* StudentTestDialog::boxResultsTable [private]
QComboBox* StudentTestDialog::boxSample1 [private]
QComboBox* StudentTestDialog::boxSample2 [private]
QSpinBox* StudentTestDialog::boxSampleSize [private]
QPushButton* StudentTestDialog::buttonAddLevel [private]

Referenced by StudentTestDialog().

QPushButton* StudentTestDialog::buttonOk [private]

Referenced by StudentTestDialog().

Referenced by outputResults(), and StudentTestDialog().

Referenced by outputResults(), and StudentTestDialog().

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

QRadioButton* StudentTestDialog::independentTestBtn [private]

Referenced by StudentTestDialog().

QRadioButton* StudentTestDialog::leftTailButton [private]
QLabel* StudentTestDialog::meanLabel [private]

Referenced by outputResults(), and StudentTestDialog().

Referenced by closeEvent(), and StudentTestDialog().

QRadioButton* StudentTestDialog::pairedTestBtn [private]
QRadioButton* StudentTestDialog::rightTailButton [private]

Referenced by outputResults(), and StudentTestDialog().


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