diff base/Clipboard.h @ 369:007b01b971a6

* function rename & notes
author Chris Cannam
date Mon, 04 Feb 2008 13:35:11 +0000
parents 516819f2b97b
children e73a1a1e8f24
line wrap: on
line diff
--- a/base/Clipboard.h	Tue Jan 29 19:54:54 2008 +0000
+++ b/base/Clipboard.h	Mon Feb 04 13:35:11 2008 +0000
@@ -47,7 +47,7 @@
         bool haveLevel() const;
         float getLevel() const;
 
-        bool haveReferenceFrame() const;
+        bool referenceFramesDiffer() const;
         long getReferenceFrame() const;
         void setReferenceFrame(long);
 
@@ -62,7 +62,7 @@
         QString m_label;
         bool m_haveLevel;
         float m_level;
-        bool m_haveReferenceFrame;
+        bool m_referenceFramesDiffer;
         long m_referenceFrame;
     };
 
@@ -77,7 +77,7 @@
     void setPoints(const PointList &points);
     void addPoint(const Point &point);
 
-    bool haveReferenceFrames() const;
+    bool referenceFramesDiffer() const;
 
 protected:
     PointList m_points;