]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
Fix bug #7059: Display the vertical alignment of tables.
[lyx.git] / src / BufferView.h
index 8d48301007bb1800159512a82277bac279bc1957..0672c9ddd16800c320dbd5bb8ae36ea8bb9ca6f1 100644 (file)
@@ -159,7 +159,8 @@ public:
        /// This method will automatically scroll and update the BufferView
        /// if needed.
        /// \param recenter Whether the cursor should be centered on screen
-       void showCursor(DocIterator const & dit, bool recenter);
+       void showCursor(DocIterator const & dit, bool recenter,
+               bool update);
        /// Scroll to the cursor.
        void scrollToCursor();
        /// Scroll to the cursor.
@@ -174,7 +175,7 @@ public:
        /// scroll document by the given number of pixels.
        int scroll(int pixels);
        /// Scroll the view by a number of pixels.
-       void scrollDocView(int pixels);
+       void scrollDocView(int pixels, bool update);
        /// Set the cursor position based on the scrollbar one.
        void setCursorFromScrollbar();
 
@@ -310,6 +311,8 @@ public:
        void editInset(std::string const & name, Inset * inset);
        ///
        void clearLastInset(Inset * inset) const;
+       /// Is the mouse hovering a clickable inset or element?
+       bool clickableInset() const;
 
 private:
        /// noncopyable