X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDecoration.h;h=9e58065ee3f8c76bcc9106edf2c495c317f97088;hb=2de30c62f8d671a8c8d4d52a6a7310e2c5ca84de;hp=22c9f9bed35379aa4671860ae7cc195e90fe8cfe;hpb=c060a85d811674888c31db9ee0407d8b5cc37b6e;p=lyx.git diff --git a/src/mathed/InsetMathDecoration.h b/src/mathed/InsetMathDecoration.h index 22c9f9bed3..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; @@ -43,7 +45,8 @@ public: InsetCode lyxCode() const { return MATH_DECORATION_CODE; } /// void mathmlize(MathStream &) const; - + /// + void htmlize(HtmlStream &) const; private: virtual Inset * clone() const; ///