]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathOverset.h
Fixup 097da3a9: fix horizontal navigatiion in InsetMathRoot
[lyx.git] / src / mathed / InsetMathOverset.h
index edcdd020e2f727739c76206cfc66977d40ecac34..eb6b86b7988f34fcb49b8c45eacca467497ae8e7 100644 (file)
@@ -28,14 +28,16 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
-       bool idxFirst(Cursor &) const;
-       ///
-       bool idxLast(Cursor &) const;
+       bool idxUpDown(Cursor & cur, bool up) const;
        ///
        void write(WriteStream & os) const;
        ///
        void normalize(NormalStream &) const;
        ///
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
+       ///
        void validate(LaTeXFeatures & features) const;
        ///
        InsetCode lyxCode() const { return MATH_OVERSET_CODE; }