|
libpappsomspp
Library for mass spectrometry
|
#include <massspectraceplotcontext.h>
Static Public Member Functions | |
| static void | registerJsConstructor (QJSEngine *engine) |
Static Public Member Functions inherited from pappso::BasePlotContext | |
| static void | registerJsConstructor (QJSEngine *engine) |
Properties | |
| int | lastZ |
| double | lastMz |
| double | lastTicIntensity |
| double | lastMr |
| double | lastResolvingPower |
Properties inherited from pappso::BasePlotContext | |
| bool | isMouseDragging |
| bool | wasMouseDragging |
| bool | isKeyBoardDragging |
| bool | isLeftPseudoButtonKeyPressed |
| bool | isRightPseudoButtonKeyPressed |
| bool | wasKeyBoardDragging |
| QPointF | startDragPoint |
| QPointF | currentDragPoint |
| QPointF | lastCursorHoveredPoint |
| DragDirections | dragDirections |
| double | xRegionRangeStart |
| double | xRegionRangeEnd |
| double | yRegionRangeStart |
| double | yRegionRangeEnd |
| double | xDelta |
| double | yDelta |
| double | pressedKeyCode |
| double | releasedKeyCode |
| Qt::KeyboardModifiers | keyboardModifiers |
| Qt::MouseButtons | lastPressedMouseButton |
| Qt::MouseButtons | lastReleasedMouseButton |
| Qt::MouseButtons | pressedMouseButtons |
| Qt::MouseButtons | mouseButtonsAtMousePress |
| Qt::MouseButtons | mouseButtonsAtMouseRelease |
Definition at line 32 of file massspectraceplotcontext.h.
| pappso::MassSpecTracePlotContext::MassSpecTracePlotContext | ( | QObject * | parent = nullptr | ) |
Definition at line 18 of file massspectraceplotcontext.cpp.
|
virtual |
Definition at line 22 of file massspectraceplotcontext.cpp.
|
delete |
| MassSpecTracePlotContext * pappso::MassSpecTracePlotContext::clone | ( | QObject * | parent = nullptr | ) |
Definition at line 27 of file massspectraceplotcontext.cpp.
References initialize(), m_lastMr, m_lastMz, m_lastResolvingPower, m_lastTicIntensity, and m_lastZ.
| void pappso::MassSpecTracePlotContext::initialize | ( | const BasePlotContext & | other | ) |
Definition at line 43 of file massspectraceplotcontext.cpp.
References pappso::BasePlotContext::initialize().
Referenced by clone(), and pappso::MassSpecTracePlotWidget::refreshBaseContext().
| void pappso::MassSpecTracePlotContext::initialize | ( | const MassSpecTracePlotContext & | other | ) |
Definition at line 49 of file massspectraceplotcontext.cpp.
References pappso::BasePlotContext::initialize(), m_lastMr, m_lastMz, m_lastResolvingPower, m_lastTicIntensity, and m_lastZ.
|
delete |
|
delete |
|
static |
Definition at line 92 of file massspectraceplotcontext.cpp.
| void pappso::MassSpecTracePlotContext::resetDeconvolutionData | ( | ) |
Definition at line 62 of file massspectraceplotcontext.cpp.
References m_lastMr, m_lastMz, and m_lastZ.
Referenced by pappso::MassSpecTracePlotWidget::mouseReleaseHandler().
| QString pappso::MassSpecTracePlotContext::toString | ( | ) | const |
Definition at line 70 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 59 of file massspectraceplotcontext.h.
Referenced by clone(), pappso::MassSpecTracePlotWidget::deconvoluteChargedState(), pappso::MassSpecTracePlotWidget::deconvoluteIsotopicCluster(), initialize(), resetDeconvolutionData(), and toString().
| double pappso::MassSpecTracePlotContext::m_lastMz = qQNaN() |
Definition at line 57 of file massspectraceplotcontext.h.
Referenced by clone(), pappso::MassSpecTracePlotWidget::deconvoluteChargedState(), pappso::MassSpecTracePlotWidget::deconvoluteIsotopicCluster(), initialize(), resetDeconvolutionData(), and toString().
| double pappso::MassSpecTracePlotContext::m_lastResolvingPower = qQNaN() |
Definition at line 60 of file massspectraceplotcontext.h.
Referenced by clone(), pappso::MassSpecTracePlotWidget::computeResolvingPower(), initialize(), and toString().
| double pappso::MassSpecTracePlotContext::m_lastTicIntensity = qQNaN() |
Definition at line 58 of file massspectraceplotcontext.h.
Referenced by clone(), pappso::MassSpecTracePlotWidget::deconvoluteChargedState(), pappso::MassSpecTracePlotWidget::deconvoluteIsotopicCluster(), initialize(), and toString().
| quint16 pappso::MassSpecTracePlotContext::m_lastZ = std::numeric_limits<quint16>::max() |
Definition at line 56 of file massspectraceplotcontext.h.
Referenced by clone(), pappso::MassSpecTracePlotWidget::deconvoluteChargedState(), pappso::MassSpecTracePlotWidget::deconvoluteIsotopicCluster(), initialize(), resetDeconvolutionData(), and toString().
| double pappso::MassSpecTracePlotContext::lastMr |
Definition at line 38 of file massspectraceplotcontext.h.
| double pappso::MassSpecTracePlotContext::lastMz |
Definition at line 36 of file massspectraceplotcontext.h.
| double pappso::MassSpecTracePlotContext::lastResolvingPower |
Definition at line 39 of file massspectraceplotcontext.h.
| double pappso::MassSpecTracePlotContext::lastTicIntensity |
Definition at line 37 of file massspectraceplotcontext.h.
| int pappso::MassSpecTracePlotContext::lastZ |
Definition at line 35 of file massspectraceplotcontext.h.