]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
Painter::wavyHorizontalLine(): new method for inline spellcheck purpose.
[lyx.git] / src / BufferView.h
index 0f6b55b80ad95e74c42410e336fad9c5c88f0f50..0105275eae1713218550af1e1aace7e7c08ef470 100644 (file)
@@ -146,15 +146,23 @@ public:
 
        /// set cursor to the given inset. Return true if found.
        bool setCursorFromInset(Inset const *);
-
+       /// Recenters the BufferView such that the passed cursor
+       /// is in the center.
+       void recenter();
        /// Ensure that the BufferView cursor is visible.
        /// This method will automatically scroll and update the BufferView
        /// if needed.
-       void showCursor();
+       void showCursor(); 
        /// Ensure the passed cursor \p dit is visible.
        /// This method will automatically scroll and update the BufferView
        /// if needed.
-       void showCursor(DocIterator const & dit);
+       /// \param recenter Whether the cursor should be centered on screen
+       void showCursor(DocIterator const & dit, bool recenter = false);
+       /// Scroll to the cursor.
+       void scrollToCursor();
+       /// Scroll to the cursor.
+       /// \param recenter Whether the cursor should be centered on screen
+       bool scrollToCursor(DocIterator const & dit, bool recenter);
        /// LFUN_SCROLL Helper.
        void lfunScroll(FuncRequest const & cmd);
        /// scroll down document by the given number of pixels.
@@ -303,6 +311,10 @@ private:
        /// \return true if no further update is needed.
        bool singleParUpdate();
 
+       /// The minimal size of the document that is visible. Used
+       /// when it is allowed to scroll below the document.
+       int minVisiblePart();
+
        /// Search recursively for the the innermost inset that covers (x, y) position.
        /// \retval 0 if no inset is found.
        Inset const * getCoveringInset(