]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_exfuncinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_exfuncinset.h
index 400a29b9841ce060833e1e6b9e64ff9347edabae..6422af0f7af502f77030417f8ec237aae502f25f 100644 (file)
@@ -15,24 +15,24 @@ public:
        ///
        MathExFuncInset(string const & name, MathArray const & ar);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
-       void metrics(MathMetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
-       void draw(MathPainterInfo & pi, int x, int y) const;
+       void draw(PainterInfo & pi, int x, int y) const;
        ///
        string name() const;
 
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
-       void maximize(MaximaStream &) const;
+       void maxima(MaximaStream &) const;
        ///
-       void mathematicize(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///
-       void octavize(OctaveStream &) const;
+       void octave(OctaveStream &) const;
 
 private:
        ///