X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferView.h;h=8d72e59c0c50569ef4bd798a69763499a30f5cb0;hb=eb395d9d313c1bc07ff48b47e080442f095dc97a;hp=89602cbba180b8b2e2eaea28f7f260341987cd34;hpb=107ecefbadc8865fae9cd77de0570b24e45b2d76;p=lyx.git diff --git a/src/BufferView.h b/src/BufferView.h index 89602cbba1..8d72e59c0c 100644 --- a/src/BufferView.h +++ b/src/BufferView.h @@ -88,8 +88,6 @@ public: /// void beforeChange(LyXText *); /// - void finishChange(bool fitcur = false); - /// void savePosition(unsigned int i); /// void restorePosition(unsigned int i); @@ -130,12 +128,6 @@ public: /// bool gotoLabel(string const & label); /// - void paste(); - /// - void cut(bool realcut = true); - /// - void copy(); - /// void pasteEnvironment(); /// void copyEnvironment(); @@ -178,6 +170,8 @@ public: void toggleToggle(); /// void center(); + /// + int scroll(long time); /// Scroll the view by a number of pixels void scrollDocView(int); @@ -198,8 +192,7 @@ public: void stuffClipboard(string const &) const; /// bool dispatch(FuncRequest const & argument); - /// - void moveCursorUpdate(bool selecting, bool fitcur = true); + private: /// struct Pimpl;