Mercurial > hg > svcore
diff plugin/transform/PluginTransformer.h @ 331:f620ce48c950
* Further naming change: Transformer -> ModelTransformer.
The Transform class now describes a thing that can be done, and the
ModelTransformer does it to a Model.
author | Chris Cannam |
---|---|
date | Wed, 07 Nov 2007 12:59:01 +0000 |
parents | 21bd032ae791 |
children | 1afaf98dbf11 |
line wrap: on
line diff
--- a/plugin/transform/PluginTransformer.h Tue Nov 06 17:15:00 2007 +0000 +++ b/plugin/transform/PluginTransformer.h Wed Nov 07 12:59:01 2007 +0000 @@ -16,7 +16,7 @@ #ifndef _PLUGIN_TRANSFORMER_H_ #define _PLUGIN_TRANSFORMER_H_ -#include "Transformer.h" +#include "ModelTransformer.h" #include "base/Window.h" @@ -25,7 +25,7 @@ //!!! should this just move back up to Transformer? It is after all used //directly in all sorts of generic places, like Document -class PluginTransformer : public Transformer +class PluginTransformer : public ModelTransformer { public: class ExecutionContext {