comparison data/model/Model.h @ 931:df82da55e86a warnfix_no_size_t

Disambiguate signals
author Chris Cannam
date Tue, 17 Jun 2014 15:24:55 +0100
parents 59e7fe1b1003
children d03b3d956358
comparison
equal deleted inserted replaced
930:06579b8ffb7b 931:df82da55e86a
233 233
234 /** 234 /**
235 * Emitted when a model has been edited (or more data retrieved 235 * Emitted when a model has been edited (or more data retrieved
236 * from cache, in the case of a cached model that generates slowly) 236 * from cache, in the case of a cached model that generates slowly)
237 */ 237 */
238 void modelChanged(int startFrame, int endFrame); 238 void modelChangedWithin(int startFrame, int endFrame);
239 239
240 /** 240 /**
241 * Emitted when some internal processing has advanced a stage, but 241 * Emitted when some internal processing has advanced a stage, but
242 * the model has not changed externally. Views should respond by 242 * the model has not changed externally. Views should respond by
243 * updating any progress meters or other monitoring, but not 243 * updating any progress meters or other monitoring, but not