]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Clarify some comments.
[lyx.git] / src / Buffer.h
index 50bdf77bc9df2877eacea889a48b5564cd29f6a7..59ee44480595f527f0c7d2daf2598980b14dd00c 100644 (file)
@@ -133,6 +133,8 @@ public:
 
        ///
        Buffer * clone() const;
+       ///
+       bool isClone() const;
 
        /** High-level interface to buffer functionality.
            This function parses a command string and executes it.
@@ -319,6 +321,9 @@ public:
        /// return a vector with all children (and grandchildren)
        std::vector<Buffer *> getChildren(bool grand_children = true) const;
 
+       /// Add all children (and grandchildren) to supplied vector
+       void getChildren(std::vector<Buffer *> & children, bool grand_children = true) const;
+
        /// Is buffer read-only?
        bool isReadonly() const;