]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
partial framebox support
[lyx.git] / src / BufferView.h
index 89602cbba180b8b2e2eaea28f7f260341987cd34..712bdba8ba6c3f93b3a40f7072d243ecfc75c51c 100644 (file)
@@ -78,8 +78,6 @@ public:
        ///
        void updateScrollbar();
        ///
-       Inset * checkInsetHit(LyXText *, int & x, int & y);
-       ///
        void redoCurrentBuffer();
        ///
        bool available() const;
@@ -88,8 +86,6 @@ public:
        ///
        void beforeChange(LyXText *);
        ///
-       void finishChange(bool fitcur = false);
-       ///
        void savePosition(unsigned int i);
        ///
        void restorePosition(unsigned int i);
@@ -130,12 +126,6 @@ public:
        ///
        bool gotoLabel(string const & label);
        ///
-       void paste();
-       ///
-       void cut(bool realcut = true);
-       ///
-       void copy();
-       ///
        void pasteEnvironment();
        ///
        void copyEnvironment();
@@ -178,6 +168,8 @@ public:
        void toggleToggle();
        ///
        void center();
+       ///
+       int scroll(long time);
 
        /// Scroll the view by a number of pixels
        void scrollDocView(int);
@@ -198,8 +190,7 @@ public:
        void stuffClipboard(string const &) const;
        ///
        bool dispatch(FuncRequest const & argument);
-       ///
-       void moveCursorUpdate(bool selecting, bool fitcur = true);
+
 private:
        ///
        struct Pimpl;