]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/LyXView.h
Move Color::color enum to ColorCode.h
[lyx.git] / src / frontends / LyXView.h
index eb386304b0fcc8b085bc2b38a057c8ccb79ea160..f2dd2c6c1f6cc80a0d16a861ca44116c7251a85b 100644 (file)
@@ -107,7 +107,7 @@ public:
        virtual void saveGeometry() = 0;
 
        /// show busy cursor
-       virtual void busy(bool) = 0;
+       virtual void setBusy(bool) = 0;
 
        //@{ generic accessor functions
 
@@ -186,10 +186,8 @@ public:
        void structureChanged() { updateToc(); }
        /// This function is called when some parsing error shows up.
        void errors(std::string const & err) { showErrorList(err); }
-       /// This function is called when the buffer busy status change.
-       //void busy(bool);
        /// This function is called when the buffer readonly status change.
-       void readonly(bool on) { showReadonly(on); }
+       void setReadOnly(bool on);
        /// Update window titles of all users.
        void updateTitles() { updateWindowTitle(); }
        /// Reset autosave timers for all users.
@@ -231,9 +229,6 @@ private:
                std::string const & data);
        //@}
 
-       /// notify readonly status
-       void showReadonly(bool);
-
 protected:
        ///
        void updateToc();