]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathOverset.h
Fix assertion when checking if change in selection
[lyx.git] / src / mathed / InsetMathOverset.h
index edcdd020e2f727739c76206cfc66977d40ecac34..213c96f5b3ef90915c8b7f9d19ed23749dd1811a 100644 (file)
@@ -28,6 +28,8 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
+       bool idxUpDown(Cursor & cur, bool up) const;
+       ///
        bool idxFirst(Cursor &) const;
        ///
        bool idxLast(Cursor &) const;
@@ -36,6 +38,10 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
+       ///
        void validate(LaTeXFeatures & features) const;
        ///
        InsetCode lyxCode() const { return MATH_OVERSET_CODE; }