Mercurial > hg > svapp
comparison framework/Document.h @ 90:db267a315058
* Make alignment plugin configurable through settings file, even though it
isn't yet available in the preferences GUI
author | Chris Cannam |
---|---|
date | Thu, 07 Feb 2008 12:35:08 +0000 |
parents | c60bf8995166 |
children | b9faa1418d29 |
comparison
equal
deleted
inserted
replaced
89:3b616971bdc6 | 90:db267a315058 |
---|---|
327 void removeFromLayerViewMap(Layer *, View *); | 327 void removeFromLayerViewMap(Layer *, View *); |
328 | 328 |
329 QString getUniqueLayerName(QString candidate); | 329 QString getUniqueLayerName(QString candidate); |
330 void writeBackwardCompatibleDerivation(QTextStream &, QString, Model *, | 330 void writeBackwardCompatibleDerivation(QTextStream &, QString, Model *, |
331 const ModelRecord &) const; | 331 const ModelRecord &) const; |
332 | |
333 static TransformId getAlignmentTransformName(); | |
332 | 334 |
333 /** | 335 /** |
334 * And these are the layers. We also control the lifespans of | 336 * And these are the layers. We also control the lifespans of |
335 * these (usually through the commands used to add and remove them). | 337 * these (usually through the commands used to add and remove them). |
336 */ | 338 */ |