QtiPlot 0.9.7.3
Public Member Functions | Protected Member Functions | Private Member Functions

Correlation Class Reference

#include <Correlation.h>

Inheritance diagram for Correlation:
Filter

List of all members.

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.

Constructor & Destructor Documentation

Correlation::Correlation ( ApplicationWindow parent,
Table t,
const QString &  colName1,
const QString &  colName2,
int  startRow = 1,
int  endRow = -1 
)

References setDataFromTable().


Member Function Documentation

void Correlation::addResultCurve ( ) [protected]
void Correlation::output ( ) [private, virtual]

Performs the data analysis and takes care of the output.

Reimplemented from Filter.

References addResultCurve(), Filter::d_n, Filter::d_result_table, Filter::d_table, Filter::d_x, and Filter::d_y.

bool Correlation::setDataFromTable ( Table t,
const QString &  colName1,
const QString &  colName2,
int  startRow = 1,
int  endRow = -1 
) [virtual]

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