]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathUnderset.h
Better mechanism for setting cell height
[lyx.git] / src / mathed / InsetMathUnderset.h
index 321f26fef0cbd3d9d1d8c44fd0b0f4272f9ba62f..239a576aebb06d6d4b909a4553dbe4119621e8b9 100644 (file)
@@ -21,6 +21,8 @@ namespace lyx {
 /// Inset for underset
 class InsetMathUnderset : public InsetMathFracBase {
 public:
+       ///
+       InsetMathUnderset(Buffer * buf) : InsetMathFracBase(buf) {}
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
@@ -36,6 +38,10 @@ public:
        ///
        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; }