diff layer/Colour3DPlotLayer.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
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.h	Wed Apr 12 09:59:40 2006 +0000
+++ b/layer/Colour3DPlotLayer.h	Thu Apr 13 18:29:10 2006 +0000
@@ -64,6 +64,7 @@
 
     virtual int getCompletion() const { return m_model->getCompletion(); }
 
+    virtual bool getValueExtents(float &, float &, QString &) const { return false; }
 
 /*
     virtual PropertyList getProperties() const;