]> git.lyx.org Git - lyx.git/blobdiff - src/iterators.h
Move #includes out of header files.
[lyx.git] / src / iterators.h
index dcb896acc357075e0c4dff583cedc7872b96f841..b9446a94ce01999c062ebf9cff5b0e87c7dd7627 100644 (file)
@@ -6,7 +6,7 @@
  * \author unknown
  * \author Lars Gullik Bjønnes
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef ITERATORS_H
@@ -32,7 +32,7 @@ public:
        Paragraph & operator*() const;
        ///
        ParagraphList::iterator operator->() const;
-       ///
+       /// This gives us the top-most parent paragraph
        ParagraphList::iterator outerPar() const;
        ///
        ParagraphList::iterator pit() const;
@@ -71,6 +71,8 @@ public:
        Paragraph const & operator*() const;
        ///
        ParagraphList::const_iterator operator->() const;
+       ///
+       ParagraphList const & plist() const;
 
        /// depth of nesting
        size_t size() const;