Mercurial > hg > svgui
comparison layer/TimeValueLayer.h @ 169:86cee2b060c7
* Fix slowness in serving FFT values to feature extraction plugin transform
(failure to call resume() on FFT model)
* Fix failure to update completion from time/value model
author | Chris Cannam |
---|---|
date | Tue, 17 Oct 2006 13:49:31 +0000 |
parents | 33929e0c3c6b |
children | 6b023411087b |
comparison
equal
deleted
inserted
replaced
168:d4be66d61c04 | 169:86cee2b060c7 |
---|---|
100 | 100 |
101 virtual bool isLayerScrollable(const View *v) const; | 101 virtual bool isLayerScrollable(const View *v) const; |
102 | 102 |
103 virtual bool isLayerEditable() const { return true; } | 103 virtual bool isLayerEditable() const { return true; } |
104 | 104 |
105 virtual int getCompletion() const { return m_model->getCompletion(); } | 105 virtual int getCompletion(View *) const { return m_model->getCompletion(); } |
106 | 106 |
107 virtual bool needsTextLabelHeight() const { | 107 virtual bool needsTextLabelHeight() const { |
108 return m_plotStyle == PlotSegmentation && m_model->hasTextLabels(); | 108 return m_plotStyle == PlotSegmentation && m_model->hasTextLabels(); |
109 } | 109 } |
110 | 110 |