#include <Correlation.h>
Public Member Functions | |
Correlation (ApplicationWindow *parent, Table *t, const QString &colName1, const QString &colName2) | |
void | setDataFromTable (Table *t, const QString &colName1, const QString &colName2) |
Protected Member Functions | |
void | addResultCurve () |
Handles the graphical output. | |
Private Member Functions | |
virtual void | output () |
Performs the data analysis and takes care of the output. |
Correlation::Correlation | ( | ApplicationWindow * | parent, | |
Table * | t, | |||
const QString & | colName1, | |||
const QString & | colName2 | |||
) |
void Correlation::addResultCurve | ( | ) | [protected] |
Handles the graphical output.
void Correlation::output | ( | ) | [private, virtual] |
void Correlation::setDataFromTable | ( | Table * | t, | |
const QString & | colName1, | |||
const QString & | colName2 | |||
) |