X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_rootinset.h;h=e03755e0173cf4d2cb81d4da0e7038edf5c4159a;hb=e093e5e80c334995a77445c8e66a9f3c9594dda1;hp=97e56ea6259a5e975ed59b8310e7a151d4dadaee;hpb=8b7b3a589507e2bed9777f2854ea731c454492e4;p=lyx.git diff --git a/src/mathed/math_rootinset.h b/src/mathed/math_rootinset.h index 97e56ea625..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 * @@ -16,7 +16,6 @@ #define MATH_ROOT_H #include "math_nestinset.h" -#include "symbol_def.h" #ifdef __GNUG__ #pragma interface @@ -33,17 +32,20 @@ public: /// MathInset * clone() const; /// - void draw(Painter &, int x, int y) const; + bool idxUpDown(idx_type & idx, bool up) const; /// - void write(std::ostream &, bool fragile) const; + void metrics(MathMetricsInfo & st) const; /// - void writeNormal(std::ostream &) const; + void draw(MathPainterInfo &, int x, int y) const; + + /// + void write(WriteStream & os) const; /// - void metrics(MathStyles st) const; + void normalize(NormalStream &) const; /// - bool idxUp(int & idx, int & pos) const; + void mathmlize(MathMLStream &) const; /// - bool idxDown(int & idx, int & pos) const; + void octavize(OctaveStream &) const; }; #endif