Mercurial > hg > sonic-visualiser
comparison main/MainWindow.h @ 192:d3477f673fb4
* Add Reset Counters... function
author | Chris Cannam |
---|---|
date | Wed, 10 Oct 2007 10:22:34 +0000 |
parents | 26397b84e6a2 |
children | 4e030ebb6b36 |
comparison
equal
deleted
inserted
replaced
191:1ded52c7f31c | 192:d3477f673fb4 |
---|---|
212 void insertInstant(); | 212 void insertInstant(); |
213 void insertInstantAt(size_t); | 213 void insertInstantAt(size_t); |
214 void insertInstantsAtBoundaries(); | 214 void insertInstantsAtBoundaries(); |
215 void setInstantsNumbering(); | 215 void setInstantsNumbering(); |
216 void setInstantsCounterCycle(); | 216 void setInstantsCounterCycle(); |
217 void resetInstantsCounters(); | |
217 void renumberInstants(); | 218 void renumberInstants(); |
218 | 219 |
219 void documentModified(); | 220 void documentModified(); |
220 void documentRestored(); | 221 void documentRestored(); |
221 | 222 |