41#include <qcustomplot.h>
66 const QString &x_axis_label,
67 const QString &y_axis_label);
72 const std::vector<double> &keys,
73 const std::vector<double> &values);
76 const std::vector<double> &keys,
77 const std::vector<double> &values);
82 QCPAxis::SelectablePart part,
83 QMouseEvent *event)
override;
90 virtual void axisPan()
override;
97 std::vector<double>
getValuesX(
int index)
const;
98 std::vector<double>
getValuesY(
int index)
const;
103 double getYatX(
double x, QCPGraph *graph_p);
106 double getYatX(
double x,
int index = 0);
112 const QCPGraph *graph_p)
const;
A simple container of DataPoint instances.
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...
std::shared_ptr< BaseTracePlotWidget > BaseTracePlotWidgetSPtr
std::shared_ptr< const BaseTracePlotWidget > BaseTracePlotWidgetCstSPtr