]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_rootinset.h
try to fix rounding errors
[lyx.git] / src / mathed / math_rootinset.h
index 209b9720f295dd79364d88c8bee54fa1f695d0cb..e03755e0173cf4d2cb81d4da0e7038edf5c4159a 100644 (file)
@@ -1,8 +1,8 @@
 // -*- C++ -*-
 /*
  *  File:        math_root.h
- *  Purpose:     Declaration of the root object 
- *  Author:      Alejandro Aguilar Sierra <asierra@servidor.unam.mx> 
+ *  Purpose:     Declaration of the root object
+ *  Author:      Alejandro Aguilar Sierra <asierra@servidor.unam.mx>
  *  Created:     January 1999
  *  Description: Root math object
  *
@@ -32,13 +32,11 @@ public:
        ///
        MathInset * clone() const;
        ///
-       bool idxUp(int & idx, int & pos) const;
+       bool idxUpDown(idx_type & idx, bool up) const;
        ///
-       bool idxDown(int & idx, int & pos) const;
+       void metrics(MathMetricsInfo & st) const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
-       ///
-       void draw(Painter &, int x, int y) const;
+       void draw(MathPainterInfo &, int x, int y) const;
 
        ///
        void write(WriteStream & os) const;