]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
A little cleanup of some of the BibTeX info access.
[lyx.git] / src / BufferView.h
index 6c2b53fcb6a0ec820171acb0009885ab45d88571..5b277c4edc8e7dab79584040e114f90cfb3ecdc7 100644 (file)
@@ -32,6 +32,7 @@ class Change;
 class CoordCache;
 class Cursor;
 class DocIterator;
+class DocumentClass;
 class FuncRequest;
 class FuncStatus;
 class Intl;
@@ -303,6 +304,10 @@ public:
        void insertLyXFile(support::FileName const & f);
        /// save temporary bookmark for jump back navigation
        void bookmarkEditPosition();
+       /// Find and return the inset associated with given dialog name.
+       Inset * editedInset(std::string const & name) const;
+       /// Associate an inset associated with given dialog name.
+       void editInset(std::string const & name, Inset * inset);
 
 private:
        /// noncopyable
@@ -327,6 +332,8 @@ private:
                int y  //< y-coordinate on screen
                ) const;
 
+       ///
+       void updateLayout(DocumentClass const * const oldlayout);
        ///
        int width_;
        ///