comparison layer/TimeRulerLayer.h @ 374:64e84e5efb76 spectrogram-cache-rejig

* Merge from trunk
author Chris Cannam
date Wed, 27 Feb 2008 11:59:42 +0000
parents c0b9eec70639
children 5b72899d692b
comparison
equal deleted inserted replaced
332:6440e280122e 374:64e84e5efb76
49 49
50 virtual bool getValueExtents(float &, float &, bool &, QString &) const { 50 virtual bool getValueExtents(float &, float &, bool &, QString &) const {
51 return false; 51 return false;
52 } 52 }
53 53
54 virtual QString getLayerPresentationName() const;
55
54 virtual void toXml(QTextStream &stream, QString indent = "", 56 virtual void toXml(QTextStream &stream, QString indent = "",
55 QString extraAttributes = "") const; 57 QString extraAttributes = "") const;
56 58
57 void setProperties(const QXmlAttributes &attributes); 59 void setProperties(const QXmlAttributes &attributes);
58 60