|
libpappsomspp
Library for mass spectrometry
|
#include <massspectraceplotcontext.h>
Public Member Functions | |
| MassSpecTracePlotContext () | |
| MassSpecTracePlotContext (const MassSpecTracePlotContext &other) | |
| virtual | ~MassSpecTracePlotContext () |
| MassSpecTracePlotContext & | operator= (const BasePlotContext &other) |
| MassSpecTracePlotContext & | operator= (const MassSpecTracePlotContext &other) |
| QString | toString () const |
Public Member Functions inherited from pappso::BasePlotContext | |
| BasePlotContext () | |
| BasePlotContext (const BasePlotContext &other) | |
| virtual | ~BasePlotContext () |
| void | updateIntegrationScope () |
| void | updateIntegrationScopeRect () |
| void | updateIntegrationScopeRhomb () |
| void | updateIntegrationScopeRhombHorizontal () |
| void | updateIntegrationScopeRhombVertical () |
| BasePlotContext & | operator= (const BasePlotContext &other) |
| DragDirections | recordDragDirections () |
| QString | toString () const |
Definition at line 21 of file massspectraceplotcontext.h.
| pappso::MassSpecTracePlotContext::MassSpecTracePlotContext | ( | ) |
Definition at line 18 of file massspectraceplotcontext.cpp.
| pappso::MassSpecTracePlotContext::MassSpecTracePlotContext | ( | const MassSpecTracePlotContext & | other | ) |
Definition at line 23 of file massspectraceplotcontext.cpp.
|
virtual |
Definition at line 36 of file massspectraceplotcontext.cpp.
| MassSpecTracePlotContext & pappso::MassSpecTracePlotContext::operator= | ( | const BasePlotContext & | other | ) |
Definition at line 41 of file massspectraceplotcontext.cpp.
References pappso::BasePlotContext::operator=().
| MassSpecTracePlotContext & pappso::MassSpecTracePlotContext::operator= | ( | const MassSpecTracePlotContext & | other | ) |
Definition at line 54 of file massspectraceplotcontext.cpp.
References m_lastMr, m_lastMz, m_lastResolvingPower, m_lastTicIntensity, m_lastZ, and pappso::BasePlotContext::operator=().
| QString pappso::MassSpecTracePlotContext::toString | ( | ) | const |
Definition at line 75 of file massspectraceplotcontext.cpp.
References m_lastMr, m_lastMz, m_lastResolvingPower, m_lastTicIntensity, m_lastZ, and pappso::BasePlotContext::toString().
| double pappso::MassSpecTracePlotContext::m_lastMr = std::numeric_limits<double>::min() |
Definition at line 35 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 33 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 36 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 34 of file massspectraceplotcontext.h.
Referenced by pappso::MassSpecTracePlotWidget::deconvoluteChargedState(), pappso::MassSpecTracePlotWidget::deconvoluteIsotopicCluster(), operator=(), and toString().
| int pappso::MassSpecTracePlotContext::m_lastZ = -1 |
Definition at line 32 of file massspectraceplotcontext.h.
Referenced by pappso::MassSpecTracePlotWidget::deconvoluteChargedState(), pappso::MassSpecTracePlotWidget::deconvoluteIsotopicCluster(), operator=(), and toString().