X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathBox.h;h=3dfe2286c3a13e49f79ff3cbfa848b247d384f72;hb=f67cf6f4bb3e3d22ac9aebfa22027c3537cbdf61;hp=fd8cc4ffb38014d78fba10d8c6edfcc6859ee0bb;hpb=ff4460603e3888948b46f0ab5bfa69a862d538ad;p=lyx.git diff --git a/src/mathed/InsetMathBox.h b/src/mathed/InsetMathBox.h index fd8cc4ffb3..3dfe2286c3 100644 --- a/src/mathed/InsetMathBox.h +++ b/src/mathed/InsetMathBox.h @@ -35,6 +35,10 @@ public: /// void normalize(NormalStream & ns) const; /// + void mathmlize(MathStream & ms) const; + /// + void htmlize(HtmlStream & ms) const; + /// void infoize(odocstream & os) const; /// void validate(LaTeXFeatures & features) const; @@ -64,7 +68,13 @@ public: /// write normalized content void normalize(NormalStream & ns) 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); } @@ -85,9 +95,15 @@ public: /// write normalized content void normalize(NormalStream & ns) 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); } /// @@ -109,6 +125,10 @@ public: void draw(PainterInfo & pi, int x, int y) const; /// void write(WriteStream & os) const; + /// + void mathmlize(MathStream & ms) const; + /// + void htmlize(HtmlStream & ms) const; /// write normalized content void normalize(NormalStream & ns) const; ///