X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDecoration.h;h=9e58065ee3f8c76bcc9106edf2c495c317f97088;hb=02e82157ec583c3900e359de86be79fac6512387;hp=1e09860d8ba8f186843190a916e4cc79759baf14;hpb=9c662bf442d53d079e170e89718e6adb9a15001e;p=lyx.git diff --git a/src/mathed/InsetMathDecoration.h b/src/mathed/InsetMathDecoration.h index 1e09860d8b..9e58065ee3 100644 --- a/src/mathed/InsetMathDecoration.h +++ b/src/mathed/InsetMathDecoration.h @@ -24,7 +24,9 @@ class latexkeys; class InsetMathDecoration : public InsetMathNest { public: /// - explicit InsetMathDecoration(latexkeys const * key); + explicit InsetMathDecoration(Buffer * buf, latexkeys const * key); + /// + mode_type currentMode() const; /// void draw(PainterInfo &, int x, int y) const; /// @@ -39,7 +41,12 @@ public: bool isScriptable() const; /// void validate(LaTeXFeatures & features) const; - + /// + InsetCode lyxCode() const { return MATH_DECORATION_CODE; } + /// + void mathmlize(MathStream &) const; + /// + void htmlize(HtmlStream &) const; private: virtual Inset * clone() const; ///