]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFrac.h
This patch does two closely related things.
[lyx.git] / src / mathed / InsetMathFrac.h
index 36e7ba363b808cb07320a83195f90bba360c1f1d..c030c8a51a0203f15b2429b64988f345a744e2e7 100644 (file)
@@ -30,6 +30,10 @@ public:
        bool idxBackward(Cursor &) const { return false; }
        ///
        bool idxForward(Cursor &) const { return false; }
+       ///
+       InsetMathFracBase * asFracBaseInset() { return this; }
+       ///
+       InsetMathFracBase const * asFracBaseInset() const { return this; }
 };
 
 
@@ -84,6 +88,8 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void validate(LaTeXFeatures & features) const;
 public:
        Inset * clone() const;
@@ -123,6 +129,8 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void validate(LaTeXFeatures & features) const;
        ///
        InsetCode lyxCode() const { return MATH_FRAC_CODE; }