]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBox.h
RefChanger
[lyx.git] / src / mathed / InsetMathBox.h
index 03d2da9f9e78bb61946aa759ace6df875feb11af..2f6ba483d9794bb18a44e3cb712c57eb1982a84b 100644 (file)
@@ -14,8 +14,6 @@
 
 #include "InsetMathNest.h"
 
-#include <string>
-
 
 namespace lyx {
 
@@ -35,7 +33,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 +66,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 +93,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 +124,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;
        ///