]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXArrow.h
Get rid of Inset::setPosCache
[lyx.git] / src / mathed / InsetMathXArrow.h
index bf668eaab718952df4115aba5c6247a9300fac47..f63eb2be192a1de19dad30613378a773c51a4039 100644 (file)
@@ -22,7 +22,7 @@ namespace lyx {
 class InsetMathXArrow : public InsetMathFracBase {
 public:
        ///
-       explicit InsetMathXArrow(docstring const & name);
+       explicit InsetMathXArrow(Buffer * buf, docstring const & name);
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
@@ -32,7 +32,13 @@ public:
        ///
        void normalize(NormalStream & os) const;
        ///
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
+       ///
        void validate(LaTeXFeatures & features) const;
+       ///
+       InsetCode lyxCode() const { return MATH_XARROW_CODE; }
 
 private:
        virtual Inset * clone() const;