]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Specify that we are in math mode. This avoids unnecessary \ensuremath
[lyx.git] / src / Buffer.h
index 1021df279f060c8664defab4996236f422b66fb1..f932a565cef68516a1ee7e39662750bdcf827ff3 100644 (file)
@@ -279,6 +279,9 @@ public:
         */
        Buffer const * masterBuffer() const;
 
+       /// \return true if \p child is a child of this \c Buffer.
+       bool isChild(Buffer * child) const;
+
        /// Is buffer read-only?
        bool isReadonly() const;