X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFuncStatus.h;h=4a632dc870fa2345717a5deeac67d5807a4d77c1;hb=90f7007a2e6c78ffd031e4636ff909ab1bc2ddec;hp=02949ed0bfd0f4839288ec32e370702adffc2d03;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/FuncStatus.h b/src/FuncStatus.h index 02949ed0bf..4a632dc870 100644 --- a/src/FuncStatus.h +++ b/src/FuncStatus.h @@ -52,14 +52,12 @@ public: /// void clear(); /// - void operator|=(FuncStatus const & f); - /// - void unknown(bool b); + void setUnknown(bool b); /// bool unknown() const; /// - void enabled(bool b); + void setEnabled(bool b); /// tells whether it can be invoked (otherwise it will be grayed-out). bool enabled() 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);