X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathBig.h;h=5e511db0f46d3e511b42cadfbef5864f3e972eb0;hb=90f7007a2e6c78ffd031e4636ff909ab1bc2ddec;hp=ec590a094d7ee55a2624c389630876c00f599d3d;hpb=137158532b1ac0cde1557226ee486b3fda39b545;p=lyx.git diff --git a/src/mathed/InsetMathBig.h b/src/mathed/InsetMathBig.h index ec590a094d..5e511db0f4 100644 --- a/src/mathed/InsetMathBig.h +++ b/src/mathed/InsetMathBig.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author André Pönitz + * \author André Pönitz * * Full author contact details are available in file CREDITS. */ @@ -35,10 +35,17 @@ public: /// void normalize(NormalStream & os) const; /// + void mathmlize(MathStream &) const; + /// + void htmlize(HtmlStream &) const; + /// void infoize2(odocstream & os) const; /// static bool isBigInsetDelim(docstring const &); - + /// + InsetCode lyxCode() const { return MATH_BIG_CODE; } + /// + void validate(LaTeXFeatures &) const; private: virtual Inset * clone() const; /// @@ -50,8 +57,6 @@ private: docstring const name_; /// ( or [ or \\Vert... docstring const delim_; - /// - mutable Dimension dim_; };