]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracbase.h
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / math_fracbase.h
index 05935d93a1e6c940563ee111fa067354bdfdbe60..96393bb651b055c72855cdb09318adcf871bfb17 100644 (file)
@@ -4,30 +4,17 @@
 
 #include "math_nestinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 class MathFracbaseInset : public MathNestInset {
 public:
        ///
        MathFracbaseInset();
        ///
-       bool idxUp(int &, int &) const;
-       ///
-       bool idxDown(int &, int &) const;
-       ///
-       bool idxLeft(int &, int &) const;
-       ///
-       bool idxRight(int &, int &) const;
-       ///
-       bool idxFirstUp(int & idx, int & pos) const;
-       ///
-       bool idxFirstDown(int & idx, int & pos) const;
+       bool idxUpDown(idx_type & idx, pos_type & pos, bool up, int targetx) const;
        ///
-       bool idxLastUp(int & idx, int & pos) const;
+       bool idxLeft(idx_type & idx, pos_type & pos) const;
        ///
-       bool idxLastDown(int & idx, int & pos) const;
+       bool idxRight(idx_type & idx, pos_type & pos) const;
 };
 
 #endif