comparison layer/SpectrogramLayer.h @ 261:11021509c4eb

* some more work on measurement tool, and refactor Pane::paintEvent
author Chris Cannam
date Thu, 14 Jun 2007 16:28:27 +0000
parents 28c8e8e3c537
children 4ed1446ad604
comparison
equal deleted inserted replaced
260:6d113226bb4c 261:11021509c4eb
197 bool &logarithmic, QString &unit) const; 197 bool &logarithmic, QString &unit) const;
198 198
199 virtual bool getDisplayExtents(float &min, float &max) const; 199 virtual bool getDisplayExtents(float &min, float &max) const;
200 200
201 virtual bool setDisplayExtents(float min, float max); 201 virtual bool setDisplayExtents(float min, float max);
202
203 virtual bool getYScaleValue(View *, int, float &, QString &) const;
202 204
203 virtual QString toXmlString(QString indent = "", 205 virtual QString toXmlString(QString indent = "",
204 QString extraAttributes = "") const; 206 QString extraAttributes = "") const;
205 207
206 void setProperties(const QXmlAttributes &attributes); 208 void setProperties(const QXmlAttributes &attributes);