]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathEnsureMath.h
Assure correct spacing of colored items in mathed
[lyx.git] / src / mathed / InsetMathEnsureMath.h
index c8e58bbe97d16297ef17e8c0e47e69f2e80a4b74..45dfa2ba9a41b3a73c090452a19d4baa45bc7a28 100644 (file)
@@ -22,7 +22,7 @@ namespace lyx {
 /// Inset for ensuring math mode
 class InsetMathEnsureMath : public InsetMathNest {
 public:
-       InsetMathEnsureMath(Buffer * buf);
+       explicit InsetMathEnsureMath(Buffer * buf);
        ///
        mode_type currentMode() const { return MATH_MODE; }
        ///
@@ -36,10 +36,14 @@ public:
        ///
        void write(WriteStream & os) const;
        ///
-       docstring mathmlize(MathStream &) 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;