37 #include "../../types.h"
44 qRegisterMetaType<pappso::MassSpecTracePlotContext>(
45 "pappso::MassSpecTracePlotContext");
48 qRegisterMetaType<pappso::MassSpecTracePlotContext *>(
49 "pappso::MassSpecTracePlotContext *");
65 const QString &x_axis_label,
66 const QString &y_axis_label)
216 double charge_fractional_part)
355 double chargeTemp = ((lowerMz * span) - span) / (upperMz - lowerMz);
359 double chargeIntPart;
360 double chargeFracPart = modf(chargeTemp, &chargeIntPart);
471 double chargeIntPart;
472 double chargeFracPart = modf(chargeTemp, &chargeIntPart);
double m_xRegionRangeStart
Qt::MouseButtons m_mouseButtonsAtMousePress
bool m_isMeasuringDistance
double m_lastResolvingPower
double m_lastTicIntensity
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...
const pappso_double MPROTON(1.007276466879)