Mercurial > hg > svcore
comparison base/Layer.h @ 78:c983dda79f72
* 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 | af2725b5d6fe |
children | c30728d5625c |
comparison
equal
deleted
inserted
replaced
77:2beca8ddcdc3 | 78:c983dda79f72 |
---|---|
228 return m_dormancy.find(v)->second; | 228 return m_dormancy.find(v)->second; |
229 } | 229 } |
230 | 230 |
231 virtual PlayParameters *getPlayParameters(); | 231 virtual PlayParameters *getPlayParameters(); |
232 | 232 |
233 virtual bool needsTextLabelHeight() const { return false; } | |
234 | |
235 virtual bool getValueExtents(float &min, float &max, QString &unit) const = 0; | |
236 | |
233 public slots: | 237 public slots: |
234 void showLayer(View *, bool show); | 238 void showLayer(View *, bool show); |
235 | 239 |
236 signals: | 240 signals: |
237 void modelChanged(); | 241 void modelChanged(); |