libpappsomspp
Library for mass spectrometry
|
#include <massspectraceplotcontext.h>
Public Member Functions | |
MassSpecTracePlotContext () | |
MassSpecTracePlotContext (const MassSpecTracePlotContext &other) | |
virtual | ~MassSpecTracePlotContext () |
MassSpecTracePlotContext & | operator= (const MassSpecTracePlotContext &other) |
QString | toString () const |
![]() | |
BasePlotContext () | |
BasePlotContext (const BasePlotContext &other) | |
virtual | ~BasePlotContext () |
BasePlotContext & | operator= (const BasePlotContext &other) |
DragDirections | recordDragDirections () |
QString | toString () const |
Definition at line 21 of file massspectraceplotcontext.h.
pappso::MassSpecTracePlotContext::MassSpecTracePlotContext | ( | ) |
Definition at line 19 of file massspectraceplotcontext.cpp.
pappso::MassSpecTracePlotContext::MassSpecTracePlotContext | ( | const MassSpecTracePlotContext & | other | ) |
Definition at line 24 of file massspectraceplotcontext.cpp.
|
virtual |
Definition at line 36 of file massspectraceplotcontext.cpp.
MassSpecTracePlotContext & pappso::MassSpecTracePlotContext::operator= | ( | const MassSpecTracePlotContext & | other | ) |
Definition at line 42 of file massspectraceplotcontext.cpp.
References m_baseContext, m_lastMr, m_lastMz, m_lastResolvingPower, m_lastTicIntensity, and m_lastZ.
QString pappso::MassSpecTracePlotContext::toString | ( | ) | const |
Definition at line 60 of file massspectraceplotcontext.cpp.
References m_baseContext, m_lastMr, m_lastMz, m_lastResolvingPower, m_lastTicIntensity, m_lastZ, and pappso::BasePlotContext::toString().
BasePlotContext pappso::MassSpecTracePlotContext::m_baseContext |
Definition at line 31 of file massspectraceplotcontext.h.
Referenced by pappso::MassSpecTracePlotWidget::MassSpecTracePlotWidget(), pappso::MassSpecTracePlotWidget::computeResolvingPower(), pappso::MassSpecTracePlotWidget::deconvolute(), pappso::MassSpecTracePlotWidget::deconvoluteChargedState(), pappso::MassSpecTracePlotWidget::deconvoluteIsotopicCluster(), pappso::MassSpecTracePlotWidget::keyPressEvent(), pappso::MassSpecTracePlotWidget::mouseMoveHandlerDraggingCursor(), operator=(), pappso::MassSpecTracePlotWidget::refreshBaseContext(), and toString().
double pappso::MassSpecTracePlotContext::m_lastMr = std::numeric_limits<double>::min() |
Definition at line 36 of file massspectraceplotcontext.h.
Referenced by pappso::MassSpecTracePlotWidget::deconvoluteChargedState(), pappso::MassSpecTracePlotWidget::deconvoluteIsotopicCluster(), operator=(), and toString().
double pappso::MassSpecTracePlotContext::m_lastMz = std::numeric_limits<double>::min() |
Definition at line 34 of file massspectraceplotcontext.h.
Referenced by pappso::MassSpecTracePlotWidget::deconvoluteChargedState(), pappso::MassSpecTracePlotWidget::deconvoluteIsotopicCluster(), operator=(), and toString().
double pappso::MassSpecTracePlotContext::m_lastResolvingPower = std::numeric_limits<double>::min() |
Definition at line 37 of file massspectraceplotcontext.h.
Referenced by pappso::MassSpecTracePlotWidget::computeResolvingPower(), operator=(), and toString().
double pappso::MassSpecTracePlotContext::m_lastTicIntensity = std::numeric_limits<double>::min() |
Definition at line 35 of file massspectraceplotcontext.h.
Referenced by pappso::MassSpecTracePlotWidget::deconvoluteChargedState(), pappso::MassSpecTracePlotWidget::deconvoluteIsotopicCluster(), operator=(), and toString().
int pappso::MassSpecTracePlotContext::m_lastZ = -1 |
Definition at line 33 of file massspectraceplotcontext.h.
Referenced by pappso::MassSpecTracePlotWidget::deconvoluteChargedState(), pappso::MassSpecTracePlotWidget::deconvoluteIsotopicCluster(), operator=(), and toString().