X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDecoration.h;h=9e58065ee3f8c76bcc9106edf2c495c317f97088;hb=02e82157ec583c3900e359de86be79fac6512387;hp=7d77b49ae30252e1574d8ae1e7db94f93fd47759;hpb=8a0134cc8ce7de41d6d6911a1c4219ca958f2b71;p=lyx.git diff --git a/src/mathed/InsetMathDecoration.h b/src/mathed/InsetMathDecoration.h index 7d77b49ae3..9e58065ee3 100644 --- a/src/mathed/InsetMathDecoration.h +++ b/src/mathed/InsetMathDecoration.h @@ -26,6 +26,8 @@ public: /// explicit InsetMathDecoration(Buffer * buf, latexkeys const * key); /// + mode_type currentMode() const; + /// void draw(PainterInfo &, int x, int y) const; /// void write(WriteStream & os) const; @@ -42,8 +44,9 @@ public: /// InsetCode lyxCode() const { return MATH_DECORATION_CODE; } /// - docstring mathmlize(MathStream &) const; - + void mathmlize(MathStream &) const; + /// + void htmlize(HtmlStream &) const; private: virtual Inset * clone() const; ///