Mercurial > hg > svapp
comparison framework/Document.h @ 160:64b09e5bda21
* rtmidi & activity updates
author | Chris Cannam |
---|---|
date | Tue, 24 Feb 2009 17:25:55 +0000 |
parents | 06fc6fc21739 |
children | 2c827ac7c8e7 |
comparison
equal
deleted
inserted
replaced
159:06fc6fc21739 | 160:64b09e5bda21 |
---|---|
234 QString message); | 234 QString message); |
235 void modelRegenerationWarning(QString layerName, QString transformName, | 235 void modelRegenerationWarning(QString layerName, QString transformName, |
236 QString message); | 236 QString message); |
237 void alignmentFailed(QString transformName, QString message); | 237 void alignmentFailed(QString transformName, QString message); |
238 | 238 |
239 void activity(QString); | |
240 | |
239 protected: | 241 protected: |
240 void releaseModel(Model *model); | 242 void releaseModel(Model *model); |
241 | 243 |
242 /** | 244 /** |
243 * If model is suitable for alignment, align it against the main | 245 * If model is suitable for alignment, align it against the main |