diff framework/MainWindowBase.h @ 53:de2b3c6479c8

* Introduce new Transform class which contains data necessary to describe the context for a plugin -- the plugin's name and output, the step/block size etc (formerly spread across ExecutionContext and TransformFactory). Other code hasn't been updated to use this yet. * Rename existing Transform stuff to Transformers (because they run Transforms) I'm still not 100% sure about this change, don't rely on it.
author Chris Cannam
date Mon, 05 Nov 2007 15:31:06 +0000
parents 7fbe1c99d5d8
children a798f5e6fc5e
line wrap: on
line diff
--- a/framework/MainWindowBase.h	Fri Nov 02 14:12:17 2007 +0000
+++ b/framework/MainWindowBase.h	Mon Nov 05 15:31:06 2007 +0000
@@ -27,7 +27,7 @@
 #include "base/PropertyContainer.h"
 #include "base/RecentFiles.h"
 #include "layer/LayerFactory.h"
-#include "plugin/transform/Transform.h"
+#include "plugin/transform/Transformer.h"
 #include "SVFileReader.h"
 #include "data/fileio/FileFinder.h"
 #include "data/fileio/FileSource.h"
@@ -249,7 +249,7 @@
     OSCQueue                *m_oscQueue;
 
     RecentFiles              m_recentFiles;
-    RecentFiles              m_recentTransforms;
+    RecentFiles              m_recentTransformers;
 
     bool                     m_documentModified;
     bool                     m_openingAudioFile;