diff base/View.h @ 31:4afaf0df4d51

* Add TextModel and TextLayer types * Make View refresh work better when editing a model (previously edits might not be refreshed if their visible changed area extended beyond the strict frame range that was being modified in the model) * Add phase-adjusted instantaneous frequency display to spectrogram layer (still a work in progress) * Pull maths aliases out into a separate header in dsp/maths so MathUtilities can be included without introducing them
author Chris Cannam
date Mon, 20 Feb 2006 13:33:36 +0000
parents a6ef94ecbe74
children 51e158b505da
line wrap: on
line diff
--- a/base/View.h	Fri Feb 17 18:11:08 2006 +0000
+++ b/base/View.h	Mon Feb 20 13:33:36 2006 +0000
@@ -224,8 +224,8 @@
     size_t getModelsEndFrame() const;
     int getModelsSampleRate() const;
     bool areLayersScrollable() const;
-    LayerList getScrollableBackLayers(bool &changed) const;
-    LayerList getNonScrollableFrontLayers(bool &changed) const;
+    LayerList getScrollableBackLayers(bool testChanged, bool &changed) const;
+    LayerList getNonScrollableFrontLayers(bool testChanged, bool &changed) const;
     size_t getZoomConstraintBlockSize(size_t blockSize,
 				      ZoomConstraint::RoundingDirection dir =
 				      ZoomConstraint::RoundNearest) const;