X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_exfuncinset.h;h=45692fe81c2f21ebabeb9a0415f4ad2a395e9dfd;hb=cd19a0b33bcc87b46c3567928d85a4c724f49db5;hp=a9a7cdf182159596dbc757ecc0898185fb62ae4f;hpb=858355fb69e30dbfbe84fb023076b5ac4ad7b0ec;p=lyx.git diff --git a/src/mathed/math_exfuncinset.h b/src/mathed/math_exfuncinset.h index a9a7cdf182..45692fe81c 100644 --- a/src/mathed/math_exfuncinset.h +++ b/src/mathed/math_exfuncinset.h @@ -12,17 +12,21 @@ public: /// explicit MathExFuncInset(string const & name); /// + MathExFuncInset(string const & name, MathArray const & ar); + /// MathInset * clone() const; /// - void metrics(MathMetricsInfo const & st) const; + void metrics(MathMetricsInfo & st) const; /// - void draw(Painter &, int x, int y) const; + void draw(MathPainterInfo &, int x, int y) const; /// void normalize(NormalStream &) const; /// void maplize(MapleStream &) const; /// + void mathematicize(MathematicaStream &) const; + /// void mathmlize(MathMLStream &) const; /// void octavize(OctaveStream &) const; @@ -32,7 +36,5 @@ public: private: /// string const name_; - /// - mutable LyXFont font_; }; #endif