]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDecoration.h
Get rid of Inset::setPosCache
[lyx.git] / src / mathed / InsetMathDecoration.h
index 7d77b49ae30252e1574d8ae1e7db94f93fd47759..9e58065ee3f8c76bcc9106edf2c495c317f97088 100644 (file)
@@ -26,6 +26,8 @@ public:
        ///
        explicit InsetMathDecoration(Buffer * buf, latexkeys const * key);
        ///
+       mode_type currentMode() const;
+       ///
        void draw(PainterInfo &, int x, int y) const;
        ///
        void write(WriteStream & os) const;
@@ -42,8 +44,9 @@ public:
        ///
        InsetCode lyxCode() const { return MATH_DECORATION_CODE; }
        ///
-       docstring mathmlize(MathStream &) const;
-
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
 private:
        virtual Inset * clone() const;
        ///