Mercurial > hg > svapp
comparison framework/MainWindowBase.h @ 537:dd195633fc9f subdivide-instants
Implement "Subdivide Selected Instants". Also add the relabel command to the history, which I previously forgot to do!
author | Chris Cannam |
---|---|
date | Fri, 25 Nov 2016 09:38:53 +0000 |
parents | 51befd6165a3 |
children | 287fce13a1ae |
comparison
equal
deleted
inserted
replaced
536:36aa947ec962 | 537:dd195633fc9f |
---|---|
166 void canPaste(bool); | 166 void canPaste(bool); |
167 void canInsertInstant(bool); | 167 void canInsertInstant(bool); |
168 void canInsertInstantsAtBoundaries(bool); | 168 void canInsertInstantsAtBoundaries(bool); |
169 void canInsertItemAtSelection(bool); | 169 void canInsertItemAtSelection(bool); |
170 void canRenumberInstants(bool); | 170 void canRenumberInstants(bool); |
171 void canSubdivideInstants(bool); | |
171 void canDeleteCurrentLayer(bool); | 172 void canDeleteCurrentLayer(bool); |
172 void canZoom(bool); | 173 void canZoom(bool); |
173 void canScroll(bool); | 174 void canScroll(bool); |
174 void canPlay(bool); | 175 void canPlay(bool); |
175 void canRecord(bool); | 176 void canRecord(bool); |
273 virtual void insertInstantAt(sv_frame_t); | 274 virtual void insertInstantAt(sv_frame_t); |
274 virtual void insertInstantsAtBoundaries(); | 275 virtual void insertInstantsAtBoundaries(); |
275 virtual void insertItemAtSelection(); | 276 virtual void insertItemAtSelection(); |
276 virtual void insertItemAt(sv_frame_t, sv_frame_t); | 277 virtual void insertItemAt(sv_frame_t, sv_frame_t); |
277 virtual void renumberInstants(); | 278 virtual void renumberInstants(); |
279 virtual void subdivideInstantsBy(int); | |
278 | 280 |
279 virtual void documentModified(); | 281 virtual void documentModified(); |
280 virtual void documentRestored(); | 282 virtual void documentRestored(); |
281 | 283 |
282 virtual void layerAdded(Layer *); | 284 virtual void layerAdded(Layer *); |