comparison layer/TimeRulerLayer.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 705f05ab42e3
children 4b98bda7e94d
comparison
equal deleted inserted replaced
78:967193b6c7aa 79:19bf27e4fb29
50 int *min, int *max) const; 50 int *min, int *max) const;
51 virtual QString getPropertyValueLabel(const PropertyName &, 51 virtual QString getPropertyValueLabel(const PropertyName &,
52 int value) const; 52 int value) const;
53 virtual void setProperty(const PropertyName &, int value); 53 virtual void setProperty(const PropertyName &, int value);
54 54
55 virtual bool getValueExtents(float &min, float &max, QString &unit) const {
56 return false;
57 }
58
55 virtual QString toXmlString(QString indent = "", 59 virtual QString toXmlString(QString indent = "",
56 QString extraAttributes = "") const; 60 QString extraAttributes = "") const;
57 61
58 void setProperties(const QXmlAttributes &attributes); 62 void setProperties(const QXmlAttributes &attributes);
59 63