diff base/Clipboard.h @ 383:94fc0591ea43 1.2-stable

* merge from trunk (1.2 ended up being tracked from trunk, but we may want this branch for fixes later)
author Chris Cannam
date Wed, 27 Feb 2008 10:32:45 +0000
parents 516819f2b97b
children
line wrap: on
line diff
--- a/base/Clipboard.h	Fri Nov 30 17:36:14 2007 +0000
+++ b/base/Clipboard.h	Wed Feb 27 10:32:45 2008 +0000
@@ -48,6 +48,8 @@
         float getLevel() const;
 
         bool haveReferenceFrame() const;
+        bool referenceFrameDiffers() const; // from point frame
+
         long getReferenceFrame() const;
         void setReferenceFrame(long);
 
@@ -78,6 +80,7 @@
     void addPoint(const Point &point);
 
     bool haveReferenceFrames() const;
+    bool referenceFramesDiffer() const;
 
 protected:
     PointList m_points;