Mercurial > hg > svapp
diff framework/Document.h @ 50:a8bb5b2aca4c
* Fix availability of alignment button and relative align/solo button state
author | Chris Cannam |
---|---|
date | Thu, 01 Nov 2007 16:02:01 +0000 |
parents | c6328c8d6536 |
children | e41af8419d4a |
line wrap: on
line diff
--- a/framework/Document.h Thu Nov 01 10:45:28 2007 +0000 +++ b/framework/Document.h Thu Nov 01 16:02:01 2007 +0000 @@ -190,6 +190,12 @@ void removeLayerFromView(View *, Layer *); /** + * Return true if alignment is supported (i.e. if the necessary + * plugin is found). + */ + bool canAlign() const; + + /** * Specify whether models added via addImportedModel should be * automatically aligned against the main model if appropriate. */