X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathRoot.h;h=ee0bea3f147385039ea1ebe267042a87b6dab938;hb=98fb638d61d38df1443339de4e8ba58c7c81784a;hp=6b42504857bcd4e86efc3acd63543c05d985949c;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/mathed/InsetMathRoot.h b/src/mathed/InsetMathRoot.h index 6b42504857..ee0bea3f14 100644 --- a/src/mathed/InsetMathRoot.h +++ b/src/mathed/InsetMathRoot.h @@ -25,9 +25,9 @@ public: /// InsetMathRoot(); /// - bool idxUpDown(LCursor & cur, bool up) const; + bool idxUpDown(Cursor & cur, bool up) const; /// - void metrics(MetricsInfo & mi, Dimension & dim) const; + bool metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo & pi, int x, int y) const; @@ -36,13 +36,15 @@ public: /// void normalize(NormalStream &) const; /// - void mathmlize(MathMLStream &) const; + void mathmlize(MathStream &) const; /// void maple(MapleStream &) const; /// + void mathematica(MathematicaStream &) const; + /// void octave(OctaveStream &) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; };