libpappsomspp
Library for mass spectrometry
|
Go to the documentation of this file.
37 #include "../../types.h"
40 #include "../../pappsoexception.h"
44 qRegisterMetaType<pappso::MassSpecTracePlotContext>(
45 "pappso::MassSpecTracePlotContext");
48 qRegisterMetaType<pappso::MassSpecTracePlotContext *>(
49 "pappso::MassSpecTracePlotContext *");
59 QString text(
"Base context:\n");
65 text += QString(
"last z: %1").arg(
lastZ);
66 text += QString(
"last m/z: %1").arg(
lastMz, 0,
'f', 6);
68 text += QString(
"last Mr: %1").arg(
lastMr, 0,
'f', 6);
92 const QString &x_axis_label,
93 const QString &y_axis_label)
239 double charge_fractional_part)
379 double chargeTemp = ((lowerMz * span) - span) / (upperMz - lowerMz);
383 double chargeIntPart;
384 double chargeFracPart = modf(chargeTemp, &chargeIntPart);
496 double chargeIntPart;
497 double chargeFracPart = modf(chargeTemp, &chargeIntPart);
const pappso_double MPROTON(1.007276466879)
Qt::MouseButtons mouseButtonsAtMousePress
BasePlotContext baseContext
double lastResolvingPower