X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathBox.h;h=3dfe2286c3a13e49f79ff3cbfa848b247d384f72;hb=55a3dd7b346d29a52ba305a4558e9e380ef50f47;hp=4ef299401d9b6df2dd4931e6ab8384b8f0cc71fc;hpb=c060a85d811674888c31db9ee0407d8b5cc37b6e;p=lyx.git diff --git a/src/mathed/InsetMathBox.h b/src/mathed/InsetMathBox.h index 4ef299401d..3dfe2286c3 100644 --- a/src/mathed/InsetMathBox.h +++ b/src/mathed/InsetMathBox.h @@ -37,6 +37,8 @@ public: /// void mathmlize(MathStream & ms) const; /// + void htmlize(HtmlStream & ms) const; + /// void infoize(odocstream & os) const; /// void validate(LaTeXFeatures & features) const; @@ -66,9 +68,13 @@ public: /// write normalized content void normalize(NormalStream & ns) const; /// - //void 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; /// - //void 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; /// - //void mathmlize(MathStream & ms) const; + void mathmlize(MathStream & ms) const; + /// + void htmlize(HtmlStream & ms) const; /// write normalized content void normalize(NormalStream & ns) const; ///