#include <MultiPeakFit.h>
Public Member Functions | |
GaussFit (ApplicationWindow *parent, Table *t, const QString &xCol, const QString &yCol, int startRow=0, int endRow=-1) | |
GaussFit (ApplicationWindow *parent, Graph *g, const QString &curveTitle, double start, double end) | |
GaussFit (ApplicationWindow *parent, Graph *g, const QString &curveTitle) | |
GaussFit (ApplicationWindow *parent, Graph *g) | |
Private Member Functions | |
void | init () |
GaussFit::GaussFit | ( | ApplicationWindow * | parent, | |
Graph * | g | |||
) |
GaussFit::GaussFit | ( | ApplicationWindow * | parent, | |
Graph * | g, | |||
const QString & | curveTitle | |||
) |
GaussFit::GaussFit | ( | ApplicationWindow * | parent, | |
Graph * | g, | |||
const QString & | curveTitle, | |||
double | start, | |||
double | end | |||
) |
GaussFit::GaussFit | ( | ApplicationWindow * | parent, | |
Table * | t, | |||
const QString & | xCol, | |||
const QString & | yCol, | |||
int | startRow = 0 , |
|||
int | endRow = -1 | |||
) |
void GaussFit::init | ( | ) | [private] |
Reimplemented from Fit.