libpappsomspp
Library for mass spectrometry
|
Go to the documentation of this file.
35 #include "../../xic/xic.h"
36 #include "../../processing/detection/tracepeak.h"
37 #include "../graphicdevicewidget.h"
57 addXicPeakList(
const Xic *xic_p,
58 const std::vector<pappso::TracePeakCstSPtr> &xic_peak_list);
59 void setName(
const Xic *xic_p,
const QString &name);
60 const QString &getName(
const Xic *xic_p)
const;
64 void toQPaintDevice(QPaintDevice *device,
const QSize &size)
override;
65 void setRetentionTimeInSeconds();
66 void setRetentionTimeInMinutes();
68 void clearXicPeakBorders();
77 void clicked(
double rt,
double intensity)
const;
88 bool _rt_in_seconds =
true;
std::shared_ptr< const TracePeak > TracePeakCstSPtr
double pappso_double
A type definition for doubles.
std::vector< std::pair< XicCstSPtr, TracePeakCstSPtr > > XicXicPeakPairList
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...
std::shared_ptr< const Xic > XicCstSPtr