comparison 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
comparison
equal deleted inserted replaced
67:c4fff27cd651 68:193b569a975f
103 103
104 protected: 104 protected:
105 int getYForValue(View *, float value) const; 105 int getYForValue(View *, float value) const;
106 float getValueForY(View *, int y) const; 106 float getValueForY(View *, int y) const;
107 107
108 QColor getColourForValue(float value) const;
109
108 SparseTimeValueModel::PointList getLocalPoints(View *v, int) const; 110 SparseTimeValueModel::PointList getLocalPoints(View *v, int) const;
109 111
110 SparseTimeValueModel *m_model; 112 SparseTimeValueModel *m_model;
111 bool m_editing; 113 bool m_editing;
112 SparseTimeValueModel::Point m_originalPoint; 114 SparseTimeValueModel::Point m_originalPoint;