]> 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 5fdeb32e041606140c0a410aa821ec1946db8f67..eb6b86b7988f34fcb49b8c45eacca467497ae8e7 100644 (file)
@@ -28,9 +28,7 @@ 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;
        ///
@@ -38,6 +36,8 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void validate(LaTeXFeatures & features) const;
        ///
        InsetCode lyxCode() const { return MATH_OVERSET_CODE; }