]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_arrayinset.h
updates to latexfeatures stuff; allow empty \document_path
[lyx.git] / src / mathed / math_arrayinset.h
index 79fa2130dabad47dee6bc63ab4c5bd9f271c7a0b..d09dae7e8aa1f3c415d0961f65d22947208fe6e2 100644 (file)
@@ -16,13 +16,22 @@ public:
        ///
        MathArrayInset(int m, int n, char valign, string const & halign);
        ///
-       MathInset * clone() const;
+       MathArrayInset(char valign, string const & halign);
+       /// convienience constructor from whitespace/newline seperated data
+       MathArrayInset(string const & str);
        ///
-       void write(MathWriteInfo & os) const;
+       MathInset * clone() const;
        ///
        void metrics(MathMetricsInfo const & st) const;
        ///
        MathArrayInset * asArrayInset() { return this; }
+
+       ///
+       void write(WriteStream & os) const;
+       ///
+       void normalize(NormalStream &) const;
+       ///
+       void maplize(MapleStream &) const;
 };
 
 #endif