]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
Fix reference dialog layout for Qt 4.2.
[lyx.git] / src / BufferView.h
index ded6665eb53d5ce6704c4b5c1c90788e612fbd86..0f6b55b80ad95e74c42410e336fad9c5c88f0f50 100644 (file)
@@ -251,6 +251,8 @@ public:
 
        ///
        Point getPos(DocIterator const & dit, bool boundary) const;
+       /// is the paragraph of the cursor visible ?
+       bool paragraphVisible(DocIterator const & dit) const;
 
 
        ///
@@ -287,6 +289,8 @@ public:
        void insertPlaintextFile(support::FileName const & f, bool asParagraph);
        ///
        void insertLyXFile(support::FileName const & f);
+       /// save temporary bookmark for jump back navigation
+       void bookmarkEditPosition();
 
 private:
        /// noncopyable