comparison 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
comparison
equal deleted inserted replaced
78:967193b6c7aa 79:19bf27e4fb29
62 62
63 void setModel(const DenseThreeDimensionalModel *model); 63 void setModel(const DenseThreeDimensionalModel *model);
64 64
65 virtual int getCompletion() const { return m_model->getCompletion(); } 65 virtual int getCompletion() const { return m_model->getCompletion(); }
66 66
67 virtual bool getValueExtents(float &, float &, QString &) const { return false; }
67 68
68 /* 69 /*
69 virtual PropertyList getProperties() const; 70 virtual PropertyList getProperties() const;
70 virtual PropertyType getPropertyType(const PropertyName &) const; 71 virtual PropertyType getPropertyType(const PropertyName &) const;
71 virtual int getPropertyRangeAndValue(const PropertyName &, 72 virtual int getPropertyRangeAndValue(const PropertyName &,