]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_arrayinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_arrayinset.h
index 51cde07e0e4de06fae3c43d194e71a0d1a33b726..642e8bc1027c04ed36cadb25895cd01dee99bfb1 100644 (file)
@@ -25,9 +25,9 @@ public:
        /// convienience constructor from whitespace/newline seperated data
        MathArrayInset(string const &, string const & str);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
-       void metrics(MetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
@@ -38,9 +38,11 @@ public:
        ///
        void write(WriteStream & os) const;
        ///
-       void normalize(NormalStream &) const;
+       void infoize(std::ostream & os) const;
        ///
-       void maple(MapleStream &) const;
+       void normalize(NormalStream & os) const;
+       ///
+       void maple(MapleStream & os) const;
 
 private:
        ///