Mercurial > hg > svgui
comparison view/View.h @ 510:683c46d7500b
* Handle zero-velocity note ons as well as note offs (can't believe I
fell for that one)
* Add Peek Left / Peek Right (alt+left/right) and change peek-drag
(i.e. dragging without moving playback pointer or other panes) from
ctrl+drag to alt+drag for symmetry
author | Chris Cannam |
---|---|
date | Thu, 26 Feb 2009 10:49:08 +0000 |
parents | c0818f064e66 |
children | 455810e65543 |
comparison
equal
deleted
inserted
replaced
509:f8b98f63f200 | 510:683c46d7500b |
---|---|
139 virtual void zoom(bool in); | 139 virtual void zoom(bool in); |
140 | 140 |
141 /** | 141 /** |
142 * Scroll left or right by a smallish or largish amount. | 142 * Scroll left or right by a smallish or largish amount. |
143 */ | 143 */ |
144 virtual void scroll(bool right, bool lots); | 144 virtual void scroll(bool right, bool lots, bool doEmit = true); |
145 | 145 |
146 virtual void addLayer(Layer *v); | 146 virtual void addLayer(Layer *v); |
147 virtual void removeLayer(Layer *v); // does not delete the layer | 147 virtual void removeLayer(Layer *v); // does not delete the layer |
148 virtual int getLayerCount() const { return m_layers.size(); } | 148 virtual int getLayerCount() const { return m_layers.size(); } |
149 | 149 |