]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDecoration.h
Get rid of Inset::setPosCache
[lyx.git] / src / mathed / InsetMathDecoration.h
index 22c9f9bed35379aa4671860ae7cc195e90fe8cfe..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;
@@ -43,7 +45,8 @@ public:
        InsetCode lyxCode() const { return MATH_DECORATION_CODE; }
        ///
        void mathmlize(MathStream &) const;
-
+       ///
+       void htmlize(HtmlStream &) const;
 private:
        virtual Inset * clone() const;
        ///