]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
don't rm emergency saves ever
[lyx.git] / src / BufferView_pimpl.h
index 2cb7730d4009fe128fc3f181e9ca1147d2c3d702..0f2ad9f51b28c0c3df7dfea9d662f310892c6073 100644 (file)
@@ -89,10 +89,6 @@ struct BufferView::Pimpl : public boost::signals::trackable {
        ///
        void insetUnlock();
        ///
-       void showCursor();
-       ///
-       void hideCursor();
-       ///
        void toggleSelection(bool = true);
        ///
        void toggleToggle();
@@ -102,7 +98,9 @@ struct BufferView::Pimpl : public boost::signals::trackable {
        bool insertInset(Inset * inset, string const & lout = string());
        ///
        void updateInset(Inset * inset);
-       ///
+       /// a function should be executed from the workarea
+       bool workAreaDispatch(FuncRequest const & ev);
+       /// a function should be executed
        bool dispatch(FuncRequest const & ev);
 private:
        /// track changes for the document