]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
"Inter-word Space"
[lyx.git] / src / BufferView_pimpl.h
index 2cb7730d4009fe128fc3f181e9ca1147d2c3d702..5f4baf4f635fbb657009473fd8cfdee7fd95b3e4 100644 (file)
@@ -10,6 +10,7 @@
 #ifndef BUFFERVIEW_PIMPL_H
 #define BUFFERVIEW_PIMPL_H
 
+#include "errorlist.h"
 #include "BufferView.h"
 #include "frontends/Timeout.h"
 #include "frontends/key_state.h"
@@ -89,10 +90,6 @@ struct BufferView::Pimpl : public boost::signals::trackable {
        ///
        void insetUnlock();
        ///
-       void showCursor();
-       ///
-       void hideCursor();
-       ///
        void toggleSelection(bool = true);
        ///
        void toggleToggle();
@@ -102,9 +99,14 @@ 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:
+       /// An error list (replaces the error insets)
+       ErrorList errorlist_;
+
        /// track changes for the document
        void trackChanges();