]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRoot.h
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / mathed / InsetMathRoot.h
index 1fd6e08d0d35d96a145ad3d049ffe62bd3c947bc..18bacbbf18888bc825da8c080217ea50c9d50733 100644 (file)
@@ -23,7 +23,7 @@ namespace lyx {
 class InsetMathRoot : public InsetMathNest {
 public:
        ///
-       InsetMathRoot();
+       InsetMathRoot(Buffer * buf);
        ///
        bool idxUpDown(Cursor & cur, bool up) const;
        ///
@@ -38,6 +38,8 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void maple(MapleStream &) const;
        ///
        void mathematica(MathematicaStream &) const;
@@ -45,6 +47,8 @@ public:
        void octave(OctaveStream &) const;
        ///
        InsetCode lyxCode() const { return MATH_ROOT_CODE; }
+       ///
+       void validate(LaTeXFeatures &) const;
 
 private:
        virtual Inset * clone() const;