]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_cursor.h
support for \begin{cases}...\end{cases} (for interactive creation type M-x
[features.git] / src / mathed / math_cursor.h
index e0f9649a422ead4fdff427cf844c4f39dc1555e4..cd110890ede96a22459883556c483a4130f8dd22 100644 (file)
@@ -178,6 +178,8 @@ public:
        void splitCell();
        /// Splits line and insert new row of cell 
        void breakLine();
+       /// read contents of line into an array
+       void readLine(MathArray & ar) const;
        ///
        MathTextCodes getLastCode() const;
        ///
@@ -191,6 +193,8 @@ public:
        ///
        char halign() const;
        ///
+       col_type ncols() const;
+       ///
        col_type col() const;
        ///
        row_type row() const;