X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSplit.h;h=0310ce13c492ca6495b8e068a0f7c8697fa11fa3;hb=30d3fcd640c180407a8a1db7679cca42eaa9e0c1;hp=9a8d4b93d4e7056695dc1e0371247945000b0acf;hpb=0facb603fefec1ecc927f77bcf6228ca1f035444;p=lyx.git diff --git a/src/mathed/InsetMathSplit.h b/src/mathed/InsetMathSplit.h index 9a8d4b93d4..0310ce13c4 100644 --- a/src/mathed/InsetMathSplit.h +++ b/src/mathed/InsetMathSplit.h @@ -21,7 +21,8 @@ namespace lyx { class InsetMathSplit : public InsetMathGrid { public: /// - explicit InsetMathSplit(docstring const & name, char valign = 'c'); + explicit InsetMathSplit(Buffer * buf, docstring const & name, + char valign = 'c'); /// void draw(PainterInfo & pi, int x, int y) const; /// @@ -32,6 +33,10 @@ public: /// void infoize(odocstream & os) const; /// + void mathmlize(MathStream &) const; + /// + void htmlize(HtmlStream &) const; + /// void validate(LaTeXFeatures & features) const; /// int defaultColSpace(col_type) { return 0; }