X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathBig.h;h=5e511db0f46d3e511b42cadfbef5864f3e972eb0;hb=90f7007a2e6c78ffd031e4636ff909ab1bc2ddec;hp=5c2bbb80f5d6d92ec8d36fec623e1365166caab9;hpb=32871c1284f15265f652ff01c438e539a7c8181f;p=lyx.git diff --git a/src/mathed/InsetMathBig.h b/src/mathed/InsetMathBig.h index 5c2bbb80f5..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. */ @@ -12,7 +12,7 @@ #ifndef MATH_BIGINSET_H #define MATH_BIGINSET_H -#include "InsetMathDim.h" +#include "InsetMath.h" #include @@ -20,14 +20,14 @@ namespace lyx { /// Inset for \\bigl & Co. -class InsetMathBig : public InsetMathDim { +class InsetMathBig : public InsetMath { public: /// InsetMathBig(docstring const & name, docstring const & delim); /// docstring name() const; /// - bool metrics(MetricsInfo & mi, Dimension & dim) const; + void metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo & pi, int x, int y) const; /// @@ -35,12 +35,19 @@ 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 std::auto_ptr doClone() const; + virtual Inset * clone() const; /// size_type size() const; ///