Mercurial > hg > svcore
comparison base/View.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 | 47fd14e29813 |
children | 5b8392e80ed6 |
comparison
equal
deleted
inserted
replaced
77:2beca8ddcdc3 | 78:c983dda79f72 |
---|---|
218 virtual size_t getPropertyContainerCount() const; | 218 virtual size_t getPropertyContainerCount() const; |
219 | 219 |
220 virtual const PropertyContainer *getPropertyContainer(size_t i) const; | 220 virtual const PropertyContainer *getPropertyContainer(size_t i) const; |
221 virtual PropertyContainer *getPropertyContainer(size_t i); | 221 virtual PropertyContainer *getPropertyContainer(size_t i); |
222 | 222 |
223 virtual int getTextLabelHeight(const Layer *layer, QPainter &) const; | |
224 | |
225 virtual bool getValueExtents(QString unit, float &min, float &max) const; | |
226 | |
223 virtual QString toXmlString(QString indent = "", | 227 virtual QString toXmlString(QString indent = "", |
224 QString extraAttributes = "") const; | 228 QString extraAttributes = "") const; |
225 | 229 |
226 size_t getModelsStartFrame() const; | 230 size_t getModelsStartFrame() const; |
227 size_t getModelsEndFrame() const; | 231 size_t getModelsEndFrame() const; |