]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathCases.h
Correct col spacing in Cases environment
[lyx.git] / src / mathed / InsetMathCases.h
index 9ceac475ea237b822bbbeb2cd5423525ca03f4eb..7820922f07fd95bc45b023a158389cff8ada6f68 100644 (file)
@@ -23,7 +23,7 @@ class LaTeXFeatures;
 class InsetMathCases : public InsetMathGrid {
 public:
        ///
-       explicit InsetMathCases(row_type rows = 1u);
+       explicit InsetMathCases(Buffer * buf, row_type rows = 1u);
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
@@ -43,11 +43,17 @@ public:
        ///
        void maple(MapleStream &) const;
        ///
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
+       ///
        void write(WriteStream & os) const;
        ///
        void validate(LaTeXFeatures & features) const;
        ///
        InsetCode lyxCode() const { return MATH_CASES_CODE; }
+       ///
+       int displayColSpace(col_type) const;
 private:
        virtual Inset * clone() const;
 };