]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathGrid.h
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[lyx.git] / src / mathed / InsetMathGrid.h
index d01085089417c2b5b5aa72c4f0d2fa5f698efd5c..da309998d19142ba8128a23bac9f322257ce8dfc 100644 (file)
@@ -63,7 +63,7 @@ public:
                /// extra distance between lines
                int skip_;
                /// Is a page break allowed after this row?
-               bool allow_pagebreak_;
+               bool allow_newpage_;
        };
 
        // additional per-row information
@@ -155,9 +155,9 @@ public:
        ///
        bool idxUpDown(Cursor &, bool up) const;
        ///
-       bool idxLeft(Cursor &) const;
+       bool idxBackward(Cursor &) const;
        ///
-       bool idxRight(Cursor &) const;
+       bool idxForward(Cursor &) const;
        ///
        bool idxFirst(Cursor &) const;
        ///
@@ -168,7 +168,7 @@ public:
        void idxGlue(idx_type idx);
 
        /// add a row, one row down
-       virtual void appendRow(row_type r);
+       virtual void addRow(row_type r);
        /// delete a row
        virtual void delRow(row_type r);
        /// copy a row