16 #ifndef _WAVEFORM_LAYER_H_ 17 #define _WAVEFORM_LAYER_H_ 23 #include "data/model/RangeSummarisableTimeValueModel.h" 52 void setModel(
const RangeSummarisableTimeValueModel *model);
60 int *min,
int *max,
int *deflt)
const;
64 virtual void setProperty(
const PropertyName &,
int value);
188 bool &log, QString &unit)
const;
191 float &value, QString &unit)
const;
194 float &diff, QString &unit)
const;
196 virtual void toXml(QTextStream &stream, QString indent =
"",
197 QString extraAttributes =
"")
const;
199 virtual void setProperties(
const QXmlAttributes &attributes);
206 int dBscale(
float sample,
int m)
const;
208 const RangeSummarisableTimeValueModel *
m_model;
212 bool &merging,
bool &mixing)
const;
219 int &f0,
int &f1)
const;
View is the base class of widgets that display one or more overlaid views of data against a horizonta...