]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracbase.h
use stream-like syntax for LaTeX output
[lyx.git] / src / mathed / math_fracbase.h
index 05935d93a1e6c940563ee111fa067354bdfdbe60..08f05017d5a9212623f6040432c8acbbbf0dddb6 100644 (file)
@@ -13,21 +13,13 @@ public:
        ///
        MathFracbaseInset();
        ///
-       bool idxUp(int &, int &) const;
+       bool idxUp(MathInset::idx_type &, MathInset::pos_type &) const;
        ///
-       bool idxDown(int &, int &) const;
+       bool idxDown(MathInset::idx_type &, MathInset::pos_type &) const;
        ///
-       bool idxLeft(int &, int &) const;
+       bool idxLeft(MathInset::idx_type &, MathInset::pos_type &) const;
        ///
-       bool idxRight(int &, int &) const;
-       ///
-       bool idxFirstUp(int & idx, int & pos) const;
-       ///
-       bool idxFirstDown(int & idx, int & pos) const;
-       ///
-       bool idxLastUp(int & idx, int & pos) const;
-       ///
-       bool idxLastDown(int & idx, int & pos) const;
+       bool idxRight(MathInset::idx_type &, MathInset::pos_type &) const;
 };
 
 #endif