QtiPlot 0.9.8.2
|
#include <MultiPeakFit.h>
Public Member Functions | |
GaussFit (ApplicationWindow *parent, QwtPlotCurve *) | |
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) | |
GaussFit (ApplicationWindow *parent, QwtPlotCurve *, double, double) | |
Private Member Functions | |
void | init () |
GaussFit::GaussFit | ( | ApplicationWindow * | parent, |
QwtPlotCurve * | c | ||
) |
References init(), and Filter::setDataFromCurve().
GaussFit::GaussFit | ( | ApplicationWindow * | parent, |
QwtPlotCurve * | c, | ||
double | start, | ||
double | end | ||
) |
References init(), and Filter::setDataFromCurve().
GaussFit::GaussFit | ( | ApplicationWindow * | parent, |
Graph * | g | ||
) |
References init().
GaussFit::GaussFit | ( | ApplicationWindow * | parent, |
Graph * | g, | ||
const QString & | curveTitle | ||
) |
References init(), and Filter::setDataFromCurve().
GaussFit::GaussFit | ( | ApplicationWindow * | parent, |
Graph * | g, | ||
const QString & | curveTitle, | ||
double | start, | ||
double | end | ||
) |
References init(), and Filter::setDataFromCurve().
GaussFit::GaussFit | ( | ApplicationWindow * | parent, |
Table * | t, | ||
const QString & | xCol, | ||
const QString & | yCol, | ||
int | startRow = 0 , |
||
int | endRow = -1 |
||
) |
References init(), and Fit::setDataFromTable().
void GaussFit::init | ( | ) | [private] |
Reimplemented from Fit.
References Filter::d_explanation, and Fit::d_param_explain.
Referenced by GaussFit().