]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_exfuncinset.h
Geof Piroux's patch for Mathematica support
[lyx.git] / src / mathed / math_exfuncinset.h
index a9a7cdf182159596dbc757ecc0898185fb62ae4f..45692fe81c2f21ebabeb9a0415f4ad2a395e9dfd 100644 (file)
@@ -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