37#include "../../core/types.h"
44 qRegisterMetaType<pappso::MassSpecTracePlotContext>(
"pappso::MassSpecTracePlotContext");
47 qRegisterMetaType<pappso::MassSpecTracePlotContext *>(
"pappso::MassSpecTracePlotContext *");
62 const QString &x_axis_label,
63 const QString &y_axis_label)
380 double chargeTemp = ((startMz * span) - span) / (curMz - startMz);
387 double chargeIntPart;
388 double chargeFracPart = modf(chargeTemp, &chargeIntPart);
521 qFatal() <<
"Programming error.";
524 double chargeIntPart;
525 double chargeFracPart = modf(chargeTemp, &chargeIntPart);
double m_xRegionRangeStart
Qt::MouseButtons m_mouseButtonsAtMousePress
Enums::DataKind m_dataKind
bool m_isMeasuringDistance
DragDirections m_dragDirections
double m_lastResolvingPower
Q_INVOKABLE void initialize(const BasePlotContext &other)
void resetDeconvolutionData()
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)