comparison layer/WaveformLayer.h @ 79:19bf27e4fb29

* Replace crash with warning when a transform could not be automatically re-run * More sensible default paths for Vamp plugin lookup (at least on Linux and OS/X) * A start to making the y coords for time value layers etc align * Set sensible y coords for text labels in time instant and value layers
author Chris Cannam
date Thu, 13 Apr 2006 18:29:10 +0000
parents 193b569a975f
children 4b98bda7e94d
comparison
equal deleted inserted replaced
78:967193b6c7aa 79:19bf27e4fb29
170 170
171 virtual bool isLayerScrollable(const View *) const; 171 virtual bool isLayerScrollable(const View *) const;
172 172
173 virtual int getCompletion() const; 173 virtual int getCompletion() const;
174 174
175 virtual bool getValueExtents(float &min, float &max, QString &unit) const;
176
175 virtual QString toXmlString(QString indent = "", 177 virtual QString toXmlString(QString indent = "",
176 QString extraAttributes = "") const; 178 QString extraAttributes = "") const;
177 179
178 void setProperties(const QXmlAttributes &attributes); 180 void setProperties(const QXmlAttributes &attributes);
179 181