Mercurial > hg > svgui
diff layer/TimeValueLayer.h @ 17:0183ebb725ca
* Add ability to create empty layers for editing
* Add first basic editing capability (adding points to a time instant layer)
* Add various keyboard and mouse shortcuts for navigation &c
* Add ability to resize a selection by dragging its edges
* Add maximum zoom level
author | Chris Cannam |
---|---|
date | Thu, 26 Jan 2006 16:15:40 +0000 |
parents | 01849cd277e6 |
children | 3a506d25d95a |
line wrap: on
line diff
--- a/layer/TimeValueLayer.h Thu Jan 26 11:56:09 2006 +0000 +++ b/layer/TimeValueLayer.h Thu Jan 26 16:15:40 2006 +0000 @@ -54,8 +54,6 @@ void setPlotStyle(PlotStyle style); PlotStyle getPlotStyle() const { return m_plotStyle; } - virtual QString getPropertyContainerIconName() const { return "values"; } - virtual bool isLayerScrollable() const; virtual int getCompletion() const { return m_model->getCompletion(); }