]> git.lyx.org Git - lyx.git/blobdiff - src/FuncStatus.h
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / FuncStatus.h
index af2801389e8e2ca4cbf3b8b3644cf3b7cc9eec49..4a632dc870fa2345717a5deeac67d5807a4d77c1 100644 (file)
@@ -52,9 +52,7 @@ public:
        ///
        void clear();
        ///
-       void operator|=(FuncStatus const & f);
-       ///
-       void unknown(bool b);
+       void setUnknown(bool b);
        ///
        bool unknown() const;
 
@@ -67,7 +65,7 @@ public:
        void setOnOff(bool b);
        /// tells whether the menu item should have a check mark
        /// (or the toolbar icon should be pushed).
-       bool onoff(bool b) const;
+       bool onOff(bool b) const;
 
        ///
        void message(docstring const & m);