X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferView.h;h=5b277c4edc8e7dab79584040e114f90cfb3ecdc7;hb=2098f1d8c20d51e63e670bcdc9da8996068975bf;hp=9cbb3cf60a4b84b90317c0417093bde01beb4409;hpb=16a82d6f971bd64395aaaca24004d82fe9b46c6f;p=lyx.git diff --git a/src/BufferView.h b/src/BufferView.h index 9cbb3cf60a..5b277c4edc 100644 --- a/src/BufferView.h +++ b/src/BufferView.h @@ -304,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