]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDecoration.h
Get rid of Inset::setPosCache
[lyx.git] / src / mathed / InsetMathDecoration.h
index 3fa1be7075d2174ce75a13e15f4541a32d6dfe82..9e58065ee3f8c76bcc9106edf2c495c317f97088 100644 (file)
@@ -24,7 +24,9 @@ class latexkeys;
 class InsetMathDecoration : public InsetMathNest {
 public:
        ///
-       explicit InsetMathDecoration(latexkeys const * key);
+       explicit InsetMathDecoration(Buffer * buf, latexkeys const * key);
+       ///
+       mode_type currentMode() const;
        ///
        void draw(PainterInfo &, int x, int y) const;
        ///
@@ -41,7 +43,10 @@ public:
        void validate(LaTeXFeatures & features) const;
        ///
        InsetCode lyxCode() const { return MATH_DECORATION_CODE; }
-
+       ///
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
 private:
        virtual Inset * clone() const;
        ///