]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
move mouse click handling to LyXText::dispatch
[lyx.git] / src / BufferView.h
index bf807fd1f74398e28bb16256a49e72a0bb0d69b4..8d72e59c0c50569ef4bd798a69763499a30f5cb0 100644 (file)
@@ -82,18 +82,12 @@ public:
        ///
        void redoCurrentBuffer();
        ///
-       void cursorPrevious(LyXText *);
-       ///
-       void cursorNext(LyXText *);
-       ///
        bool available() const;
        ///
        LyXView * owner() const;
        ///
        void beforeChange(LyXText *);
        ///
-       void finishChange(bool fitcur = false);
-       ///
        void savePosition(unsigned int i);
        ///
        void restorePosition(unsigned int i);
@@ -134,12 +128,6 @@ public:
        ///
        bool gotoLabel(string const & label);
        ///
-       void paste();
-       ///
-       void cut(bool realcut = true);
-       ///
-       void copy();
-       ///
        void pasteEnvironment();
        ///
        void copyEnvironment();
@@ -182,6 +170,8 @@ public:
        void toggleToggle();
        ///
        void center();
+       ///
+       int scroll(long time);
 
        /// Scroll the view by a number of pixels
        void scrollDocView(int);
@@ -202,8 +192,7 @@ public:
        void stuffClipboard(string const &) const;
        ///
        bool dispatch(FuncRequest const & argument);
-       ///
-       void moveCursorUpdate(bool selecting, bool fitcur = true);
+
 private:
        ///
        struct Pimpl;