Mercurial > hg > svcore
diff data/model/Model.h @ 411:52303ec15cd2
* Permit holding Shift while dragging an instant or other edited thing,
to override the initial drag resistance (for #1928943 sticky time
instants)
* better handling of updates during progressive decode load
* ready() signal from model (used by vect)
author | Chris Cannam |
---|---|
date | Mon, 19 May 2008 17:23:11 +0000 |
parents | 88ad01799040 |
children | 1d7ebc05157e |
line wrap: on
line diff
--- a/data/model/Model.h Fri May 16 13:27:07 2008 +0000 +++ b/data/model/Model.h Mon May 19 17:23:11 2008 +0000 @@ -227,6 +227,12 @@ void completionChanged(); /** + * Emitted when internal processing is complete (i.e. when + * isReady() would return true, with completion at 100). + */ + void ready(); + + /** * Emitted when the completion percentage changes for the * calculation of this model's alignment model. */