]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiView.h
If we are hiding a buffer _and_ the buffer is visible in another view/tabgroup, then...
[lyx.git] / src / frontends / qt4 / GuiView.h
index 979cbef069fa8e47c362ba8493c2c952101f9c67..4cf5d027e92e6371d9235c78252d0ef5f095f5af 100644 (file)
@@ -304,6 +304,9 @@ private:
        bool saveBufferIfNeeded(Buffer & buf, bool hiding);
        ///
        bool closeBufferAll(bool tolastopened = false);
+       /// is the buffer in this workarea also shown in another tab ?
+       /// This tab can either be in the same view or in another one.
+       bool inMultiTabs(GuiWorkArea * wa);
        /// is the buffer in this workarea also shown in another view ?
        bool inMultiViews(GuiWorkArea * wa);
        ///