X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathEnsureMath.h;h=41c3ad654ab74f5f392abd167594eb779a5c16d7;hb=2de30c62f8d671a8c8d4d52a6a7310e2c5ca84de;hp=0acc7a5fdb1cee9f50ae63062fb9a5089f152c38;hpb=8fde2a6fa762cfc72539d38460b9dd5c9e4d2e92;p=lyx.git diff --git a/src/mathed/InsetMathEnsureMath.h b/src/mathed/InsetMathEnsureMath.h index 0acc7a5fdb..41c3ad654a 100644 --- a/src/mathed/InsetMathEnsureMath.h +++ b/src/mathed/InsetMathEnsureMath.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author André Pönitz + * \author André Pönitz * \author Enrico Forestieri * * Full author contact details are available in file CREDITS. @@ -22,7 +22,7 @@ namespace lyx { /// Inset for ensuring math mode class InsetMathEnsureMath : public InsetMathNest { public: - InsetMathEnsureMath(); + InsetMathEnsureMath(Buffer * buf); /// mode_type currentMode() const { return MATH_MODE; } /// @@ -36,7 +36,15 @@ public: /// void write(WriteStream & os) const; /// + void mathmlize(MathStream &) const; + /// + void htmlize(HtmlStream &) const; + /// void infoize(odocstream & os) const; + /// + void validate(LaTeXFeatures & features) const; + /// + InsetCode lyxCode() const { return MATH_ENSUREMATH_CODE; } private: virtual Inset * clone() const; };