OpenMS
2.8.0
|
Painter1D for spectra. More...
#include <OpenMS/VISUAL/Painter1DBase.h>
Public Member Functions | |
Painter1DPeak (const LayerDataPeak *parent) | |
C'tor which remembers the layer to paint. More... | |
void | paint (QPainter *, Plot1DCanvas *canvas, int layer_index) override |
Implementation of base class. More... | |
Protected Member Functions | |
void | drawAnnotations_ (QPainter &painter, Plot1DCanvas *canvas) |
draw all Annotation1DItems attached to the layer More... | |
void | drawMZAtInterestingPeaks_ (QPainter &painter, Plot1DCanvas *canvas, MSSpectrum::ConstIterator vbegin, MSSpectrum::ConstIterator vend) |
annotate up to 10 interesting peaks in the range vbegin to @pvend with their m/z values (using deisotoping and intensity filtering) More... | |
Protected Attributes | |
const LayerDataPeak * | layer_ |
the data to paint More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Painter1DBase | |
static void | drawDashedLine (const QPoint &from, const QPoint &to, QPainter *painter, QColor color) |
static method to draw a dashed line More... | |
Painter1D for spectra.
Painter1DPeak | ( | const LayerDataPeak * | parent | ) |
C'tor which remembers the layer to paint.
|
protected |
draw all Annotation1DItems attached to the layer
|
protected |
annotate up to 10 interesting peaks in the range vbegin
to @pvend with their m/z values (using deisotoping and intensity filtering)
|
overridevirtual |
Implementation of base class.
Implements Painter1DBase.
|
protected |
the data to paint