]> git.lyx.org Git - lyx.git/blobdiff - src/lyxcursor.h
Forgot to save changed file ;)
[lyx.git] / src / lyxcursor.h
index fe3cc2842cc6af2cd158c6b781859f7b6acdec79..d33515c44df339bc985778d887f2ad9aaf519846 100644 (file)
@@ -63,6 +63,10 @@ public:
        void row(Row * r);
        ///
        Row * row() const;
+       ///
+       void irow(Row * r);
+       ///
+       Row * irow() const;
 private:
        /// The paragraph the cursor is in.
        Paragraph * par_;
@@ -84,6 +88,9 @@ private:
        int iy_;
        ///
        Row * row_;
+       /// the row of the position before the inset when we put
+       /// the cursor on the end of the row before, otherwise equal to row.
+       Row * irow_;
 };
 
 ///