|
libpappsomspp
Library for mass spectrometry
|
#include <massspectraceplotcontext.h>
Definition at line 26 of file massspectraceplotcontext.h.
| pappso::MassSpecTracePlotContext::MassSpecTracePlotContext | ( | ) |
Definition at line 18 of file massspectraceplotcontext.cpp.
References pappso::BasePlotContext::BasePlotContext().
Referenced by MassSpecTracePlotContext(), clone(), initialize(), and operator=().
| pappso::MassSpecTracePlotContext::MassSpecTracePlotContext | ( | const MassSpecTracePlotContext & | other | ) |
Definition at line 22 of file massspectraceplotcontext.cpp.
References pappso::BasePlotContext::BasePlotContext(), MassSpecTracePlotContext(), m_lastMr, m_lastMz, m_lastResolvingPower, m_lastTicIntensity, and m_lastZ.
|
virtual |
Definition at line 32 of file massspectraceplotcontext.cpp.
| MassSpecTracePlotContext * pappso::MassSpecTracePlotContext::clone | ( | ) |
Definition at line 37 of file massspectraceplotcontext.cpp.
References MassSpecTracePlotContext().
| void pappso::MassSpecTracePlotContext::initialize | ( | const BasePlotContext & | other | ) |
Definition at line 43 of file massspectraceplotcontext.cpp.
References pappso::BasePlotContext::BasePlotContext(), and pappso::BasePlotContext::initialize().
Referenced by operator=().
| void pappso::MassSpecTracePlotContext::initialize | ( | const MassSpecTracePlotContext & | other | ) |
Definition at line 49 of file massspectraceplotcontext.cpp.
References MassSpecTracePlotContext(), pappso::BasePlotContext::initialize(), m_lastMr, m_lastMz, m_lastResolvingPower, m_lastTicIntensity, and m_lastZ.
| MassSpecTracePlotContext & pappso::MassSpecTracePlotContext::operator= | ( | const BasePlotContext & | other | ) |
Definition at line 61 of file massspectraceplotcontext.cpp.
References pappso::BasePlotContext::BasePlotContext(), and pappso::BasePlotContext::initialize().
| MassSpecTracePlotContext & pappso::MassSpecTracePlotContext::operator= | ( | const MassSpecTracePlotContext & | other | ) |
Definition at line 69 of file massspectraceplotcontext.cpp.
References MassSpecTracePlotContext(), and initialize().
| void pappso::MassSpecTracePlotContext::resetDeconvolutionData | ( | ) |
| QString pappso::MassSpecTracePlotContext::toString | ( | ) | const |
Definition at line 85 of file massspectraceplotcontext.cpp.
References m_lastMr, m_lastMz, m_lastResolvingPower, m_lastTicIntensity, m_lastZ, and pappso::BasePlotContext::toString().
| double pappso::MassSpecTracePlotContext::m_lastMr = qQNaN() |
Definition at line 43 of file massspectraceplotcontext.h.
Referenced by MassSpecTracePlotContext(), initialize(), resetDeconvolutionData(), and toString().
| double pappso::MassSpecTracePlotContext::m_lastMz = qQNaN() |
Definition at line 41 of file massspectraceplotcontext.h.
Referenced by MassSpecTracePlotContext(), initialize(), resetDeconvolutionData(), and toString().
| double pappso::MassSpecTracePlotContext::m_lastResolvingPower = qQNaN() |
Definition at line 44 of file massspectraceplotcontext.h.
Referenced by MassSpecTracePlotContext(), initialize(), and toString().
| double pappso::MassSpecTracePlotContext::m_lastTicIntensity = qQNaN() |
Definition at line 42 of file massspectraceplotcontext.h.
Referenced by MassSpecTracePlotContext(), initialize(), and toString().
| quint16 pappso::MassSpecTracePlotContext::m_lastZ = std::numeric_limits<quint16>::max() |
Definition at line 40 of file massspectraceplotcontext.h.
Referenced by MassSpecTracePlotContext(), initialize(), resetDeconvolutionData(), and toString().