Mercurial > hg > svgui
diff layer/TimeValueLayer.h @ 68:193b569a975f
* Add scale lines to waveform layer
* Various fixes to vertical scale drawing for waveform and time-value layers
* Make log/linear scale have an effect for time-value layer segmentation mode
author | Chris Cannam |
---|---|
date | Wed, 29 Mar 2006 16:24:25 +0000 |
parents | e9eac9368e29 |
children | bf306158803d |
line wrap: on
line diff
--- a/layer/TimeValueLayer.h Wed Mar 29 12:35:17 2006 +0000 +++ b/layer/TimeValueLayer.h Wed Mar 29 16:24:25 2006 +0000 @@ -105,6 +105,8 @@ int getYForValue(View *, float value) const; float getValueForY(View *, int y) const; + QColor getColourForValue(float value) const; + SparseTimeValueModel::PointList getLocalPoints(View *v, int) const; SparseTimeValueModel *m_model;