#include <MultiPeakFit.h>

Public Member Functions | |
| LorentzFit (ApplicationWindow *parent, Table *t, const QString &xCol, const QString &yCol, int startRow=0, int endRow=-1) | |
| LorentzFit (ApplicationWindow *parent, Graph *g, const QString &curveTitle, double start, double end) | |
| LorentzFit (ApplicationWindow *parent, Graph *g, const QString &curveTitle) | |
| LorentzFit (ApplicationWindow *parent, Graph *g) | |
Private Member Functions | |
| void | init () |
| LorentzFit::LorentzFit | ( | ApplicationWindow * | parent, | |
| Graph * | g | |||
| ) |
References init().
| LorentzFit::LorentzFit | ( | ApplicationWindow * | parent, | |
| Graph * | g, | |||
| const QString & | curveTitle | |||
| ) |
References init(), and Filter::setDataFromCurve().
| LorentzFit::LorentzFit | ( | ApplicationWindow * | parent, | |
| Graph * | g, | |||
| const QString & | curveTitle, | |||
| double | start, | |||
| double | end | |||
| ) |
References init(), and Filter::setDataFromCurve().
| LorentzFit::LorentzFit | ( | ApplicationWindow * | parent, | |
| Table * | t, | |||
| const QString & | xCol, | |||
| const QString & | yCol, | |||
| int | startRow = 0, |
|||
| int | endRow = -1 | |||
| ) |
References init(), and Fit::setDataFromTable().
| void LorentzFit::init | ( | ) | [private] |
Reimplemented from Fit.
References Filter::d_explanation, and Fit::d_param_explain.
Referenced by LorentzFit().
1.5.6