]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDecoration.h
Fix drawing of empty boxes
[lyx.git] / src / mathed / InsetMathDecoration.h
index a8106d4889ff4aea770fc82e744be9077f8e00b6..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;
@@ -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;
        ///