X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSplit.h;h=8893e7fe1d9e638515a0532d40269e00303dc564;hb=02e82157ec583c3900e359de86be79fac6512387;hp=6136b6faf6806aeb62f7020ed3d098d232018afc;hpb=641a1cc1a2d1cbe27d1652fc0c637173d7e67ae1;p=lyx.git diff --git a/src/mathed/InsetMathSplit.h b/src/mathed/InsetMathSplit.h index 6136b6faf6..8893e7fe1d 100644 --- a/src/mathed/InsetMathSplit.h +++ b/src/mathed/InsetMathSplit.h @@ -24,6 +24,8 @@ public: explicit InsetMathSplit(Buffer * buf, docstring const & name, char valign = 'c', bool numbered = false); /// + void metrics(MetricsInfo & mi, Dimension & dim) const; + /// void draw(PainterInfo & pi, int x, int y) const; /// bool getStatus(Cursor & cur, FuncRequest const & cmd, @@ -41,10 +43,12 @@ public: /// int defaultColSpace(col_type) { return 0; } /// + int displayColSpace(col_type col) const; + /// char defaultColAlign(col_type); /// - char displayColAlign(idx_type idx) const; - /// + char displayColAlign(idx_type idx) const; + /// InsetCode lyxCode() const { return MATH_SPLIT_CODE; } private: