X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_rootinset.h;h=e03755e0173cf4d2cb81d4da0e7038edf5c4159a;hb=e093e5e80c334995a77445c8e66a9f3c9594dda1;hp=0e3c81287e685757b94b3cbe1fe2c2775fd14983;hpb=96175b2fe6512d7e762b7b2777a0dbdb07a1c719;p=lyx.git diff --git a/src/mathed/math_rootinset.h b/src/mathed/math_rootinset.h index 0e3c81287e..e03755e017 100644 --- a/src/mathed/math_rootinset.h +++ b/src/mathed/math_rootinset.h @@ -1,8 +1,8 @@ // -*- C++ -*- /* * File: math_root.h - * Purpose: Declaration of the root object - * Author: Alejandro Aguilar Sierra + * Purpose: Declaration of the root object + * Author: Alejandro Aguilar Sierra * Created: January 1999 * Description: Root math object * @@ -32,13 +32,11 @@ public: /// MathInset * clone() const; /// - bool idxUp(idx_type & idx, pos_type & pos) const; + bool idxUpDown(idx_type & idx, bool up) const; /// - bool idxDown(idx_type & idx, pos_type & 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;