X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathXArrow.h;h=722f4d58cd1d96ffe4e3fb172463ee73732aee1f;hb=cdc847fd304019a19425a0d5d9d42a556a937097;hp=d21dd422224422e14ab9e78c7126ed32a05b7afe;hpb=0facb603fefec1ecc927f77bcf6228ca1f035444;p=lyx.git diff --git a/src/mathed/InsetMathXArrow.h b/src/mathed/InsetMathXArrow.h index d21dd42222..722f4d58cd 100644 --- a/src/mathed/InsetMathXArrow.h +++ b/src/mathed/InsetMathXArrow.h @@ -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,9 +32,15 @@ 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; } + /// + MathClass mathClass() const { return MC_REL; } private: virtual Inset * clone() const;