]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/LyXView.h
Minipage is no more (long live the box inset)
[lyx.git] / src / frontends / LyXView.h
index 08a094539a4b1e9bcd64dc8ca31a34256ff055fb..c16c7a9a331eefc2ce48ec0f7e3a0b4e0680acf3 100644 (file)
@@ -21,6 +21,7 @@
 
 class Buffer;
 class Toolbar;
+class InsetOld;
 class Intl;
 class Menubar;
 class ControlCommandBuffer;
@@ -131,6 +132,11 @@ public:
        /// dispatch to current BufferView
        void dispatch(FuncRequest const & req);
 
+       /** redraw \c inset in all the BufferViews in which it is currently
+        *  visible. If successful return a pointer to the owning Buffer.
+        */
+       Buffer const * const updateInset(InsetOld const *) const;
+
 protected:
        /// view of a buffer. Eventually there will be several.
        boost::shared_ptr<BufferView> bufferview_;