]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXYArrow.h
Add \makeat switches to babel settings if necessary.
[lyx.git] / src / mathed / InsetMathXYArrow.h
index 50c7a043c87535d79d13485016cd479d133954a3..da5d0a68c933c4e161336d20277f877347a84b39 100644 (file)
@@ -36,20 +36,22 @@ public:
        ///
        InsetMathXYArrow * asXYArrowInset() { return this; }
 
-       ///
-       void normalize();
        ///
        void write(WriteStream & os) const;
        ///
        void normalize(NormalStream &) const;
-
-public:
        ///
        InsetMathXYMatrix const * targetMatrix() const;
        ///
        MathData const & targetCell() const;
        ///
        MathData const & sourceCell() const;
+       ///
+       InsetCode lyxCode() const { return MATH_XYARROW_CODE; }
+       ///
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
 
        ///
        bool up_;