X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathXArrow.h;h=3e5c4846a95889e68149ed14b671f9bb99705469;hb=a11780b59fcb6cdd16b15f9fa4de45d7ddfd1b2a;hp=ac6eaae0f920f3c74ffc0f383a66765332defa22;hpb=ab1f7c3fc575989cd0cc3b558729f3c66bb6d9aa;p=features.git diff --git a/src/mathed/InsetMathXArrow.h b/src/mathed/InsetMathXArrow.h index ac6eaae0f9..3e5c4846a9 100644 --- a/src/mathed/InsetMathXArrow.h +++ b/src/mathed/InsetMathXArrow.h @@ -24,22 +24,26 @@ public: /// explicit InsetMathXArrow(Buffer * buf, docstring const & name); /// - void draw(PainterInfo & pi, int x, int y) const; + void draw(PainterInfo & pi, int x, int y) const override; /// - void write(WriteStream & os) const; + void write(TeXMathStream & os) const override; /// - void metrics(MetricsInfo & mi, Dimension & dim) const; + void metrics(MetricsInfo & mi, Dimension & dim) const override; /// - void normalize(NormalStream & os) const; + void normalize(NormalStream & os) const override; /// - void mathmlize(MathStream &) const; + void mathmlize(MathMLStream &) const override; /// - void validate(LaTeXFeatures & features) const; + void htmlize(HtmlStream &) const override; /// - InsetCode lyxCode() const { return MATH_XARROW_CODE; } + void validate(LaTeXFeatures & features) const override; + /// + InsetCode lyxCode() const override { return MATH_XARROW_CODE; } + /// + MathClass mathClass() const override { return MC_REL; } private: - virtual Inset * clone() const; + Inset * clone() const override; /// bool upper() const; ///