Public Types | |
enum | PeakProfile { Gauss, Lorentz } |
Public Member Functions | |
void | enablePeakCurves (bool) |
void | guessInitialValues () |
MultiPeakFit (ApplicationWindow */TransferThis/, Graph *, PeakProfile=Gauss, int=1) | |
MultiPeakFit (ApplicationWindow */TransferThis/, QwtPlotCurve *, PeakProfile=Gauss, int=1) | |
int | peaks ()/PyName |
void | setNumPeaks (int) |
void | setPeakCurvesColor (int) |
Static Public Member Functions | |
static QString | generateFormula (int, PeakProfile) |
static QStringList | generateParameterList (int) |
MultiPeakFit::MultiPeakFit | ( | ApplicationWindow */TransferThis/ | , | |
QwtPlotCurve * | , | |||
PeakProfile | = Gauss , |
|||
int | = 1 | |||
) |
MultiPeakFit::MultiPeakFit | ( | ApplicationWindow */TransferThis/ | , | |
Graph * | , | |||
PeakProfile | = Gauss , |
|||
int | = 1 | |||
) |
void MultiPeakFit::enablePeakCurves | ( | bool | ) |
static QString MultiPeakFit::generateFormula | ( | int | , | |
PeakProfile | ||||
) | [static] |
static QStringList MultiPeakFit::generateParameterList | ( | int | ) | [static] |
void MultiPeakFit::guessInitialValues | ( | ) | [virtual] |
Reimplemented from Fit.
int MultiPeakFit::peaks | ( | ) |
void MultiPeakFit::setNumPeaks | ( | int | ) |
void MultiPeakFit::setPeakCurvesColor | ( | int | ) |