]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathUnderset.h
Revert "DocBook: make openParTag/closeTag use paragraphs instead of layouts."
[lyx.git] / src / mathed / InsetMathUnderset.h
index 0f298e1f73f40f32faef044a96d8f2a507e7e821..565f0d5cc4fc4ce20fc695b5bb89b6b278fe50f8 100644 (file)
@@ -22,22 +22,24 @@ namespace lyx {
 class InsetMathUnderset : public InsetMathFracBase {
 public:
        ///
-       InsetMathUnderset(Buffer * buf) : InsetMathFracBase(buf) {}
+       explicit InsetMathUnderset(Buffer * buf) : InsetMathFracBase(buf) {}
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
-       bool idxFirst(Cursor & cur) const;
+       bool idxFirst(Cursor &) const;
        ///
-       bool idxLast(Cursor & cur) const;
-       ///
-       bool idxUpDown(Cursor & cur, bool up) const;
+       bool idxLast(Cursor &) const;
        ///
        void write(WriteStream & ws) const;
        ///
        void normalize(NormalStream & ns) const;
        ///
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
+       ///
        void validate(LaTeXFeatures & features) const;
        ///
        InsetCode lyxCode() const { return MATH_UNDERSET_CODE; }