]> git.lyx.org Git - lyx.git/blobdiff - src/dociterator.h
minimal effort implementation of:
[lyx.git] / src / dociterator.h
index fa6824b88fe3551cbae3a369d7b4ab7fb1f4b9fb..95b59765bbc02db8bf6e04d2927c2647e0bd738d 100644 (file)
@@ -23,7 +23,6 @@ class Paragraph;
 class Row;
 
 
-
 // only needed for gcc 2.95, remove when support terminated
 template <typename A, typename B>
 bool ptr_cmp(A const * a, B const * b)
@@ -178,8 +177,11 @@ public:
        //
        /// move on one logical position, do not descend into nested insets
        void forwardPosNoDescend();
-       /// move on one logical position, descend into nested insets
-       void forwardPos();
+       /**
+        * move on one logical position, descend into nested insets
+        * skip collapsed insets if \p ignorecollapsed is true
+        */
+       void forwardPos(bool ignorecollapsed = false);
        /// move on one physical character or inset
        void forwardChar();
        /// move on one paragraph