mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35536 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d07c00032a
commit
da0f528287
@ -305,7 +305,12 @@ public:
|
||||
void setParent(Buffer const *);
|
||||
Buffer const * parent() const;
|
||||
|
||||
/// Collect all relative buffers
|
||||
/// Collect all relative buffers, in the order in which they appear.
|
||||
/// I.e., the "root" Buffer is first, then its first child, then any
|
||||
/// of its children, etc. However, there are no duplicates in this
|
||||
/// list.
|
||||
/// This is "stable", too, in the sense that it returns the same
|
||||
/// thing from whichever Buffer it is called.
|
||||
ListOfBuffers allRelatives() const;
|
||||
|
||||
/** Get the document's master (or \c this if this is not a
|
||||
|
Loading…
Reference in New Issue
Block a user