comparison framework/Document.h @ 51:e41af8419d4a

* Remove alignment button altogether if no Match plugin installed. Then it won't annoy people who really don't want it; they can get rid of it easily enough.
author Chris Cannam
date Thu, 01 Nov 2007 17:24:38 +0000
parents a8bb5b2aca4c
children 43ad8d909e28
comparison
equal deleted inserted replaced
50:a8bb5b2aca4c 51:e41af8419d4a
191 191
192 /** 192 /**
193 * Return true if alignment is supported (i.e. if the necessary 193 * Return true if alignment is supported (i.e. if the necessary
194 * plugin is found). 194 * plugin is found).
195 */ 195 */
196 bool canAlign() const; 196 static bool canAlign();
197 197
198 /** 198 /**
199 * Specify whether models added via addImportedModel should be 199 * Specify whether models added via addImportedModel should be
200 * automatically aligned against the main model if appropriate. 200 * automatically aligned against the main model if appropriate.
201 */ 201 */