35 Q_PROPERTY(
int lastZ MEMBER m_lastZ)
36 Q_PROPERTY(
double lastMz MEMBER m_lastMz)
37 Q_PROPERTY(
double lastTicIntensity MEMBER m_lastTicIntensity)
38 Q_PROPERTY(
double lastMr MEMBER m_lastMr)
39 Q_PROPERTY(
double lastResolvingPower MEMBER m_lastResolvingPower)
57 double m_lastMz = std::numeric_limits<
double>::min();
58 double m_lastTicIntensity = std::numeric_limits<
double>::min();
59 double m_lastMr = std::numeric_limits<
double>::min();
60 double m_lastResolvingPower = std::numeric_limits<
double>::min();
62 Q_INVOKABLE QString toString() const;
64 static
void registerJsConstructor(QJSEngine *engine);