]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracbase.h
Fix reading of math macros
[lyx.git] / src / mathed / math_fracbase.h
index 6fc8e5e1ea236a71d6cdfcfe3376a006dd5de75d..9c138686144e52766d531c622da5237d3ddcd686 100644 (file)
@@ -13,21 +13,11 @@ public:
        ///
        MathFracbaseInset();
        ///
-       bool idxUp(idx_type &) const;
+       bool idxUpDown(idx_type & idx, pos_type & pos, bool up, int targetx) const;
        ///
-       bool idxDown(idx_type &) const;
+       bool idxLeft(idx_type & idx, pos_type & pos) const;
        ///
-       bool idxLeft(idx_type &, pos_type &) const;
-       ///
-       bool idxRight(idx_type &, pos_type &) const;
-       ///
-       bool idxFirstUp(idx_type &, pos_type &) const;
-       ///
-       bool idxFirstDown(idx_type &, pos_type &) const;
-       ///
-       bool idxLastUp(idx_type &, pos_type &) const;
-       ///
-       bool idxLastDown(idx_type &, pos_type &) const;
+       bool idxRight(idx_type & idx, pos_type & pos) const;
 };
 
 #endif