]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracbase.h
split inset -> inset + updatableinset
[lyx.git] / src / mathed / math_fracbase.h
index 8fff7cfaf38e50156048d2bf1d3e49219a0138d6..96393bb651b055c72855cdb09318adcf871bfb17 100644 (file)
@@ -4,22 +4,17 @@
 
 #include "math_nestinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 class MathFracbaseInset : public MathNestInset {
 public:
        ///
        MathFracbaseInset();
        ///
-       bool idxUp(idx_type &) const;
-       ///
-       bool idxDown(idx_type &) const;
+       bool idxUpDown(idx_type & idx, pos_type & pos, bool up, int targetx) const;
        ///
-       bool idxLeft(idx_type &, pos_type &) const;
+       bool idxLeft(idx_type & idx, pos_type & pos) const;
        ///
-       bool idxRight(idx_type &, pos_type &) const;
+       bool idxRight(idx_type & idx, pos_type & pos) const;
 };
 
 #endif