Mercurial > hg > svcore
comparison plugin/transform/TransformDescription.h @ 350:d7c41483af8f
* Merge from transforms branch -- switch over to using Transform object
properly
author | Chris Cannam |
---|---|
date | Fri, 07 Dec 2007 16:47:31 +0000 |
parents | 3179d8b29336 |
children | 9203b82a8c53 |
comparison
equal
deleted
inserted
replaced
348:edda24bb85fc | 350:d7c41483af8f |
---|---|
35 * avoid user confusion). | 35 * avoid user confusion). |
36 * | 36 * |
37 * The friendly name is a shorter version of the name. | 37 * The friendly name is a shorter version of the name. |
38 * | 38 * |
39 * The type is also intended to be user-readable, for use in menus. | 39 * The type is also intended to be user-readable, for use in menus. |
40 * | |
41 * To obtain these objects, use | |
42 * TransformFactory::getAllTransformDescriptions and | |
43 * TransformFactory::getTransformDescription. | |
40 */ | 44 */ |
41 | 45 |
42 struct TransformDescription | 46 struct TransformDescription |
43 { | 47 { |
44 TransformDescription() { } | 48 TransformDescription() { } |