libpappsomspp
Library for mass spectrometry
|
#include <massspectraceplotwidget.h>
Public Member Functions | |
QString | toString () const |
Public Attributes | |
BasePlotContext | baseContext |
int | lastZ = -1 |
double | lastMz = std::numeric_limits<double>::min() |
double | lastTicIntensity = std::numeric_limits<double>::min() |
double | lastMr = std::numeric_limits<double>::min() |
double | lastResolvingPower = std::numeric_limits<double>::min() |
Definition at line 56 of file massspectraceplotwidget.h.
QString pappso::MassSpecTracePlotContext::toString | ( | ) | const |
Definition at line 57 of file massspectraceplotwidget.cpp.
References baseContext, lastMr, lastMz, lastResolvingPower, lastTicIntensity, lastZ, and pappso::BasePlotContext::toString().
BasePlotContext pappso::MassSpecTracePlotContext::baseContext |
Definition at line 58 of file massspectraceplotwidget.h.
Referenced by pappso::MassSpecTracePlotWidget::computeResolvingPower(), pappso::MassSpecTracePlotWidget::deconvolute(), pappso::MassSpecTracePlotWidget::deconvoluteChargedState(), pappso::MassSpecTracePlotWidget::deconvoluteIsotopicCluster(), pappso::MassSpecTracePlotWidget::keyPressEvent(), pappso::MassSpecTracePlotWidget::MassSpecTracePlotWidget(), pappso::MassSpecTracePlotWidget::mouseMoveHandlerDraggingCursor(), pappso::MassSpecTracePlotWidget::refreshBaseContext(), and toString().
double pappso::MassSpecTracePlotContext::lastMr = std::numeric_limits<double>::min() |
Definition at line 63 of file massspectraceplotwidget.h.
Referenced by pappso::MassSpecTracePlotWidget::deconvoluteChargedState(), pappso::MassSpecTracePlotWidget::deconvoluteIsotopicCluster(), and toString().
double pappso::MassSpecTracePlotContext::lastMz = std::numeric_limits<double>::min() |
Definition at line 61 of file massspectraceplotwidget.h.
Referenced by pappso::MassSpecTracePlotWidget::deconvoluteChargedState(), pappso::MassSpecTracePlotWidget::deconvoluteIsotopicCluster(), and toString().
double pappso::MassSpecTracePlotContext::lastResolvingPower = std::numeric_limits<double>::min() |
Definition at line 64 of file massspectraceplotwidget.h.
Referenced by pappso::MassSpecTracePlotWidget::computeResolvingPower(), and toString().
double pappso::MassSpecTracePlotContext::lastTicIntensity = std::numeric_limits<double>::min() |
Definition at line 62 of file massspectraceplotwidget.h.
Referenced by pappso::MassSpecTracePlotWidget::deconvoluteChargedState(), pappso::MassSpecTracePlotWidget::deconvoluteIsotopicCluster(), and toString().
int pappso::MassSpecTracePlotContext::lastZ = -1 |
Definition at line 60 of file massspectraceplotwidget.h.
Referenced by pappso::MassSpecTracePlotWidget::deconvoluteChargedState(), pappso::MassSpecTracePlotWidget::deconvoluteIsotopicCluster(), and toString().