comparison 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
comparison
equal deleted inserted replaced
410:9c7ebf2cd956 411:52303ec15cd2
225 * refreshing the actual view. 225 * refreshing the actual view.
226 */ 226 */
227 void completionChanged(); 227 void completionChanged();
228 228
229 /** 229 /**
230 * Emitted when internal processing is complete (i.e. when
231 * isReady() would return true, with completion at 100).
232 */
233 void ready();
234
235 /**
230 * Emitted when the completion percentage changes for the 236 * Emitted when the completion percentage changes for the
231 * calculation of this model's alignment model. 237 * calculation of this model's alignment model.
232 */ 238 */
233 void alignmentCompletionChanged(); 239 void alignmentCompletionChanged();
234 240