X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathCases.h;h=f753f12166646e0a63c6eb40e02a0bddee47c837;hb=30d3fcd640c180407a8a1db7679cca42eaa9e0c1;hp=f518d065981653308e1b2c10bbfdf3ebeaf0fef7;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/mathed/InsetMathCases.h b/src/mathed/InsetMathCases.h index f518d06598..f753f12166 100644 --- a/src/mathed/InsetMathCases.h +++ b/src/mathed/InsetMathCases.h @@ -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,9 +43,15 @@ 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; } private: virtual Inset * clone() const; };