37 #include "../../types.h"
40 #include "../../pappsoexception.h"
45 qRegisterMetaType<pappso::MassSpecTracePlotContext>(
46 "pappso::MassSpecTracePlotContext");
49 qRegisterMetaType<pappso::MassSpecTracePlotContext *>(
50 "pappso::MassSpecTracePlotContext *");
71 const QString &x_axis_label,
72 const QString &y_axis_label)
218 double charge_fractional_part)
358 double chargeTemp = ((lowerMz * span) - span) / (upperMz - lowerMz);
362 double chargeIntPart;
363 double chargeFracPart = modf(chargeTemp, &chargeIntPart);
475 double chargeIntPart;
476 double chargeFracPart = modf(chargeTemp, &chargeIntPart);
double m_xRegionRangeStart
Qt::MouseButtons m_mouseButtonsAtMousePress
bool m_isMeasuringDistance
QPointF m_currentDragPoint
double m_lastResolvingPower
BasePlotContext m_baseContext
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)