#include <Correlation.h>

Public Member Functions | |
| Correlation (ApplicationWindow *parent, Table *t, const QString &colName1, const QString &colName2, int startRow=1, int endRow=-1) | |
| bool | setDataFromTable (Table *t, const QString &colName1, const QString &colName2, int startRow=1, int endRow=-1) |
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, | |||
| int | startRow = 1, |
|||
| int | endRow = -1 | |||
| ) |
| void Correlation::addResultCurve | ( | ) | [protected] |
Handles the graphical output.
| void Correlation::output | ( | ) | [private, virtual] |
| bool Correlation::setDataFromTable | ( | Table * | t, | |
| const QString & | colName1, | |||
| const QString & | colName2, | |||
| int | startRow = 1, |
|||
| int | endRow = -1 | |||
| ) | [virtual] |
Reimplemented from Filter.
1.5.4