]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diffinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_diffinset.h
index a96388f77613d4d253a39063cb2aa6e44d089d94..74e4bc11eeb3bea926cdb60a94c297431c2bfd59 100644 (file)
@@ -2,6 +2,7 @@
 #ifndef MATH_DIFFINSET_H
 #define MATH_DIFFINSET_H
 
+
 // d f(x)/dx in one block
 // for interfacing external programs
 
@@ -12,20 +13,20 @@ public:
        ///
        explicit MathDiffInset();
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        void addDer(MathArray const & der);
        ///
-       void metrics(MathMetricsInfo & st) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
-       void draw(MathPainterInfo &, int x, int y) const;
+       void draw(PainterInfo & pi, int x, int y) const;
 
        ///
        void normalize(NormalStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
-       void mathematicize(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///