8 if (t < mTmin)
return 0;
14 return v/mMag + mTmin;
20 : mScale(0), mTleft(0), mWidth(0)
22 if (!trans || !sbar)
return;
23 mScale = trans->
scale();
33 return (mScale == other.mScale && mTleft == other.mTleft);
41 return (mScale == other.mScale && mTleft == other.mTleft && mWidth == other.mWidth);
46 return (mWidth == 0 || mScale <= 0);
51 return QString(
"<sc:%1|l:%2|w:%3>").
arg(mScale,0,
'f',8).
arg(mTleft).
arg(mWidth);
WaveZoomShift(double sc, quint64 tl, int w)
bool operator==(const WaveZoomShift &other) const
bool sameHistory(const WaveZoomShift &other) const
QString dumpString() const
QString arg(qlonglong a, int fieldWidth, int base, QChar fillChar) const const