X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathBox.h;h=3dfe2286c3a13e49f79ff3cbfa848b247d384f72;hb=f67cf6f4bb3e3d22ac9aebfa22027c3537cbdf61;hp=03d2da9f9e78bb61946aa759ace6df875feb11af;hpb=8a0134cc8ce7de41d6d6911a1c4219ca958f2b71;p=lyx.git diff --git a/src/mathed/InsetMathBox.h b/src/mathed/InsetMathBox.h index 03d2da9f9e..3dfe2286c3 100644 --- a/src/mathed/InsetMathBox.h +++ b/src/mathed/InsetMathBox.h @@ -35,7 +35,9 @@ public: /// void normalize(NormalStream & ns) const; /// - docstring mathmlize(MathStream & ms) const; + void mathmlize(MathStream & ms) const; + /// + void htmlize(HtmlStream & ms) const; /// void infoize(odocstream & os) const; /// @@ -66,9 +68,13 @@ public: /// write normalized content void normalize(NormalStream & ns) const; /// - //docstring mathmlize(MathStream & ms) const; + void mathmlize(MathStream & ms) const; + /// + void htmlize(HtmlStream & ms) const; /// void infoize(odocstream & os) const; + /// + void validate(LaTeXFeatures & features) const; private: /// Inset * clone() const { return new InsetMathFBox(*this); } @@ -89,11 +95,15 @@ public: /// write normalized content void normalize(NormalStream & ns) const; /// - //docstring mathmlize(MathStream & ms) const; + void mathmlize(MathStream & ms) const; + /// + void htmlize(HtmlStream & ms) const; /// mode_type currentMode() const { return TEXT_MODE; } /// void infoize(odocstream & os) const; + /// + void validate(LaTeXFeatures & features) const; private: Inset * clone() const { return new InsetMathMakebox(*this); } /// @@ -116,7 +126,9 @@ public: /// void write(WriteStream & os) const; /// - //docstring mathmlize(MathStream & ms) const; + void mathmlize(MathStream & ms) const; + /// + void htmlize(HtmlStream & ms) const; /// write normalized content void normalize(NormalStream & ns) const; ///