42 WaveTransform(quint64 t0=0, quint64 t1=1000,
double m=1) : mTmin(t0), mTmax(t1), mMag(m) {
if (mMag>10) mMag=10; }
43 quint64
tMin()
const {
return mTmin; }
44 quint64
tMax()
const {
return mTmax; }
45 quint64
deltaT()
const {
return mTmax - mTmin; }
46 double vPos(
double t)
const;
49 double tPos(quint64 v)
const;
50 double scale()
const {
return mMag; }
65 WaveZoomShift(
double sc, quint64 tl,
int w) : mScale(sc), mTleft(tl), mWidth(w) {;}
71 int width()
const {
return mWidth; }
72 double scale()
const {
return mScale; }
WaveZoomShift(double sc, quint64 tl, int w)
bool operator==(const WaveZoomShift &other) const
bool operator!=(const WaveZoomShift &other) const
bool sameHistory(const WaveZoomShift &other) const
QString dumpString() const