X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathXYMatrix.h;h=a5be7c0af31b29182b567c08ac798a107277287d;hb=31cd421bcd26647cb7edbb694b05473271fe9153;hp=6d72e8b9e531819a027338f8ed8429104be65515;hpb=c4701b225618a741a1c400862d6063d4e9151e1e;p=lyx.git diff --git a/src/mathed/InsetMathXYMatrix.h b/src/mathed/InsetMathXYMatrix.h index 6d72e8b9e5..a5be7c0af3 100644 --- a/src/mathed/InsetMathXYMatrix.h +++ b/src/mathed/InsetMathXYMatrix.h @@ -27,14 +27,14 @@ public: /// void metrics(MetricsInfo &, Dimension &) const; /// + void draw(PainterInfo & pi, int x, int y) const; + /// InsetMathXYMatrix const * asXYMatrixInset() const { return this; } /// virtual int colsep() const; /// virtual int rowsep() const; - /// - void normalize(); /// void write(WriteStream & os) const; /// @@ -47,6 +47,10 @@ public: void validate(LaTeXFeatures & features) const; /// InsetCode lyxCode() const { return MATH_XYMATRIX_CODE; } + /// + void mathmlize(MathStream &) const; + /// + void htmlize(HtmlStream &) const; private: ///