libpappsomspp
Library for mass spectrometry
|
#include <massspectraceplotcontext.h>
Static Public Member Functions | |
static void | registerJsConstructor (QJSEngine *engine) |
![]() | |
static void | registerJsConstructor (QJSEngine *engine) |
Properties | |
int | lastZ |
double | lastMz |
double | lastTicIntensity |
double | lastMr |
double | lastResolvingPower |
![]() | |
bool | isMouseDragging |
bool | wasMouseDragging |
bool | isKeyBoardDragging |
bool | isLeftPseudoButtonKeyPressed |
bool | isRightPseudoButtonKeyPressed |
bool | wasKeyBoardDragging |
Definition at line 32 of file massspectraceplotcontext.h.
pappso::MassSpecTracePlotContext::MassSpecTracePlotContext | ( | QObject * | parent = nullptr | ) |
Definition at line 18 of file massspectraceplotcontext.cpp.
References pappso::BasePlotContext::BasePlotContext().
Referenced by MassSpecTracePlotContext(), clone(), initialize(), operator=(), and operator=().
|
virtual |
Definition at line 22 of file massspectraceplotcontext.cpp.
|
delete |
References MassSpecTracePlotContext().
MassSpecTracePlotContext * pappso::MassSpecTracePlotContext::clone | ( | QObject * | parent = nullptr | ) |
Definition at line 27 of file massspectraceplotcontext.cpp.
References MassSpecTracePlotContext(), 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::BasePlotContext(), and pappso::BasePlotContext::initialize().
Referenced by clone().
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.
|
delete |
References pappso::BasePlotContext::BasePlotContext(), and MassSpecTracePlotContext().
|
delete |
References MassSpecTracePlotContext().
|
static |
Definition at line 83 of file massspectraceplotcontext.cpp.
QString pappso::MassSpecTracePlotContext::toString | ( | ) | const |
Definition at line 61 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 59 of file massspectraceplotcontext.h.
Referenced by clone(), initialize(), and toString().
double pappso::MassSpecTracePlotContext::m_lastMz = std::numeric_limits<double>::min() |
Definition at line 57 of file massspectraceplotcontext.h.
Referenced by clone(), initialize(), and toString().
double pappso::MassSpecTracePlotContext::m_lastResolvingPower = std::numeric_limits<double>::min() |
Definition at line 60 of file massspectraceplotcontext.h.
Referenced by clone(), initialize(), and toString().
double pappso::MassSpecTracePlotContext::m_lastTicIntensity = std::numeric_limits<double>::min() |
Definition at line 58 of file massspectraceplotcontext.h.
Referenced by clone(), initialize(), and toString().
int pappso::MassSpecTracePlotContext::m_lastZ = -1 |
Definition at line 56 of file massspectraceplotcontext.h.
Referenced by clone(), initialize(), 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.