]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_liminset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_liminset.h
index c1ecb90fdb1e48882e0f4ab2036a9ad39d2ba2b8..34fe7348a069565f5865625fb12584f1c9bbe7bd 100644 (file)
@@ -2,6 +2,7 @@
 #ifndef MATH_LIMINSET_H
 #define MATH_LIMINSET_H
 
+
 // lim_{x->x0} f(x) in one block
 // for interfacing external programs
 
@@ -12,18 +13,18 @@ public:
        ///
        MathLimInset(MathArray const & f, MathArray const & x, MathArray const & x0);
        ///
-       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;
 
        ///
        void normalize(NormalStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
-       void mathematicize(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///